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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c99 char *FullName; /* sender's full name */ variable
678 FullName = getextenv("NAME");
679 if (FullName != NULL)
680 FullName = newstr(FullName);
874 FullName = newstr(optarg);
979 FullName = NULL;
1002 FullName = NULL;
1668 FullName = NULL;
1690 /* special considerations for FullName */
[all...]

Completed in 61 milliseconds