printable        1252 fs/exec.c      #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e))
printable        1142 sound/pci/ac97/ac97_codec.c static inline int printable(unsigned int x)