HomeSort by: relevance | last modified time | path
    Searched defs:isspace (Results 1 - 19 of 19) sorted by relevancy

  /src/lib/libc/citrus/
citrus_bcs_strtol.c 49 #undef isspace macro
50 #define isspace(c) _bcs_isspace(c) macro
citrus_bcs_strtoul.c 54 #undef isspace macro
55 #define isspace(c) _bcs_isspace(c) macro
  /src/external/apache2/llvm/dist/libcxx/include/
ctype.h 25 int isspace(int c);
51 #undef isspace macro
  /src/external/cddl/osnet/dist/common/util/
strtolctype.h 53 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
  /src/sys/sys/
ctype_inline.h 56 #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) macro
  /src/sys/ddb/
db_input.c 72 #define isspace(c) ((c) == ' ' || (c) == '\t') macro
  /src/sys/external/bsd/acpica/dist/include/
acclib.h 69 #define isspace(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_SP)) macro
  /src/sys/lib/libkern/
libkern.h 69 LIBKERN_INLINE int isspace(int) __unused;
151 isspace(int ch) function
  /src/external/cddl/osnet/sys/kern/
ddi.c 92 #define isspace(ch) (((ch) == ' ') || ((ch) == '\r') || ((ch) == '\n') || \ macro
208 while (isspace(c))
  /src/external/gpl3/binutils/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/binutils.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gcc.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gdb.old/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gdb/dist/include/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets.h 2613 isspace(_CharT __c, const locale& __loc) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets.h 2601 isspace(_CharT __c, const locale& __loc) function
  /src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h 45 #define isspace(c) \ macro
  /src/sys/external/bsd/ipf/netinet/
ip_proxy.h 155 # ifndef isspace
156 # define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro

Completed in 22 milliseconds