HomeSort by: relevance | last modified time | path
    Searched refs:ISSPACE (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/sh/
syntax.h 69 #define ISSPACE 040 /* a white space character */
90 #define is_space(c) (sh_ctype(c) & ISSPACE)
  /src/libexec/makewhatis/
makewhatis.c 122 #define ISSPACE(c) isspace((unsigned char)(c))
415 while (!ISSPACE(*str))
530 while (ISSPACE(*data))
537 while ((*ptr != '\0') && !ISSPACE(*ptr))
567 while (ISSPACE(*from)) from++;
570 if (ISSPACE(*from)) {
571 while (ISSPACE(*++from));
703 while (ISSPACE(*from))
709 if (ISSPACE(*from))
    [all...]
  /src/tests/lib/libc/gen/
h_ctype_abuse.c 59 M(ISSPACE, isspace) \
  /src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c 102 for (c = *s; !ISSPACE(c) && (i > 0); i--)
126 for (; !ISSPACE(c) && (i > 0); i--)
170 if (ISSPACE(c))
ip_compat.h 706 #define ISSPACE(x) isspace((u_char)(x))
  /src/sys/ufs/lfs/
lfs_balloc.c 218 if (!ISSPACE(fs, frags, cred))
288 if (ISSPACE(fs, bcount, cred)) {
533 if (!ISSPACE(fs, frags, cred)) {
lfs_accessors.h 1523 #define ISSPACE(F, BB, C) \

Completed in 17 milliseconds