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

/freebsd-13-stable/contrib/libc-pwcache/
H A Dpwcache.h50 #define UNMLEN 32 /* >= user name found in any protocol */ macro
65 char name[UNMLEN]; /* uid name */
H A Dpwcache.c306 (void)snprintf(ptr->name, UNMLEN, "%lu", (long) uid);
317 (void)strlcpy(ptr->name, pw->pw_name, UNMLEN);
446 (void)strlcpy(ptr->name, name, UNMLEN);
/freebsd-13-stable/bin/pax/
H A Dcache.h50 #define UNMLEN 32 /* >= user name found in any protocol */ macro
65 char name[UNMLEN]; /* uid name */
H A Dcache.c229 (void)strncpy(ptr->name, pw->pw_name, UNMLEN - 1);
230 ptr->name[UNMLEN-1] = '\0';
360 (void)strncpy(ptr->name, name, UNMLEN - 1);
361 ptr->name[UNMLEN-1] = '\0';

Completed in 53 milliseconds