Home
last modified time | relevance | path

Searched defs:isspace (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dctype.h30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/linux-2.4.37.9/drivers/char/
Dselection.c33 #define isspace(c) ((c) == ' ') macro
/linux-2.4.37.9/arch/ppc/xmon/
Dxmon.c128 #define isspace(c) (c == ' ' || c == '\t' || c == 10 || c == 13 || c == 0) macro
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c149 #define isspace(c) (c == ' ' || c == '\t' || c == 10 || c == 13 || c == 0) macro
/linux-2.4.37.9/drivers/net/
Dstrip.c100 # define isspace(c) ((c) == ' ' || (c) == '\t') macro