Searched defs:posix (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/std/
H A Ddf.c48 " If \abase\a is non-zero and \b--posix\b is not on then the field values"
313 int posix; /* posix format */ member in struct:__anon228
534 if (!state.posix && strlen(s) >= fp->width)
679 state.posix = -1;
774 state.posix = 1;
800 append(fmt, state.posix > 0 ? fmt_std : fmt_def);
805 if (state.posix < 0)
806 state.posix = !!conformance(0, 0);
809 if (state.posix)
[all...]

Completed in 11 milliseconds