OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gecos
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/finger/
util.c
128
expandusername(const char *
gecos
, const char *login, char *buf, int buflen)
134
if (*
gecos
== '*')
135
gecos
++;
138
/* copy
gecos
, interpolating & to be full name */
139
for (p =
gecos
; *p != '\0'; p++) {
/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
passwd.c
30
* MAY ( userPassword $ loginShell $
gecos
$ description ) )
42
BER_BVC("
gecos
"),
217
struct berval
gecos
;
local
302
/* get the
gecos
for this entry (fall back to cn) */
321
gecos
=a->a_vals[0];
384
WRITE_BERVAL(cbp->fp,&
gecos
);
/src/external/bsd/libbind/dist/irs/
irpmarshall.c
235
char *name, *pass, *class, *
gecos
, *dir, *shell;
local
247
name = pass = class =
gecos
= dir = shell = NULL;
340
gecos
= NULL;
341
if (getfield(&
gecos
, 0, &p, fieldsep) == NULL) {
367
pw->pw_gecos =
gecos
;
388
if (
gecos
!= NULL) free(
gecos
);
/src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl
184
# Grab user details via
gecos
185
my $
Gecos
= 0;
187
# User domain for
gecos
email addresses
2124
my ($username, $pw, $uid, $gid, $
gecos
, $homedir, $shell) = split ':';
2126
($expansion) = split (',', $
gecos
)
2127
if defined $
gecos
&& length $
gecos
;
2288
} elsif ( defined $Domain or $
Gecos
== 1 ) {
2300
warn "Couldn't find
gecos
info for author '$author'\n"
2564
'
gecos
' => \$Gecos
[
all
...]
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026