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

  /external/valgrind/main/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/dropbear/
scp.c 281 int pflag, iamremote, iamrecursive, targetshouldbedirectory; variable
351 pflag = 1;
421 iamrecursive ? " -r" : "", pflag ? " -p" : "",
555 if (pflag)
638 if (pflag) {
728 if (pflag) {
844 if (!pflag)
958 int mod_flag = pflag;
966 if (pflag)
1056 if (pflag) {
    [all...]
  /external/qemu/
qemu-io.c 352 int Cflag = 0, pflag = 0, qflag = 0, vflag = 0; local
353 int Pflag = 0, sflag = 0, lflag = 0, bflag = 0;
379 pflag = 1;
382 Pflag = 1;
409 if (bflag && pflag) {
427 if (!Pflag && (lflag || sflag)) {
440 if (!pflag)
456 if (pflag)
469 if (Pflag) {
541 int Pflag = 0
657 int Cflag = 0, pflag = 0, qflag = 0, bflag = 0; local
    [all...]
  /external/libpcap/
pcap-enet.c 152 initdevice(char *device, int pflag, int *linktype)
  /external/mksh/src/
funcs.c 747 bool pflag = false, vflag = false, Vflag = false; local
755 pflag = true;
771 if (pflag)
779 if (pflag)
786 if ((iam_whence || vflag) && !pflag)
788 if (!tp && !pflag) {
879 bool localv = false, func = false, pflag = false, istset = true; local
956 pflag = true;
1144 if (pflag) {
1161 if (pflag)
1206 bool rflag = false, tflag, Uflag = false, pflag = false; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 217 unsigned long pflag; member in struct:asyport
  /external/tcpdump/
interface.h 350 #define pflag gndo->ndo_pflag macro
tcpdump.c 668 ++pflag;
888 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 161 int pflag, FILE *file)
172 sflag = (statp->pfcode & pflag);

Completed in 292 milliseconds