HomeSort by relevance Sort by last modified time
    Searched refs:pflag (Results 1 - 13 of 13) 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);
  /external/openssh/
scp.c 356 int pflag, iamremote, iamrecursive, targetshouldbedirectory; variable
441 pflag = 1;
511 iamrecursive ? " -r" : "", pflag ? " -p" : "",
708 if (pflag)
795 if (pflag) {
873 if (pflag) {
931 if (!pflag)
1058 int mod_flag = pflag;
1066 if (pflag)
1150 if (pflag) {
    [all...]
sftp.c 371 int *aflag, int *fflag, int *pflag, int *rflag)
379 *aflag = *fflag = *rflag = *pflag = 0;
390 *pflag = 1;
589 int pflag, int rflag, int resume, int fflag)
652 pflag || global_pflag, 1, resume,
657 pflag || global_pflag, resume,
673 int pflag, int rflag, int resume, int fflag)
744 pflag || global_pflag, 1, resume,
749 pflag || global_pflag, resume,
1208 int *fflag, int *hflag, int *iflag, int *lflag, int *pflag,
1402 int lflag = 0, pflag = 0, rflag = 0, sflag = 0; local
    [all...]
  /external/mksh/src/
funcs.c 501 bool pflag = false, vflag = false, Vflag = false; local
509 pflag = true;
525 if (pflag)
534 if (pflag)
541 if ((iam_whence || vflag) && !pflag)
543 if (!tp && !pflag) {
660 bool localv = false, func = false, pflag = false, istset = true; local
748 pflag = true;
837 !(!func && pflag && !(fset | fclr))) {
890 c_typeset_vardump(vp, flag, thing, pflag, istset)
1024 bool rflag = false, tflag, Uflag = false, pflag = false; local
    [all...]
Build.sh     [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 152 initdevice(char *device, int pflag, int *linktype)
  /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/tcpdump/
tcpdump.c 109 int Pflag = -1; /* Restrict captured packet by sent/receive direction */
972 ++pflag;
981 Pflag = PCAP_D_IN;
983 Pflag = PCAP_D_OUT;
985 Pflag = PCAP_D_INOUT;
1282 status = pcap_set_promisc(pd, !pflag);
1343 if (Pflag != -1) {
1344 status = pcap_setdirection(pd, Pflag);
1352 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
    [all...]
interface.h 393 #define pflag gndo->ndo_pflag macro
  /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 639 milliseconds