Home
last modified time | relevance | path

Searched refs:IOCLOB (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h178 #define IOCLOB 0x400 /* noclobber bit */ macro
188 #define IOCOPY IOCLOB /* copy skipped lines onto standard output */
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c457 else if(iof&IOCLOB) in p_redirect()
H A Dio.c1151 if(iof&IOCLOB) in sh_redirect()
H A Dparse.c1589 iof |= IOCLOB; in inout()