Searched refs:pflag (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/mapm/
H A Dmapm_pow.c85 int iflag, pflag; local
150 pflag = FALSE;
155 pflag = TRUE;
158 if (pflag)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-enet.c152 initdevice(char *device, int pflag, int *linktype) argument
/haiku-fatelf/src/bin/network/ftp/
H A Dftp.c389 int pflag = 0; local
470 if (!pflag && (code == 227 || code == 228))
471 pflag = 1;
472 else if (!pflag && code == 229)
473 pflag = 100;
474 if (dig > 4 && pflag == 1 && isdigit(c))
475 pflag = 2;
476 if (pflag == 2) {
482 pflag = 3;
485 if (pflag
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dinterface.h345 #define pflag gndo->ndo_pflag macro
H A Dtcpdump.c666 ++pflag;
886 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c150 int pflag, FILE *file)
161 sflag = (statp->pfcode & pflag);
148 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument

Completed in 303 milliseconds