Home
last modified time | relevance | path

Searched defs:printable (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/fs/
Dexec.c1757 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro
/linux-6.8/sound/pci/ac97/
Dac97_codec.c1143 static inline int printable(unsigned int x) in printable() function