Searched refs:FullName (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c981 extern char *FullName;
1094 if (FullName == NULL)
1095 FullName = macvalue('x', e);
1096 if (FullName != NULL)
1098 if (FullName[0] == '\0')
1099 FullName = NULL;
1101 FullName = newstr(FullName);
1131 if (FullName == NULL && !internal &&
1135 FullName
[all...]
H A Dmain.c99 char *FullName; /* sender's full name */ variable
681 FullName = getextenv("NAME");
682 if (FullName != NULL)
683 FullName = newstr(FullName);
877 FullName = newstr(optarg);
982 FullName = NULL;
1005 FullName = NULL;
1671 FullName = NULL;
1693 /* special considerations for FullName */
[all...]
H A Dsrvrsmtp.c2370 extern char *FullName;
2373 SM_FREE_CLR(FullName);

Completed in 451 milliseconds