Searched refs:MAXUSERNAMELEN (Results 1 – 2 of 2) sorted by relevance
22 #define MAXUSERNAMELEN 32 macro106 uint8_t user[MAXUSERNAMELEN]; // Not null terminated107 uint8_t group[MAXUSERNAMELEN];
215 strncpy((char *)entries[entry].user, "root", MAXUSERNAMELEN); in AddDirectory()216 strncpy((char *)entries[entry].group, "root", MAXUSERNAMELEN); in AddDirectory()