Searched refs:headeronly (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_hout.c | 56 print_datadef(definition *def, int headeronly) in print_datadef() argument 79 pprogramdef(def, headeronly); in print_datadef() 95 print_funcdef(definition *def, int headeronly) in print_funcdef() argument 100 pprogramdef(def, headeronly); in print_funcdef() 273 pprogramdef(definition *def, int headeronly) in pprogramdef() argument 295 if (headeronly) { in pprogramdef()
|
H A D | rpc_util.h | 191 void print_datadef(definition *def, int headeronly); 192 void print_funcdef(definition *def, int headeronly);
|
H A D | rpc_main.c | 567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output() argument 607 print_datadef(def, headeronly); in h_output() 616 print_funcdef(l->val, headeronly); in h_output()
|
/freebsd/contrib/sendmail/src/ |
H A D | collect.c | 364 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 D | headers.c | 86 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 &&
|