Lines Matching refs:FullName
106 char *FullName; /* sender's full name */ variable
709 FullName = getextenv("NAME");
710 if (FullName != NULL)
711 FullName = newstr(FullName);
915 FullName = newstr(optarg);
1020 FullName = NULL;
1043 FullName = NULL;
1722 FullName = NULL;
1745 if (FullName != NULL)
1750 if (strchr(FullName, '\n') != NULL)
1752 full = newstr(denlstring(FullName, true, true));
1753 FullName = full;
1757 if (!rfc822_string(FullName))
1765 FullName = addquotes(FullName, NULL);