Symbol: tlc
regress/lib/libc/printf/string.c
31
void tlc(const char *, wint_t, const char *);
regress/lib/libc/printf/string.c
332
tlc("<%lc>", L'=', "<=>");
regress/lib/libc/printf/string.c
333
tlc("<%lc>", L'\t', "<\t>");
regress/lib/libc/printf/string.c
335
tlc("<%-lc>", L'=', "<=>");
regress/lib/libc/printf/string.c
336
tlc("<%2lc>", L'=', "< =>");
regress/lib/libc/printf/string.c
337
tlc("<%-2lc>", L'=', "<= >");
regress/lib/libc/printf/string.c
354
tlc("<%lc>", 0x00fe, "<\xfe>");
regress/lib/libc/printf/string.c
355
tlc("<%#lc>", L'=', "<=>");
regress/lib/libc/printf/string.c
356
tlc("<% -3lc>", L'=', "<= >");
regress/lib/libc/printf/string.c
357
tlc("<%+-3lc>", L'=', "<= >");
regress/lib/libc/printf/string.c
358
tlc("<%03lc>", L'=', "<00=>");
regress/lib/libc/printf/string.c
359
tlc("<%-03lc>", L'=', "<= >");
regress/lib/libc/printf/string.c
360
tlc("<%3.2lc>", L'=', "< =>");
regress/lib/libc/printf/string.c
378
tlc("<%lc>", L'=', "<=>");
regress/lib/libc/printf/string.c
379
tlc("<%lc>", L'\t', "<\t>");
regress/lib/libc/printf/string.c
380
tlc("<%lc>", 0x00fe, "<\xc3\xbe>");
regress/lib/libc/printf/string.c
381
tlc("<%lc>", 0x03c0, "<\xcf\x80>");
regress/lib/libc/printf/string.c
383
tlc("<%-lc>", L'=', "<=>");
regress/lib/libc/printf/string.c
384
tlc("<%-lc>", 0x03c0, "<\xcf\x80>");
regress/lib/libc/printf/string.c
385
tlc("<%2lc>", L'=', "< =>");
regress/lib/libc/printf/string.c
386
tlc("<%3lc>", 0x03c0, "< \xcf\x80>");
regress/lib/libc/printf/string.c
387
tlc("<%-2lc>", L'=', "<= >");
regress/lib/libc/printf/string.c
388
tlc("<%-3lc>", 0x03c0, "<\xcf\x80 >");
regress/lib/libc/printf/string.c
407
tlc("<%#lc>", 0x03c0, "<\xcf\x80>");
regress/lib/libc/printf/string.c
408
tlc("<% -4lc>", 0x03c0, "<\xcf\x80 >");
regress/lib/libc/printf/string.c
409
tlc("<%+-4lc>", 0x03c0, "<\xcf\x80 >");
regress/lib/libc/printf/string.c
410
tlc("<%04lc>", 0x03c0, "<00\xcf\x80>");
regress/lib/libc/printf/string.c
411
tlc("<%-04lc>", 0x03c0, "<\xcf\x80 >");
regress/lib/libc/printf/string.c
412
tlc("<%4.5lc>", 0x03c0, "< \xcf\x80>");
regress/lib/libc/printf/string.c
413
tlc("<%4.3lc>", 0x03c0, "< \xcf\x80>");
regress/lib/libc/printf/string.c
414
tlc("<%4.1lc>", 0x03c0, "< \xcf\x80>");
sys/dev/pci/if_iwnreg.h
1298
uint8_t tlc;