=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== mpd-0.22.3/android/apk/make-unsigned-apk.sh-2- mpd-0.22.3/android/apk/make-unsigned-apk.sh:3:S=`dirname "$0"` mpd-0.22.3/android/apk/make-unsigned-apk.sh-4-ANDROID_ABI=$1 ############################################## mpd-0.22.3/android/apk/make-unsigned-apk.sh-10-RESOURCES_APK=$7 mpd-0.22.3/android/apk/make-unsigned-apk.sh:11:D=`dirname "$UNSIGNED_APK"` mpd-0.22.3/android/apk/make-unsigned-apk.sh-12- ############################################## mpd-0.22.3/android/apk/make-unsigned-apk.sh-15- mpd-0.22.3/android/apk/make-unsigned-apk.sh:16:"$STRIP" "$LIBMPD_SO" -o "$D/apk/lib/$ANDROID_ABI/`basename $LIBMPD_SO`" mpd-0.22.3/android/apk/make-unsigned-apk.sh-17-cp "$CLASSES_DEX" "$D/apk/" ############################################## mpd-0.22.3/android/apk/make-unsigned-apk.sh-20-cd "$D/apk" mpd-0.22.3/android/apk/make-unsigned-apk.sh:21:exec zip -q -r -X "../`basename $UNSIGNED_APK`" . ############################################## mpd-0.22.3/android/make-resources-apk.sh-2- mpd-0.22.3/android/make-resources-apk.sh:3:S=`dirname "$0"` mpd-0.22.3/android/make-resources-apk.sh-4-AAPT=$1 ############################################## mpd-0.22.3/android/make-resources-apk.sh-8-APK_FILE="$5" mpd-0.22.3/android/make-resources-apk.sh:9:D=`dirname "$APK_FILE"` mpd-0.22.3/android/make-resources-apk.sh-10- ############################################## mpd-0.22.3/android/run-aidl.sh-10-cp "$SRC" "$GENSRC/$JAVA_PKG_PATH/" mpd-0.22.3/android/run-aidl.sh:11:"$AIDL" -I"$GENSRC" -o"$GENSRC" "$GENSRC/$JAVA_PKG_PATH/`basename $SRC`" mpd-0.22.3/android/run-aidl.sh:12:exec cp "$GENSRC/$JAVA_PKG_PATH/`basename $DST`" "$DST" ############################################## mpd-0.22.3/android/run-javac.sh-6-ZIP=$4 mpd-0.22.3/android/run-javac.sh:7:JARFILE=`realpath "$5"` mpd-0.22.3/android/run-javac.sh-8-shift 5 mpd-0.22.3/android/run-javac.sh-9- mpd-0.22.3/android/run-javac.sh:10:D=`dirname "$JARFILE"` mpd-0.22.3/android/run-javac.sh-11-GENSRC="$D/src" ############################################## mpd-0.22.3/build/pkg-config.sh-6- mpd-0.22.3/build/pkg-config.sh:7:BIN=`dirname $0` mpd-0.22.3/build/pkg-config.sh:8:ROOT=`dirname "$BIN"` mpd-0.22.3/build/pkg-config.sh-9- ############################################## mpd-0.22.3/doc/mpd.1.rst-14- mpd-0.22.3/doc/mpd.1.rst:15:MPD searches for a config file in ``$XDG_CONFIG_HOME/mpd/mpd.conf`` mpd-0.22.3/doc/mpd.1.rst-16-then ``~/.mpdconf`` then ``/etc/mpd.conf`` or uses ``CONF_FILE``. ############################################## mpd-0.22.3/doc/mpd.conf.5.rst-10-not specified on the command line, MPD first searches for it at mpd-0.22.3/doc/mpd.conf.5.rst:11::file:`$XDG_CONFIG_HOME/mpd/mpd.conf` then at :file:`~/.mpdconf` then mpd-0.22.3/doc/mpd.conf.5.rst-12-at :file:`~/.mpd/mpd.conf` and then in :file:`/etc/mpd.conf`. ############################################## mpd-0.22.3/doc/user.rst-195- mpd-0.22.3/doc/user.rst:196::program:`MPD` reads its configuration from a text file. Usually, that is :file:`/etc/mpd.conf`, unless a different path is specified on the command line. If you run :program:`MPD` as a user daemon (and not as a system daemon), the configuration is read from :file:`$XDG_CONFIG_HOME/mpd/mpd.conf` (usually :file:`~/.config/mpd/mpd.conf`). On Android, :file:`mpd.conf` will be loaded from the top-level directory of the data partition. mpd-0.22.3/doc/user.rst-197- ############################################## mpd-0.22.3/doc/user.rst-564-The default is "any", which binds to all available addresses. mpd-0.22.3/doc/user.rst:565:Additionally, MPD binds to :code:`$XDG_RUNTIME_DIR/mpd/socket` (if it mpd-0.22.3/doc/user.rst-566-was launched as a per-user daemon and no :code:`bind_to_address` ############################################## mpd-0.22.3/doc/user.rst-887-e.g. :file:`/usr/lib/systemd/user` or mpd-0.22.3/doc/user.rst:888::file:`$HOME/.local/share/systemd/user`. mpd-0.22.3/doc/user.rst-889- ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-51-#ifdef _WIN32 mpd-0.22.3/src/net/IPv4Address.hxx:52: static constexpr struct in_addr ConstructInAddr(uint8_t a, uint8_t b, mpd-0.22.3/src/net/IPv4Address.hxx-53- uint8_t c, uint8_t d) noexcept { ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-71- mpd-0.22.3/src/net/IPv4Address.hxx:72: static constexpr struct in_addr ConstructInAddr(uint8_t a, uint8_t b, mpd-0.22.3/src/net/IPv4Address.hxx-73- uint8_t c, uint8_t d) noexcept { ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-89- */ mpd-0.22.3/src/net/IPv4Address.hxx:90: static constexpr struct in_addr ConstructInAddr(uint32_t x) noexcept { mpd-0.22.3/src/net/IPv4Address.hxx-91- return ConstructInAddrBE(ToBE32(x)); ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-111- uint16_t port) noexcept { mpd-0.22.3/src/net/IPv4Address.hxx:112: return Construct(ConstructInAddr(address), port); mpd-0.22.3/src/net/IPv4Address.hxx-113- } ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-131- uint8_t d, uint16_t port) noexcept mpd-0.22.3/src/net/IPv4Address.hxx:132: :IPv4Address(ConstructInAddr(a, b, c, d), port) {} mpd-0.22.3/src/net/IPv4Address.hxx-133- ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-137- constexpr explicit IPv4Address(uint16_t port) noexcept mpd-0.22.3/src/net/IPv4Address.hxx:138: :IPv4Address(ConstructInAddr(INADDR_ANY), port) {} mpd-0.22.3/src/net/IPv4Address.hxx-139- ############################################## mpd-0.22.3/src/net/IPv4Address.hxx-146- static constexpr struct in_addr Loopback() noexcept { mpd-0.22.3/src/net/IPv4Address.hxx:147: return ConstructInAddr(INADDR_LOOPBACK); mpd-0.22.3/src/net/IPv4Address.hxx-148- }