OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curname_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ftpd/
ftpd.c
213
static size_t
curname_len
; /* length of curname (include NUL) */
variable in typeref:typename:size_t
499
curname_len
= _POSIX_LOGIN_NAME_MAX;
501
curname_len
= (size_t)l;
502
curname = malloc(
curname_len
);
933
strlcpy(curname, name,
curname_len
);
3971
curname_len
);
ftpd.c
213
static size_t
curname_len
; /* length of curname (include NUL) */
variable in typeref:typename:size_t
499
curname_len
= _POSIX_LOGIN_NAME_MAX;
501
curname_len
= (size_t)l;
502
curname = malloc(
curname_len
);
933
strlcpy(curname, name,
curname_len
);
3971
curname_len
);
Completed in 26 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025