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

/osnet-11/usr/src/cmd/sendmail/src/
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...]

Completed in 27 milliseconds