Home
last modified time | relevance | path

Searched refs:CNUL (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c72 #define CNUL 0 macro
313 if (termio.c_cc[VEOL2] == CNUL) { in chk_tty_parms()
318 termio.c_cc[i], CNUL); in chk_tty_parms()
/external/python/cpython2/Modules/
Dtermios.c620 #ifdef CNUL
621 {"CNUL", CNUL},
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py59 CNUL = '\0' variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py59 CNUL = '\0' variable
/external/python/cpython3/Modules/
Dtermios.c696 #ifdef CNUL
697 {"CNUL", CNUL},