Searched refs:gecos (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm60 gecos => '$', # pwent[6]
162 $pw_gecos = $pwob->gecos ( $_[6] ) if pw_has("gecos");
197 split /\s*,\s*/, $pw->gecos)
211 if (pw_has(qw[gecos expire quota])) { .... }
223 C<class>, C<gecos>, C<dir>, C<shell>, and C<expire>. The C<passwd>,
224 C<gecos>, and C<shell> fields are tainted when running in taint mode.
246 C<gecos>, or allegedly, C<passwd>. You may call these methods
263 Interpretation of the C<gecos> field varies between systems, but
266 An C<&> in the gecos fiel
[all...]
H A Dpwent.t66 print "not " unless $pwent->gecos eq $pwent[6];
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c101 str_check_gecos(gecos, pwstr)
102 char *gecos;
107 for (cp = gecos; *cp; ) {
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c212 ** gecos -- name to build.
236 sm_pwfullname(gecos, user, buf, buflen)
237 register char *gecos;
245 if (*gecos == '*')
246 gecos++;
248 /* copy gecos, interpolating & to be full name */
249 for (p = gecos; *p != '\0' && *p != ',' && *p != ';' && *p != '%'; p++)
391 ** ( nisSchema.1.2 NAME 'gecos'
410 ** MAY ( userPassword $ loginShell $ gecos $ description ) )
641 if (strcasecmp(attr, "gecos")
[all...]
/osnet-11/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
/osnet-11/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 52 milliseconds