Home
last modified time | relevance | path

Searched defs:NAME_MAX (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
D5-1.c93 long PATH_MAX, NAME_MAX; in main() local
/external/iproute2/include/uapi/linux/
Dlimits.h12 #define NAME_MAX 255 /* # chars in a file name */ macro
/external/kernel-headers/original/uapi/linux/
Dlimits.h12 #define NAME_MAX 255 /* # chars in a file name */ macro
/external/bcc/tools/
Dstatsnoop.py133 NAME_MAX = 255 # linux/limits.h variable
Dopensnoop.py186 NAME_MAX = 255 # linux/limits.h variable
/external/libchrome/base/process/
Dinternal_aix.cc27 #define NAME_MAX 255 macro
Dinternal_linux.cc24 #define NAME_MAX 255 macro
/external/u-boot/fs/yaffs2/
Dyaffsfs.h30 #define NAME_MAX 256 macro
/external/python/cpython2/Lib/plat-beos5/
DIN.py116 NAME_MAX = (256) variable
/external/python/cpython2/Lib/plat-linux2/
DIN.py289 NAME_MAX = 255 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py141 NAME_MAX = 255 variable
/external/crosvm/usb_util/src/
Dbindings.rs211 pub const NAME_MAX: u32 = 255; constant
/external/sqlite/dist/
Dshell.c1045 # define NAME_MAX (FILENAME_MAX) macro
1047 # define NAME_MAX (260) macro
/external/sqlite/dist/orig/
Dshell.c1039 # define NAME_MAX (FILENAME_MAX) macro
1041 # define NAME_MAX (260) macro