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

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.h196 void print_datadef(definition *def, int headeronly);
197 void print_funcdef(definition *def, int headeronly);
H A Drpc_hout.c66 print_datadef(definition *def, int headeronly) argument
89 pprogramdef(def, headeronly);
105 print_funcdef(definition *def, int headeronly) argument
110 pprogramdef(def, headeronly);
283 pprogramdef(definition *def, int headeronly) argument
305 if (headeronly) {
H A Drpc_main.c480 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
519 print_datadef(def, headeronly);
528 print_funcdef(l->val, headeronly);
/freebsd-11-stable/contrib/sendmail/src/
H A Dcollect.c292 bool headeronly; local
318 headeronly = hdrp != NULL;
397 if (TrafficLogFile != NULL && !headeronly)
506 if (!headeronly)
568 if (!headeronly &&
673 if (headeronly)
718 if (headeronly)
H A Dheaders.c85 bool headeronly; local
91 headeronly = hdrp != NULL;
92 if (!headeronly)
251 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
256 if (UseErrorsTo && !bitset(pflag, CHHDR_DEF) && !headeronly &&
261 if (!headeronly && bitset(H_EOH, hi->hi_flags))
377 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
449 if (headeronly)
457 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&

Completed in 145 milliseconds