Searched refs:newio (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/pax/
H A Dbio.c388 newio(ap, c, 0);
459 newio(ap, c, 0);
794 newio(ap, c, n);
832 newio(ap, 0, 0);
860 newio(ap, c, n);
889 newio(ap, c, n);
1005 * c is the io count causing the newio()
1010 newio(register Archive_t* ap, int c, int n) function
H A Dpaxlib.c113 newio(ap, c, n);
H A Dpax.h429 int locked; /* newio() recursion lock */ \
473 off_t total; /* newio() total io check */ \
717 extern void newio(Archive_t*, int, int);
H A Dmisc.c1071 newio(ap, 0, 0);
H A Dpax-slt.c426 newio(ap, 0, 0);
H A Dformat.c752 newio(ap, 0, 0);
/ast/src/cmd/ksh93/tests/
H A Dio.sh206 [[ ! -s $tmp/1 ]] && newio=1
207 if [[ $newio && $(print hello | while read -u$n; do print $REPLY; done {n}<&0) != hello ]]

Completed in 79 milliseconds