Searched refs:CONV (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/pax/ |
H A D | pax-slt.c | 195 if (fp->flags & CONV) 612 if (ap->format->flags & CONV) 638 if (ap->format->flags & CONV) 1038 ARCHIVE|CONV|NOHARDLINKS|IN|OUT,
|
H A D | format.c | 164 convert(ap, SECTION_CONTROL, (fp->flags & CONV) ? CC_NATIVE : CC_ASCII, CC_NATIVE); 165 if ((n = (*fp->getprologue)(&state, fp, ap, f, ((fp->flags & CONV) || CC_NATIVE == CC_ASCII) ? buf : cvt, sizeof(buf))) < 0) 330 if (!(ap->format->flags & CONV))
|
H A D | pax.h | 129 #define CONV PAX_CONV /* format handles ccode conv */ macro
|
/ast/src/cmd/std/ |
H A D | dd.c | 70 #define CONV 1 macro 198 CONV, 490 if (op->type == CONV) 547 case CONV:
|
Completed in 37 milliseconds