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

/freebsd-10.1-release/lib/libstand/
H A Dprintf.c161 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
188 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
202 ladjust = 1;
211 ladjust = !ladjust;
343 if (!ladjust && width > 0)
348 if (ladjust && width > 0)
422 if (!ladjust && padc == '0')
426 if (!ladjust)
445 if (ladjust)
[all...]
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld_printf.c130 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
153 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
167 ladjust = 1;
176 ladjust = !ladjust;
308 if (!ladjust && width > 0)
313 if (ladjust && width > 0)
387 if (!ladjust && padc == '0')
391 if (!ladjust)
410 if (ladjust)
[all...]
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c237 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
260 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
274 ladjust = 1;
283 ladjust = !ladjust;
415 if (!ladjust && width > 0)
420 if (ladjust && width > 0)
493 if (!ladjust && padc != '0' && width
507 if (!ladjust && width && (width -= tmp) > 0)
514 if (ladjust
[all...]
/freebsd-10.1-release/sys/kern/
H A Dsubr_prf.c624 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
651 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
665 ladjust = 1;
674 ladjust = !ladjust;
806 if (!ladjust && width > 0)
811 if (ladjust && width > 0)
885 if (!ladjust && padc == '0')
889 if (!ladjust)
908 if (ladjust)
[all...]

Completed in 74 milliseconds