Home
last modified time | relevance | path

Searched refs:L_cuserid (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libcompat/4.4/
Dcuserid.c48 static char buf[L_cuserid]; in cuserid()
61 (void)strncpy(s, pw->pw_name, L_cuserid); in cuserid()
/netbsd/src/include/
Dstdio.h294 #define L_cuserid 9 /* size for cuserid(); UT_NAMESIZE + 1 */ macro