OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNMLEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pwcache.h
49
#define
UNMLEN
32 /* >= user name found in any protocol */
64
char name[
UNMLEN
]; /* uid name */
pwcache.c
303
(void)snprintf(ptr->name,
UNMLEN
, "%lu", (long) uid);
314
(void)strlcpy(ptr->name, pw->pw_name,
UNMLEN
);
443
(void)strlcpy(ptr->name, name,
UNMLEN
);
Completed in 12 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025