HomeSort by: relevance | last modified time | path
    Searched refs:isspace (Results 1 - 25 of 734) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_341.c 17 int isspace(int);
25 /* expect+1: warning: argument to 'isspace' must be 'unsigned char' or EOF, not 'char' [341] */
26 (isspace)(c);
29 isspace((unsigned char)c);
32 isspace((int)(unsigned char)c);
34 /* expect+1: warning: argument to 'isspace' must be cast to 'unsigned char', not to 'int' [342] */
35 isspace((int)c);
37 /* expect+1: warning: argument to 'isspace' must be cast to 'unsigned char', not to 'unsigned int' [342] */
38 isspace((unsigned int)c);
50 (isspace)(c)
    [all...]
msg_342.c 26 int isspace(int);
58 /* expect+1: warning: argument to 'isspace' must be 'unsigned char' or EOF, not 'char' [341] */
59 isspace(c);
78 /* expect+1: warning: argument to 'isspace' must be 'unsigned char' or EOF, not 'char' [341] */
79 (isspace)(c);
82 isspace((unsigned char)c);
85 isspace((int)(unsigned char)c);
87 /* expect+1: warning: argument to 'isspace' must be cast to 'unsigned char', not to 'int' [342] */
88 isspace((int)c);
90 /* expect+1: warning: argument to 'isspace' must be cast to 'unsigned char', not to 'unsigned int' [342] *
    [all...]
  /src/external/bsd/libbind/dist/tests/
subr.c 168 for (start = src ; isspace((unsigned char)*start) ; start++)
171 for (end = start ; *end != '\0' && !isspace((unsigned char)*end) ; end++)
215 if (isspace((unsigned char)*f)) {
216 while (isspace((unsigned char)*f))
218 while (isspace((unsigned char)*s))
223 if (isspace((unsigned char)*f)) {
224 if (!isspace((unsigned char)*s))
226 while(isspace((unsigned char)*s))
231 while (isspace((unsigned char)*f))
  /src/usr.bin/ctags/
fortran.c 71 for (; isspace((unsigned char)*lbp); ++lbp)
82 for (; isspace((unsigned char)*lbp); ++lbp)
104 for (; isspace((unsigned char)*lbp); ++lbp)
124 for (; isspace((unsigned char)*lbp); ++lbp)
164 for (; isspace((unsigned char)*lbp); ++lbp)
167 for (++lbp; isspace((unsigned char)*lbp); ++lbp)
lisp.c 82 for (; !isspace((unsigned char)*lbp); ++lbp)
84 for (; isspace((unsigned char)*lbp); ++lbp)
  /src/games/battlestar/
getcom.c 54 while (isspace((unsigned char)*buf))
81 while (isspace((unsigned char)*buf1))
89 !isspace((unsigned char)*buf1) && *buf1 != ',')
113 while (*buf1 && !isspace((unsigned char)*buf1))
118 while (isspace((unsigned char)*buf1))
  /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/bsd/openldap/dist/libraries/librewrite/
parse.c 40 for ( p = buf; isspace( (unsigned char) p[ 0 ] ); p++ );
59 for ( p++; isspace( (unsigned char) p[ 0 ] ); p++ );
71 } else if ( isspace( (unsigned char) p[ 0 ] ) && !in_quoted_field ) {
80 for ( p++; isspace( (unsigned char) p[ 0 ] ); p++ );
  /src/external/lgpl3/mpc/dist/src/
set_str.c 33 while (isspace ((unsigned char) (*p)))
strtoc.c 30 while (isspace ((unsigned char) **p))
62 if (!isspace ((unsigned char)*p))
  /src/external/gpl3/gcc.old/dist/libgomp/
env.c 120 while (isspace ((unsigned char) *env))
134 while (isspace ((unsigned char) *env))
139 while (isspace ((unsigned char) *env))
169 while (isspace ((unsigned char) *env))
179 while (isspace ((unsigned char) *env))
189 while (isspace ((unsigned char) *end))
228 while (isspace ((unsigned char) *env))
238 while (isspace ((unsigned char) *end))
309 while (isspace ((unsigned char) *env))
319 while (isspace ((unsigned char) *end)
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/
ctype.h 25 int isspace(int c);
51 #undef isspace macro
  /src/external/bsd/ntp/dist/libntp/
atolfp.c 57 while (isspace((unsigned char)*cp))
77 if (*cp != '\0' && !isspace((unsigned char)*cp)) {
92 if (*cp != '\0' && !isspace((unsigned char)*cp))
hextolfp.c 35 while (isspace((unsigned char)*cp))
66 if (*cp != '\0' && !isspace((unsigned char)*cp))
  /src/external/lgpl3/gmp/dist/mpz/
set_str.c 68 while (isspace (c));
103 while (c == '0' || isspace (c))
120 if (!isspace (c))
  /src/usr.sbin/services_mkdb/
uniq.c 126 for (p = (const unsigned char *)origline; l && *p && isspace(*p);
141 if (isspace(*p)) {
142 if (complen && isspace(q[-1]))
159 while (complen && isspace(q[-1])) {
  /src/external/bsd/unbound/dist/testcode/
readhex.c 52 while(isspace((unsigned char)**p))
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
ctype.h 43 using std::isspace;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
ctype.h 43 using std::isspace;
  /src/external/lgpl3/gmp/dist/cxx/
ismpz.cc 54 #define cxx_isspace(c) isspace(c)
  /src/usr.bin/systat/
disks.c 96 for (cp = args; *cp && isspace((unsigned char)*cp); cp++)
99 for (; *cp && !isspace((unsigned char)*cp); cp++)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
ctype.d 41 pure int isspace(int c);
  /src/external/lgpl3/gmp/dist/mpf/
inp_str.c 59 while (isspace (c));
69 if (c == EOF || isspace (c))
  /src/external/lgpl3/mpfr/dist/src/
inp_str.c 51 while (isspace (c));
69 if (c == EOF || isspace (c))

Completed in 110 milliseconds

1 2 3 4 5 6 7 8 91011>>