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 - 2
of
2
) 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
...]
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 23 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025