Searched defs:gecos (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dgetpwnam.c57 uid_t uid, gid_t gid, const char *gecos,
70 argp->key.name, "x", uid, gid, gecos, homedir, shell) + 1;
75 name, domain, "x", uid, gid, gecos, homedir, shell) + 1;
93 argp->key.name, "x", uid, gid, gecos, homedir, shell);
96 name, domain, "x", uid, gid, gecos, homedir, shell);
255 /* Get gecos, homedirectory and shell information if available */
55 update_buffer(ad_backend_ptr be, nss_XbyY_args_t *argp, const char *name, const char *domain, uid_t uid, gid_t gid, const char *gecos, const char *homedir, const char *shell) argument
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c233 char *name, *pass, *class, *gecos, *dir, *shell; local
245 name = pass = class = gecos = dir = shell = NULL;
338 gecos = NULL;
339 if (getfield(&gecos, 0, &p, fieldsep) == NULL) {
365 pw->pw_gecos = gecos;
386 if (gecos != NULL) free(gecos);

Completed in 77 milliseconds