Home
last modified time | relevance | path

Searched refs:FullName (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Denvelope.c983 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 …]
H A Dmain.c678 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)
1699 FullName = full;
1703 if (!rfc822_string(FullName))
[all …]
H A Dsrvrsmtp.c2367 extern char *FullName;
2370 SM_FREE_CLR(FullName);
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl339 netr_string_t FullName;
H A Dsamrpc.ndl971 samr_string_t FullName;
1330 samr_vcbuf_t FullName;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_svc.c802 (ndr_mstring_t *)&all_info->FullName); in samr_s_QueryUserInfo()