Searched refs:printable (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dexec.c1752 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro
1790 if (printable(bprm->buf[0]) && printable(bprm->buf[1]) &&
1791 printable(bprm->buf[2]) && printable(bprm->buf[3]))
/linux-master/tools/perf/scripts/python/
H A Dtask-analyzer.py404 """calculates the stats of every task and constructs the printable summary"""
578 if char not in string.printable:
/linux-master/sound/pci/ac97/
H A Dac97_codec.c1143 static inline int printable(unsigned int x) function
1848 printable(id >> 24),
1849 printable(id >> 16),
1850 printable(id >> 8));

Completed in 125 milliseconds