HomeSort by relevance Sort by last modified time
    Searched refs:ISPIPE (Results 1 - 3 of 3) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 72 if (!(in.flags & (ISPIPE|ISTAPE))) {
89 if (in.flags & ISPIPE) {
dd.h 82 #define ISPIPE 0x02 /* pipe (not truncatable) */
dd.c 298 io->flags |= ISPIPE; /* XXX fixed in 4.4BSD */
382 if (!(in.flags & (ISPIPE|ISTAPE)) &&

Completed in 138 milliseconds