Home
last modified time | relevance | path

Searched refs:return_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c345 char *return_path = NULL; local
384 store(return_path, rcpt_num);
429 if (return_path != NULL) {
434 ((return_path = parseaddr(buf+10)) == NULL)) {
462 if (return_path == NULL) {
496 if (return_path != NULL)
497 free(return_path);
498 return_path = NULL;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c2281 char **pathp2, bool_t return_path) in nfslog_process_fh_rec() argument
2316 if (return_path) { in nfslog_process_fh_rec()