Home
last modified time | relevance | path

Searched refs:_SC_LINE_MAX (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c126 test_sysconf(_SC_LINE_MAX); in main()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py170 _SC_LINE_MAX = 382 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py251 _SC_LINE_MAX = 60 variable
DSTROPTS.py248 _SC_LINE_MAX = 60 variable
/external/python/cpython2/Modules/
Dposixmodule.c8212 #ifdef _SC_LINE_MAX
8213 {"SC_LINE_MAX", _SC_LINE_MAX},
/external/python/cpython3/Modules/
Dposixmodule.c10304 #ifdef _SC_LINE_MAX
10305 {"SC_LINE_MAX", _SC_LINE_MAX},