HomeSort by relevance Sort by last modified time
    Searched refs:pflag (Results 1 - 19 of 19) sorted by null

  /external/valgrind/drd/tests/
omp_prime.c 16 static int is_prime(int* const pflag, int v)
24 if (!pflag[i])
28 pflag[v] = 0;
45 int* pflag; local
79 pflag = malloc(n * sizeof(pflag[0]));
85 pflag[i] = 1;
94 if (is_prime(pflag, i))
110 free(pflag);
  /prebuilts/go/darwin-x86/src/
make.rc 79 pflag = (-p 1)
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
  /prebuilts/go/linux-x86/src/
make.rc 79 pflag = (-p 1)
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 56 int pflag = 0; variable
98 pflag = 1;
144 if (pflag)
155 if (pflag)
  /external/openssh/
scp.c 357 int pflag, iamremote, iamrecursive, targetshouldbedirectory; variable
444 pflag = 1;
490 if (pflag) {
524 iamrecursive ? " -r" : "", pflag ? " -p" : "",
721 if (pflag)
808 if (pflag) {
885 if (pflag) {
943 if (!pflag)
1073 int mod_flag = pflag;
1081 if (pflag)
    [all...]
sftp.c 384 int *aflag, int *fflag, int *pflag, int *rflag)
392 *aflag = *fflag = *rflag = *pflag = 0;
403 *pflag = 1;
602 const char *pwd, int pflag, int rflag, int resume, int fflag)
667 pflag || global_pflag, 1, resume,
672 pflag || global_pflag, resume,
688 const char *pwd, int pflag, int rflag, int resume, int fflag)
760 pflag || global_pflag, 1, resume,
765 pflag || global_pflag, resume,
1233 int *fflag, int *hflag, int *iflag, int *lflag, int *pflag,
1427 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
    [all...]
  /external/netcat/
netcat.c 78 char *Pflag; /* Proxy username */
79 char *pflag; /* Localport flag */ variable
195 Pflag = optarg;
198 pflag = optarg;
309 if (lflag && pflag)
454 Pflag);
613 if (sflag || pflag) {
625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
  /external/libpcap/
pcap-enet.c 148 initdevice(char *device, int pflag, int *linktype)
  /external/mksh/src/
var.c 1797 bool localv = false, func = false, pflag = false, istset = true; local
    [all...]
funcs.c 610 bool pflag = false, vflag = false; local
615 pflag = true;
625 return (do_whence(wp, pflag ? FC_PATH :
767 bool rflag = false, tflag, Uflag = false, pflag = false; local
783 pflag = true;
839 if (pflag)
869 if (pflag)
    [all...]
Build.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 217 unsigned long pflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 217 unsigned long pflag; member in struct:asyport
  /external/openssh/regress/
netcat.c 98 char *Pflag; /* Proxy username */
99 char *pflag; /* Localport flag */ variable
211 Pflag = optarg;
214 pflag = optarg;
309 if (lflag && pflag)
467 Pflag);
627 if (sflag || pflag) {
639 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
    [all...]
  /external/curl/packages/vms/
config_h.com     [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_debug.c 152 do_section(ns_msg *handle, ns_sect section, int pflag, FILE *file) {
160 sflag = (int)(_res.pfcode & pflag);
  /external/tcpdump/
tcpdump.c 158 static int pflag; /* don't go promiscuous */ variable
1009 status = pcap_set_promisc(pc, !pflag);
1085 pc = pcap_open_live(device, ndo->ndo_snaplen, !pflag, 1000, ebuf);
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 151 int pflag, FILE *file)
162 sflag = (int)(statp->pfcode & pflag);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h     [all...]

Completed in 1046 milliseconds