===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fio-3.23/FIO-VERSION-GEN-28-
fio-3.23/FIO-VERSION-GEN:29:VN=`expr "$VN" : v*'\(.*\)'`
fio-3.23/FIO-VERSION-GEN-30-
##############################################
fio-3.23/FIO-VERSION-GEN-32-then
fio-3.23/FIO-VERSION-GEN:33:	VC=`sed -e 's/^FIO_VERSION = //' <$GVF`
fio-3.23/FIO-VERSION-GEN-34-else
##############################################
fio-3.23/HOWTO-421-Fio also supports environment variable expansion in job files. Any sub-string of
fio-3.23/HOWTO:422:the form ``${VARNAME}`` as part of an option value (in other words, on the right
fio-3.23/HOWTO-423-of the '='), will be expanded to the value of the environment variable called
##############################################
fio-3.23/HOWTO-819-	fio generate filenames that are shared between the two. For instance, if
fio-3.23/HOWTO:820:	:file:`testfiles.$filenum` is specified, file number 4 for any job will be
fio-3.23/HOWTO:821:	named :file:`testfiles.4`. The default of :file:`$jobname.$jobnum.$filenum`
fio-3.23/HOWTO-822-	will be used if no other format specifier is given.
##############################################
fio-3.23/HOWTO-825-	main directory for the file.  So for example if you specify
fio-3.23/HOWTO:826:	``filename_format=a/b/c/$jobnum`` then the directories a/b/c will be
fio-3.23/HOWTO-827-	created before the file setup part of the job.  If you specify
##############################################
fio-3.23/HOWTO-2291-	This could be a hostname or an IPv4 or IPv6 address. On the server side this
fio-3.23/HOWTO:2292:	will be passed into the rdma_bind_addr() function and on the client site it
fio-3.23/HOWTO-2293-	will be used in the rdma_resolve_add() function. This can be useful when
##############################################
fio-3.23/arch/arch-ia64.h-5-
fio-3.23/arch/arch-ia64.h:6:#define nop		asm volatile ("hint @pause" ::: "memory");
fio-3.23/arch/arch-ia64.h:7:#define read_barrier()	asm volatile ("mf" ::: "memory")
fio-3.23/arch/arch-ia64.h:8:#define write_barrier()	asm volatile ("mf" ::: "memory")
fio-3.23/arch/arch-ia64.h-9-
##############################################
fio-3.23/arch/arch-ia64.h-12-	unsigned long ia64_intri_res;					\
fio-3.23/arch/arch-ia64.h:13:	asm ("popcnt %0=%1" : "=r" (ia64_intri_res) : "r" (x));		\
fio-3.23/arch/arch-ia64.h-14-	ia64_intri_res;							\
##############################################
fio-3.23/arch/arch-ppc.h-30-
fio-3.23/arch/arch-ppc.h:31:	asm (PPC_CNTLZL " %0,%1" : "=r" (lz) : "r" (bitmask));
fio-3.23/arch/arch-ppc.h-32-	return BITS_PER_LONG - 1 - lz;
##############################################
fio-3.23/arch/arch-ppc.h-45-
fio-3.23/arch/arch-ppc.h:46:	asm volatile("mfspr %0,%1": "=r" (val) : "K" (reg));
fio-3.23/arch/arch-ppc.h-47-	return val;
##############################################
fio-3.23/arch/arch-ppc.h-59-
fio-3.23/arch/arch-ppc.h:60:	asm volatile(
fio-3.23/arch/arch-ppc.h-61-		"90:	mfspr %0, %1;\n"
##############################################
fio-3.23/arch/arch-s390.h-5-
fio-3.23/arch/arch-s390.h:6:#define nop		asm volatile("nop" : : : "memory")
fio-3.23/arch/arch-s390.h:7:#define read_barrier()	asm volatile("bcr 15,0" : : : "memory")
fio-3.23/arch/arch-s390.h:8:#define write_barrier()	asm volatile("bcr 15,0" : : : "memory")
fio-3.23/arch/arch-s390.h-9-
##############################################
fio-3.23/arch/arch-x86.h-6-{
fio-3.23/arch/arch-x86.h:7:	asm volatile("xchgl %%ebx, %1\ncpuid\nxchgl %%ebx, %1"
fio-3.23/arch/arch-x86.h-8-		: "=a" (*eax), "=r" (*ebx), "=c" (*ecx), "=d" (*edx)
##############################################
fio-3.23/arch/arch-x86_64.h-6-{
fio-3.23/arch/arch-x86_64.h:7:	asm volatile("cpuid"
fio-3.23/arch/arch-x86_64.h-8-		: "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx)
##############################################
fio-3.23/arch/arch-x86_64.h-48-
fio-3.23/arch/arch-x86_64.h:49:	asm volatile("1: " RDRAND_LONG "\n\t"
fio-3.23/arch/arch-x86_64.h-50-		     "jc 2f\n\t"
##############################################
fio-3.23/arch/arch-x86_64.h-63-
fio-3.23/arch/arch-x86_64.h:64:	asm volatile(RDSEED_LONG "\n\t"
fio-3.23/arch/arch-x86_64.h-65-			"setc %0"
##############################################
fio-3.23/engines/net.c-1012-
fio-3.23/engines/net.c:1013:static int fio_fill_addr(struct thread_data *td, const char *host, int af,
fio-3.23/engines/net.c-1014-			 void *dst, struct addrinfo **res)
##############################################
fio-3.23/engines/net.c-1081-
fio-3.23/engines/net.c:1082:	if (fio_fill_addr(td, host, af, dst, &res))
fio-3.23/engines/net.c-1083-		return 1;
##############################################
fio-3.23/engines/rdma.c-1058-			return err;
fio-3.23/engines/rdma.c:1059:		err = rdma_resolve_addr(rd->cm_id, (struct sockaddr *)&addrb,
fio-3.23/engines/rdma.c-1060-					(struct sockaddr *)&rd->addr, 2000);
##############################################
fio-3.23/engines/rdma.c-1062-	} else {
fio-3.23/engines/rdma.c:1063:		err = rdma_resolve_addr(rd->cm_id, NULL,
fio-3.23/engines/rdma.c-1064-					(struct sockaddr *)&rd->addr, 2000);
##############################################
fio-3.23/engines/rdma.c-1125-	/* rdma_listen */
fio-3.23/engines/rdma.c:1126:	if (rdma_bind_addr(rd->cm_id, (struct sockaddr *)&rd->addr) != 0) {
fio-3.23/engines/rdma.c-1127-		log_err("fio: rdma_bind_addr fail: %m\n");
##############################################
fio-3.23/fio.1-600-If you specify a path then the directories will be created up to the main
fio-3.23/fio.1:601:directory for the file.  So for example if you specify `a/b/c/$jobnum` then the
fio-3.23/fio.1-602-directories a/b/c will be created before the file setup part of the job.  If you
##############################################
fio-3.23/fio.1-2065-device. This could be a hostname or an IPv4 or IPv6 address. On the
fio-3.23/fio.1:2066:server side this will be passed into the rdma_bind_addr() function and
fio-3.23/fio.1-2067-on the client site it will be used in the rdma_resolve_add()
##############################################
fio-3.23/os/windows/posix.c-1023-	in_addr_t hbo;
fio-3.23/os/windows/posix.c:1024:	in_addr_t nbo = inet_addr(cp);
fio-3.23/os/windows/posix.c-1025-	hbo = ((nbo & 0xFF) << 24) + ((nbo & 0xFF00) << 8) + ((nbo & 0xFF0000) >> 8) + ((nbo & 0xFF000000) >> 24);
##############################################
fio-3.23/tools/plot/fio2gnuplot-348-			if verbose: print(" |-> Rendering comparing traces")
fio-3.23/tools/plot/fio2gnuplot:349:			os.system("cd %s; for i in *.gnuplot; do gnuplot $i; done" % gnuplot_output_dir)
fio-3.23/tools/plot/fio2gnuplot-350-		if verbose: print(" |-> Rendering math traces")
##############################################
fio-3.23/.pc/configure-no-configlog/configure-177-for opt do
fio-3.23/.pc/configure-no-configlog/configure:178:  optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
fio-3.23/.pc/configure-no-configlog/configure-179-  case "$opt" in
##############################################
fio-3.23/.pc/configure-no-configlog/configure-2042-    unsigned long stfle_bits;
fio-3.23/.pc/configure-no-configlog/configure:2043:    asm volatile(".machine push"        "\n\t"
fio-3.23/.pc/configure-no-configlog/configure-2044-                 ".machine \"z9-109\""  "\n\t"
##############################################
fio-3.23/.pc/configure-no-configlog/configure-3072-
fio-3.23/.pc/configure-no-configlog/configure:3073:if [ `dirname $0` != "." -a ! -e Makefile ]; then
fio-3.23/.pc/configure-no-configlog/configure-3074-    cat > Makefile <<EOF
fio-3.23/.pc/configure-no-configlog/configure:3075:SRCDIR:=`dirname $0`
fio-3.23/.pc/configure-no-configlog/configure-3076-include \$(SRCDIR)/Makefile
##############################################
fio-3.23/configure-177-for opt do
fio-3.23/configure:178:  optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
fio-3.23/configure-179-  case "$opt" in
##############################################
fio-3.23/configure-2042-    unsigned long stfle_bits;
fio-3.23/configure:2043:    asm volatile(".machine push"        "\n\t"
fio-3.23/configure-2044-                 ".machine \"z9-109\""  "\n\t"
##############################################
fio-3.23/configure-3072-
fio-3.23/configure:3073:if [ `dirname $0` != "." -a ! -e Makefile ]; then
fio-3.23/configure-3074-    cat > Makefile <<EOF
fio-3.23/configure:3075:SRCDIR:=`dirname $0`
fio-3.23/configure-3076-include \$(SRCDIR)/Makefile