Searched refs:NOREAD (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/dd/ | ||
H A D | dd.h | 48 #define NOREAD 0x10 /* not readable */ macro |
H A D | position.c | 175 if (out.flags & NOREAD) { in pos_out() |
H A D | dd.c | 197 out.flags |= NOREAD; in setup() |