/titanic_44/usr/src/common/util/ |
H A D | strtolctype.h | 53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
H A D | sscanf.c | 107 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
/titanic_44/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 41 isspace(int c) in isspace() function
|
/titanic_44/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 69 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 120 int isspace(c) in isspace() function
|
/titanic_44/usr/src/stand/lib/sa/ |
H A D | ctype.h | 59 #define isspace(c) ((__ctype + 1)[c] & _S) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ctype.h | 119 isspace(char c) in isspace() function
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 46 #define isspace(c) ((_ctype_+1)[c]&_S) macro
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 75 #define isspace(c) ((_ctype_ + 1)[c] & _S) macro
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | stub_stand.c | 152 isspace(int c) in isspace() function
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 698 isspace(int c) in isspace() function
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 35 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 60 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || \ macro
|
/titanic_44/usr/src/common/mpi/ |
H A D | mpi.h | 86 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 38 #define isspace(x) ((x) == ' ' || (x) == '\t') macro
|
/titanic_44/usr/src/cmd/power/ |
H A D | powerd.c | 1159 #define isspace(ch) ((ch) == ' ' || (ch) == '\t') macro
|
/titanic_44/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 1329 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/titanic_44/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 1317 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 2143 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_impl.h | 45 #define isspace(c) \ macro
|
/titanic_44/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 70 #define isspace(s) ((s) == ' ' || (s) == '\t' || (s) == '\n' || \ macro
|
/titanic_44/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 2071 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 2118 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 144 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2397 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|