OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISPIPE
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
dd.h
49
#define
ISPIPE
0x02 /* pipe (not truncatable) */
dd.c
262
io->flags |=
ISPIPE
; /* XXX fixed in 4.4BSD */
348
if (!(in.flags & (
ISPIPE
|ISTAPE)) &&
592
if (!(in.flags & (
ISPIPE
|ISTAPE))) {
611
if (in.flags &
ISPIPE
) {
Completed in 24 milliseconds