Home
last modified time | relevance | path

Searched refs:chflag (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/kill/
Dkill12.c72 int chflag; variable
96 chflag = 0; in main()
108 while (!chflag) /* wait for child */ in main()
186 chflag++; in chsig()
203 while (!chflag) in do_child()
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst2123 Prevent shutil failures on OS X when destination does not support chflag
/external/python/cpython3/Misc/
DHISTORY7641 support chflag operations. Patch by Hynek Schlawack.