Searched refs:NAME_MAX (Results 1 – 4 of 4) sorted by relevance
99 #define NAME_MAX 255 /* max bytes in a file name */ macro
54 unsigned char t_lastop_filename[NAME_MAX + 1];
698 #define DIRENT_SZ(dp) ((sizeof(struct dirent) - NAME_MAX) + (((dp)->d_namlen + 1 + 3) & ~3))707 if (namelen + 1 <= NAME_MAX) { in store_entry_special()716 strlcpy(e.d_name, name, NAME_MAX); in store_entry_special()
288 ((sizeof(struct dirent) - (NAME_MAX+1)) + (((namlen) + 1 + 3) &~ 3))