Searched refs:CONV (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-slt.c195 if (fp->flags & CONV)
612 if (ap->format->flags & CONV)
638 if (ap->format->flags & CONV)
1038 ARCHIVE|CONV|NOHARDLINKS|IN|OUT,
H A Dformat.c164 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 Dpax.h129 #define CONV PAX_CONV /* format handles ccode conv */ macro
/ast/src/cmd/std/
H A Ddd.c70 #define CONV 1 macro
198 CONV,
490 if (op->type == CONV)
547 case CONV:

Completed in 37 milliseconds