Searched refs:NAME_MAX (Results 1 – 5 of 5) sorted by relevance
99 #define NAME_MAX 255 /* max bytes in a file name */ macro
54 unsigned char t_lastop_filename[NAME_MAX + 1];
302 char panic_on_proc_crash[NAME_MAX];305 char panic_on_proc_exit[NAME_MAX];308 char panic_on_proc_spawn_fail[NAME_MAX];311 char dyld_suffix[NAME_MAX];
94 char filepath[NAME_MAX]; in run_vnoder()
706 #define DIRENT_SZ(dp) ((sizeof(struct dirent) - NAME_MAX) + (((dp)->d_namlen + 1 + 3) & ~3))715 if (namelen + 1 <= NAME_MAX) { in store_entry_special()724 strlcpy(e.d_name, name, NAME_MAX); in store_entry_special()