Searched refs:gecos (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/krb5/kadm5/srv/ |
H A D | server_misc.c | 102 str_check_gecos(gecos, pwstr) in str_check_gecos() argument 103 char *gecos; in str_check_gecos() 108 for (cp = gecos; *cp; ) {
|
/titanic_50/usr/src/lib/nsswitch/ad/common/ |
H A D | getpwnam.c | 57 uid_t uid, gid_t gid, const char *gecos, in update_buffer() argument 70 argp->key.name, "x", uid, gid, gecos, homedir, shell) + 1; in update_buffer() 75 name, domain, "x", uid, gid, gecos, homedir, shell) + 1; in update_buffer() 93 argp->key.name, "x", uid, gid, gecos, homedir, shell); in update_buffer() 96 name, domain, "x", uid, gid, gecos, homedir, shell); in update_buffer()
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 236 sm_pwfullname(gecos, user, buf, buflen) in sm_pwfullname() argument 237 register char *gecos; in sm_pwfullname() 245 if (*gecos == '*') 246 gecos++; 249 for (p = gecos; *p != '\0' && *p != ',' && *p != ';' && *p != '%'; p++)
|
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 233 char *name, *pass, *class, *gecos, *dir, *shell; in irp_unmarshall_pw() local 245 name = pass = class = gecos = dir = shell = NULL; in irp_unmarshall_pw() 338 gecos = NULL; in irp_unmarshall_pw() 339 if (getfield(&gecos, 0, &p, fieldsep) == NULL) { in irp_unmarshall_pw() 365 pw->pw_gecos = gecos; in irp_unmarshall_pw() 386 if (gecos != NULL) free(gecos); in irp_unmarshall_pw()
|