Searched refs:gecos_v (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/nsswitch/ldap/common/ |
H A D | getpwnam.c | 78 char **gecos_v, **homedir_v, **shell_v; in _nss_ldap_passwd2str() local 122 gecos_v = __ns_ldap_getAttr(entry, _PWD_GECOS); in _nss_ldap_passwd2str() 123 if (gecos_v == NULL || gecos_v[0] == NULL || *gecos_v[0] == '\0') in _nss_ldap_passwd2str() 124 gecos_v = &NULL_STR; in _nss_ldap_passwd2str() 126 str_len += strlen(gecos_v[0]); in _nss_ldap_passwd2str() 156 gecos_v[0], homedir_v[0], shell_v[0]); in _nss_ldap_passwd2str() 161 gecos_v[0], homedir_v[0], shell_v[0]); in _nss_ldap_passwd2str()
|
/titanic_41/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 184 char **gecos_v, **shell_v; in _nss_ad_passwd2str() local 256 gecos_v = adutils_getattr(entry, _PWD_CN); in _nss_ad_passwd2str() 257 if (gecos_v == NULL || gecos_v[0] == NULL || *gecos_v[0] == '\0') in _nss_ad_passwd2str() 258 gecos_v = &NULL_STR; in _nss_ad_passwd2str() 271 gecos_v[0], homedir, shell_v[0]) < 0) in _nss_ad_passwd2str()
|