Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/msan/
Dctermid.cpp8 unsigned char s[L_ctermid + 1]; in main()
/external/compiler-rt/test/msan/
Dctermid.cc8 unsigned char s[L_ctermid + 1]; in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py333 L_ctermid = 9 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py180 L_ctermid = 9 variable
/external/python/cpython2/Modules/
Dposixmodule.c1804 char buffer[L_ctermid]; in posix_ctermid()
/external/python/cpython3/Modules/
Dposixmodule.c3029 char buffer[L_ctermid]; in os_ctermid_impl()