Searched refs:FILENAME_MAX (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio_lim.h26 # define FILENAME_MAX 256 macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c42 char buf[FILENAME_MAX];
46 if (__path_search (buf, FILENAME_MAX, NULL, "tmpf", 0))
/haiku/src/bin/unzip/
H A Dbeos.c579 if ((end-old_end) > FILENAME_MAX) /* GRR: proper constant? */
580 *(end = old_end + FILENAME_MAX) = '\0';
664 if ((end-old_end) > FILENAME_MAX) /* GRR: proper constant? */
665 *(end = old_end + FILENAME_MAX) = '\0';
H A Dunzpriv.h118 /* # define FILENAME_MAX 14 */
119 # define FILENAME_MAX NAME_MAX /* GRR: experiment */ macro
1061 # if FILENAME_MAX > 255
1062 # define PATH_MAX FILENAME_MAX /* used like PATH_MAX on some systems */
/haiku/headers/posix/
H A Dstdio.h30 #define FILENAME_MAX 256 macro

Completed in 214 milliseconds