Searched refs:ladjust (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/stand/libsa/
H A Dprintf.c258 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
285 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
299 ladjust = 1;
308 ladjust = !ladjust;
440 if (!ladjust && width > 0)
445 if (ladjust && width > 0)
523 if (!ladjust && padc == '0')
527 if (!ladjust)
546 if (ladjust)
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_prf.c663 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
690 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
704 ladjust = 1;
713 ladjust = !ladjust;
765 if (!ladjust && width > 0)
769 if (ladjust && width > 0)
854 if (!ladjust && width > 0)
859 if (ladjust && width > 0)
933 if (!ladjust
[all...]
/freebsd-11-stable/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-11-stable/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...]

Completed in 92 milliseconds