Searched refs:headeronly (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/rpcgen/
H A Drpc_util.h191 void print_datadef(definition *def, int headeronly);
192 void print_funcdef(definition *def, int headeronly);
H A Drpc_hout.c56 print_datadef(definition *def, int headeronly) argument
79 pprogramdef(def, headeronly);
95 print_funcdef(definition *def, int headeronly) argument
100 pprogramdef(def, headeronly);
273 pprogramdef(definition *def, int headeronly) argument
295 if (headeronly) {
H A Drpc_main.c567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
607 print_datadef(def, headeronly);
616 print_funcdef(l->val, headeronly);
/freebsd-current/contrib/sendmail/src/
H A Dcollect.c364 bool headeronly; local
404 headeronly = hdrp != NULL;
483 if (TrafficLogFile != NULL && !headeronly)
627 if (!headeronly)
689 if (!headeronly &&
794 if (headeronly)
839 if (headeronly)
H A Dheaders.c86 bool headeronly; local
92 headeronly = hdrp != NULL;
93 if (!headeronly)
252 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
257 if (UseErrorsTo && !bitset(pflag, CHHDR_DEF) && !headeronly &&
262 if (!headeronly && bitset(H_EOH, hi->hi_flags))
401 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
476 if (headeronly)
484 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&

Completed in 129 milliseconds