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

/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c210 static size_t curname_len; /* length of curname (include NUL) */ variable
489 curname_len = _POSIX_LOGIN_NAME_MAX;
491 curname_len = (size_t)l;
492 curname = malloc(curname_len);
923 strlcpy(curname, name, curname_len);
3936 curname_len);

Completed in 102 milliseconds