Symbol: SPECIAL
arch/alpha/boot/stdio.c
142
case '#': flags |= SPECIAL; goto repeat;
arch/alpha/boot/stdio.c
70
if (type & SPECIAL) {
arch/alpha/boot/stdio.c
90
if (type & SPECIAL) {
arch/powerpc/boot/stdio.c
106
if (type & SPECIAL) {
arch/powerpc/boot/stdio.c
126
if (type & SPECIAL) {
arch/powerpc/boot/stdio.c
178
case '#': flags |= SPECIAL; goto repeat;
arch/x86/boot/printf.c
149
flags |= SPECIAL;
arch/x86/boot/printf.c
73
if (type & SPECIAL) {
arch/x86/boot/printf.c
93
if (type & SPECIAL) {
drivers/firmware/efi/libstub/vsprintf.c
169
flags |= SPECIAL;
drivers/firmware/efi/libstub/vsprintf.c
430
flags &= ~SPECIAL;
drivers/firmware/efi/libstub/vsprintf.c
461
if (flags & SPECIAL) {
drivers/firmware/efi/libstub/vsprintf.c
477
flags &= ~SPECIAL;
drivers/firmware/efi/libstub/vsprintf.c
497
if (flags & SPECIAL) {
include/sound/pcm.h
181
#define SNDRV_PCM_FMTBIT_SPECIAL _SNDRV_PCM_FMTBIT(SPECIAL)
lib/vsprintf.c
1029
.flags = SPECIAL | SMALL,
lib/vsprintf.c
1080
.flags = SPECIAL | SMALL | ZEROPAD,
lib/vsprintf.c
1086
.flags = SPECIAL | SMALL | ZEROPAD,
lib/vsprintf.c
2634
SPEC_CHAR('#', SPECIAL),
lib/vsprintf.c
473
int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10);
lib/vsprintf.c
589
.flags = SPECIAL | SMALL | ZEROPAD, \
scripts/sorttable.c
85
return SPECIAL(shndx);
sound/core/pcm.c
178
FORMAT(SPECIAL),
tools/testing/selftests/kvm/lib/guest_sprintf.c
160
flags |= SPECIAL;
tools/testing/selftests/kvm/lib/guest_sprintf.c
240
flags |= SPECIAL | SMALL | ZEROPAD;
tools/testing/selftests/kvm/lib/guest_sprintf.c
77
if (type & SPECIAL) {
tools/testing/selftests/kvm/lib/guest_sprintf.c
97
if (type & SPECIAL) {