Home
last modified time | relevance | path

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

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