Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/common/util/
H A Dstrtolctype.h53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
H A Dsscanf.c107 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/titanic_44/usr/src/cmd/mdb/common/libstand/
H A Dctype.c41 isspace(int c) in isspace() function
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacclib.h69 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c120 int isspace(c) in isspace() function
/titanic_44/usr/src/stand/lib/sa/
H A Dctype.h59 #define isspace(c) ((__ctype + 1)[c] & _S) macro
/titanic_44/usr/src/uts/common/sys/
H A Dctype.h119 isspace(char c) in isspace() function
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dctype.h46 #define isspace(c) ((_ctype_+1)[c]&_S) macro
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dctype.h75 #define isspace(c) ((_ctype_ + 1)[c] & _S) macro
/titanic_44/usr/src/lib/libumem/common/
H A Dstub_stand.c152 isspace(int c) in isspace() function
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c698 isspace(int c) in isspace() function
/titanic_44/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c35 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h60 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || \ macro
/titanic_44/usr/src/common/mpi/
H A Dmpi.h86 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h38 #define isspace(x) ((x) == ' ' || (x) == '\t') macro
/titanic_44/usr/src/cmd/power/
H A Dpowerd.c1159 #define isspace(ch) ((ch) == ' ' || (ch) == '\t') macro
/titanic_44/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1329 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
/titanic_44/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1317 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c2143 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
/titanic_44/usr/src/common/ctf/
H A Dctf_impl.h45 #define isspace(c) \ macro
/titanic_44/usr/src/cmd/gss/gssd/
H A Dgssdtest.c70 #define isspace(s) ((s) == ' ' || (s) == '\t' || (s) == '\n' || \ macro
/titanic_44/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c2071 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c2118 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h144 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2397 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro

12