=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-23- while test -L "${path}"; do squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:24: dir=`dirname "${path}"` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:25: dir=`cd "${dir}" && pwd -P` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:26: path=`basename "${path}"` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:27: path=`ls -l "${dir}/${path}" | sed 's,.* -> ,,'` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:28: if test `expr "${path}" : "/"` -eq 0; then squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-29- path="${dir}/${path}" ############################################## squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-34- else squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:35: dir=`dirname "${path}"` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:36: base=`basename "${path}"` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-37- (cd "${dir}" && echo "`pwd -P`/${base}") ############################################## squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-89-parameter_to_array "$@" squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in:90:parameter[6]=`realpath "$IMAGE"` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakrun.in-91- ############################################## squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in-61- do squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in:62: dirs=`ls -d ${bdir}/${browser}* 2>/dev/null` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in-63- for dir in $dirs squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in-64- do squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in:65: pdirs=`find -H $dir -name plugins -print` squeak-vm-4.10.2.2614/unix/npsqueak/npsqueakregister.in-66- for pdir in $pdirs ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config-27- squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config:28:guess=`${cfgdir}/config.guess` squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config:29:host=`${cfgdir}/config.sub ${guess}` squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config:30:cpu=`echo ${host} | sed 's/-.*//'` squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config:31:abi=`echo ${host} | sed 's/[^-]*-[^-]*-//;s/-.*//'` squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ffi-config-32-lib= ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/x86-sysv-asm.S:1:/* x86-sysv-asm.S -- 386 FFI trampoline for SVr4-like ABIs -*- asm -*- squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/x86-sysv-asm.S-2- * ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-darwin.c-83- squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-darwin.c:84:/* the following avoids an awful lot of _very_ inefficient junk in the asm */ squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-darwin.c-85- ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-darwin-asm.S:1:/* ppc-sysv-asm.S -- PowerPC FFI trampoline for Mach-O -*- asm -*- squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-darwin-asm.S-2- * ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/acinclude.m4-12-else squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/acinclude.m4:13: ffi_cpu_abi=`${FFI_DIR}/ffi-config ${cfgdir} ${FFI_DIR} -cpu-abi` squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/acinclude.m4-14-fi ############################################## squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-sysv-asm.S:1:/* ppc-sysv-asm.S -- PowerPC FFI trampoline for SVr4-like ABIs -*- asm -*- squeak-vm-4.10.2.2614/unix/plugins/SqueakFFIPrims/ppc-sysv-asm.S-2- * ############################################## squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-271- nAddr= htonl(netAddress); squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c:272: if ((he= gethostbyaddr((char *)&nAddr, sizeof(nAddr), AF_INET))) squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-273- return he->h_name; ############################################## squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-279- squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c:280:static int nameToAddr(char *hostName) squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-281-{ ############################################## squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-497- gethostname(localHostName, MAXHOSTNAMELEN); squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c:498: localHostAddress= nameToAddr(localHostName); squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-499- thisNetSession= clock() + time(0); ############################################## squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-1427-sqInt sqResolverError(void) { return lastError; } squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c:1428:sqInt sqResolverLocalAddress(void) { return nameToAddr(localHostName); } squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSocket.c-1429-sqInt sqResolverNameLookupResult(void) { return lastAddr; } ############################################## squeak-vm-4.10.2.2614/unix/plugins/SocketPlugin/sqUnixSock