Searched refs:pflag (Results 51 - 67 of 67) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.sbin/ofctl/
H A Dofctl.c64 static int pflag; variable
497 case 'p': pflag++; break;
684 if (pflag == 0) {
693 if (pflag) {
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmain.c145 int pflag, xflag, ch, removeit; local
149 pflag = 0;
190 pflag = 1;
225 if (Lflag && (builddir != NULL || Pflag || pflag))
292 if (pflag) {
/netbsd-6-1-5-RELEASE/tests/util/id/
H A Dt_id.sh187 atf_test_case pflag
303 atf_add_test_case pflag
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmanifest.h176 extern int gflag, kflag, pflag;
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Ddump.c121 int pflag = PFLAG_DEFAULT; /* show physical limits of partition */ variable
314 if (pflag) {
327 if (pflag || p->dpme_lblock_start == 0) {
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump.c811 ++pflag;
1055 status = pcap_set_promisc(pd, !pflag);
1109 pd = pcap_open_live(device, snaplen, !pflag, 1000, ebuf);
H A Dinterface.h365 #define pflag gndo->ndo_pflag macro
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c1315 int pflag = 0; local
1338 pflag++;
1365 if (pflag) {
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_debug.c152 int pflag, FILE *file)
163 sflag = (statp->pfcode & pflag);
150 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_debug.c168 int pflag, FILE *file)
179 sflag = (statp->pfcode & pflag);
166 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dtree.c821 if (pflag && !isutyp(lt)) {
1008 if (pflag && !isutyp(lt) && !(tflag && isutyp(rt))) {
1726 if (aflag && pflag) {
1788 if (pflag && size(nt) >= size(PTR)) {
3737 if ((hflag || pflag) && lt == CHAR && rn->tn_op == CON &&
3744 if ((hflag || pflag) && rt == CHAR && ln->tn_op == CON &&
H A Ddecl.c1105 } else if (pflag) {
1111 if (pflag && bitfieldtype_ok == 0) {
1633 if (!tflag && (sflag || pflag))
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dif.c133 if (!sflag & !pflag) {
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal2.c120 if (pflag) {
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c4495 u_int pflag = 0; local
4498 pflag |= PMAP_WRITE_COMBINE;
4500 return pflag;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dcode.c431 if (pflag) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure18299 fexcept_t* pflag;
18303 ret = fegetexceptflag(pflag, except);
18305 ret = fesetexceptflag(pflag, except);
[all...]

Completed in 322 milliseconds

123