Searched refs:FullName (Results 1 – 6 of 6) sorted by relevance
983 extern char *FullName;1096 if (FullName == NULL)1097 FullName = macvalue('x', e);1098 if (FullName != NULL)1100 if (FullName[0] == '\0')1101 FullName = NULL;1103 FullName = newstr(FullName);1133 if (FullName == NULL && !internal &&1137 FullName = newstr(user.mbdb_fullname);1144 if (FullName != NULL && !internal)[all …]
99 char *FullName; /* sender's full name */ variable678 FullName = getextenv("NAME");679 if (FullName != NULL)680 FullName = newstr(FullName);874 FullName = newstr(optarg);979 FullName = NULL;1002 FullName = NULL;1668 FullName = NULL;1691 if (FullName != NULL)1696 if (strchr(FullName, '\n') != NULL)[all …]
2367 extern char *FullName;2370 SM_FREE_CLR(FullName);
339 netr_string_t FullName;
971 samr_string_t FullName;1330 samr_vcbuf_t FullName;
802 (ndr_mstring_t *)&all_info->FullName); in samr_s_QueryUserInfo()