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

  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 72 if (!(in.flags & (ISPIPE|ISTAPE))) {
139 if (!(out.flags & ISTAPE)) {
dd.c 174 if (files_cnt > 1 && !(in.flags & ISTAPE)) {
295 ? ISCHR : ISTAPE;
382 if (!(in.flags & (ISPIPE|ISTAPE)) &&
563 if (out.flags & ISTAPE)
dd.h 83 #define ISTAPE 0x04 /* tape (not seekable) */

Completed in 165 milliseconds