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];
301 char panic_on_proc_crash[NAME_MAX];304 char panic_on_proc_exit[NAME_MAX];307 char panic_on_proc_spawn_fail[NAME_MAX];310 char dyld_suffix[NAME_MAX];
94 char filepath[NAME_MAX]; in run_vnoder()
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()