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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c243 bool alt_form, ladjust, have_precision; local
252 ladjust = false;
330 ladjust = true;
362 ladjust = true;
405 ladjust = true;
641 ladjust = false;
647 ladjust = false;
726 if (!ladjust && padc != '0') {
747 if (!ladjust && padc == '0') {
763 for (i = arg_size; ladjust
[all...]
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_printf.c133 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
156 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
170 ladjust = 1;
179 ladjust = !ladjust;
312 if (!ladjust && width > 0)
317 if (ladjust && width > 0)
392 if (!ladjust && padc == '0')
396 if (!ladjust)
415 if (ladjust)
[all...]
/freebsd-13-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-13-stable/stand/libsa/
H A Dprintf.c268 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
295 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
309 ladjust = 1;
318 ladjust = !ladjust;
450 if (!ladjust && width > 0)
455 if (ladjust && width > 0)
533 if (!ladjust && padc == '0')
537 if (!ladjust)
556 if (ladjust)
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_prf.c657 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
685 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
699 ladjust = 1;
708 ladjust = !ladjust;
735 ladjust = 1;
741 if (!ladjust && width > 0)
745 if (ladjust && width > 0)
834 if (!ladjust && width > 0)
839 if (ladjust
[all...]

Completed in 71 milliseconds