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

/sendmail/contrib/
H A Dcidrexpand25 # Added code to deal with the prefix tags that may now be included in
70 my ($prefix,$left,$right,$space);
107 ($prefix,$left,$space,$right) =
113 print "$prefix$nl$space$right\n";
/sendmail/devtools/bin/
H A DBuild218 -Q*) # Select a prefix for the Site/*.config.m4 file
509 prefix=""
511 prefix=".$pfx"
522 if [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rel.$arch$sfx ]; then
523 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rel.$arch$sfx
524 elif [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rroot.$arch$sfx ]; then
525 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rroot.$arch$sfx
526 elif [ -r ${OBJ_ROOT}/obj${prefix}.$os.$rbase.x.$arch$sfx ]; then
527 abs_obj_dir=${OBJ_ROOT}/obj${prefix}.$os.$rbase.x.$arch$sfx
528 elif [ -r ${OBJ_ROOT}/obj${prefix}
[all...]
/sendmail/sendmail/
H A Dqueue.c4672 ** prefix -- string to output in front of each line.
4679 printnqe(out, prefix)
4681 char *prefix;
4689 if (prefix == NULL)
4694 "%sNOTCONFIGURED:-1\r\n", prefix);
4710 if (prefix != NULL)
4713 prefix, qid_printqueue(i, j), n);
4737 if (prefix == NULL && k > 1)
4742 if (prefix == NULL)
4747 "%sNOTAVAILABLE:-1\r\n", prefix);
6058 char prefix[MAXPATHLEN]; /* dir relative to basedir */ local
[all...]
H A Dparseaddr.c1021 register char *prefix; local
1051 prefix = "";
1053 prefix = "rewrite: ruleset ";
1057 "%s%-16.16s input:", prefix, rulename);
1062 sm_dprintf("%s%-16.16s input:", prefix, rulename);
1654 "%s%-16.16s returns:", prefix, rulename);
1659 sm_dprintf("%s%-16.16s returns:", prefix, rulename);
H A Dutil.c2742 ** prefix -- string to output in front of each line.
2749 proc_list_display(out, prefix)
2751 char *prefix;
2761 prefix,
H A Dconf.c2638 char prefix[SPT_BUFSIZE]; local
2640 expand(ProcTitlePrefix, prefix, sizeof(prefix), e);
2641 setproctitle("%s: %s", prefix, buf);

Completed in 196 milliseconds