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

/freebsd-10.3-release/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-10.3-release/bin/pax/
H A Dcache.h48 #define UNMLEN 32 /* >= user name found in any protocol */ macro
63 char name[UNMLEN]; /* uid name */
H A Dcache.c227 (void)strncpy(ptr->name, pw->pw_name, UNMLEN - 1);
228 ptr->name[UNMLEN-1] = '\0';
358 (void)strncpy(ptr->name, name, UNMLEN - 1);
359 ptr->name[UNMLEN-1] = '\0';

Completed in 98 milliseconds