OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tgtgroup
(Results
1 - 1
of
1
) sorted by relevancy
/src/libexec/tftpd/
tftpd.c
158
const char *tgtuser, *
tgtgroup
;
local in function:main
172
tgtgroup
= NULL;
209
tgtgroup
= optarg;
254
if (*tgtuser == '\0' || (
tgtgroup
!= NULL && *
tgtgroup
== '\0'))
273
if (
tgtgroup
!= NULL) {
274
nid = (strtol(
tgtgroup
, &ep, 10));
282
grent = getgrnam(
tgtgroup
);
286
syslog(LOG_ERR, "unknown group `%s'",
tgtgroup
);
304
tgtuser, tgtuid,
tgtgroup
? tgtgroup : "(unspecified)"
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025