Searched refs:NAME_MAX (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/sys/
H A Dsyslimits.h56 #define NAME_MAX 255 /* max bytes in a file name */ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A DLPdir_unix.c40 is NAME_MAX. However, some operating systems use PATH_MAX instead.
42 and if it doesn't exist, use NAME_MAX. */
45 #elif defined(NAME_MAX)
46 # define LP_ENTRY_SIZE NAME_MAX
49 /* Of course, there's the possibility that neither PATH_MAX nor NAME_MAX
50 exist. It's also possible that NAME_MAX exists but is define to a
H A DLPdir_win.c44 #ifndef NAME_MAX
45 #define NAME_MAX 255 macro
52 char entry_name[NAME_MAX+1];

Completed in 86 milliseconds