/illumos-gate/usr/src/common/util/ |
H A D | strtolctype.h | 63 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
H A D | sscanf.c | 105 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
/illumos-gate/usr/src/cmd/mdb/common/libstand/ |
H A D | ctype.c | 41 isspace(int c) in isspace() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctype.h | 119 isspace(char c) in isspace() function
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | ctype.h | 59 #define isspace(c) ((__ctype + 1)[c] & _S) macro
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | stub_stand.c | 152 isspace(int c) in isspace() function
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 177 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | ctype.h | 96 #define isspace(c) __sbistype((c), _CTYPE_S) macro
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | osdep.h | 120 #define isspace(x) ((x) == ' ' || (x) == '\t') macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math.c | 35 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || \ macro
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | external.c | 707 isspace(int c) isspace() function
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 35 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi.h | 85 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/illumos-gate/usr/src/cmd/power/ |
H A D | powerd.c | 1168 #define isspace(ch) ((ch) == ' ' || (ch) == '\t') macro
|
/illumos-gate/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 1329 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/illumos-gate/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 1317 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | stand.h | 215 static __inline int isspace(int c) in isspace() function
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_impl.h | 48 #define isspace(c) \ macro
|
/illumos-gate/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 2071 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/illumos-gate/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 71 #define isspace(s) ((s) == ' ' || (s) == '\t' || (s) == '\n' || \ macro
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 2118 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2460 #define isspace(c) ((c) == ' ' || (c) == '\t' || (c) == '\n') macro
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_proxy.h | 144 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 388 #define isspace grub_isspace macro
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 204 # define isspace(__a) (_IS(__a,_ISSPACE)) macro
|