Home
last modified time | relevance | path

Searched refs:isspace (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/trueos/usr.bin/make/
HDfor.c107 for (ptr++; *ptr && isspace((u_char)*ptr); ptr++) in For_For()
113 for (wrd = ptr; *ptr && !isspace((u_char)*ptr); ptr++) in For_For()
130 while (*ptr && isspace((u_char)*ptr)) in For_For()
136 if (ptr[0] != 'i' || ptr[1] != 'n' || !isspace((u_char)ptr[2])) { in For_For()
147 while (*ptr && isspace((u_char)*ptr)) in For_For()
186 for (ptr++; *ptr != '\0' && isspace((u_char)*ptr); ptr++) in For_Eval()
191 (isspace((u_char)ptr[6]) || ptr[6] == '\0')) { in For_Eval()
200 isspace((u_char)ptr[3])) { in For_Eval()
HDparse.c719 *cp && !isspace((unsigned char)*cp) && *cp != '('; in ParseDoDependency()
763 if (*p == '\0' || isspace(*p)) in ParseDoDependency()
990 while (*cp && isspace((unsigned char)*cp)) { in ParseDoDependency()
1046 while (*cp && isspace((unsigned char)*cp)) { in ParseDoDependency()
1148 while (*cp && !isspace((unsigned char)*cp)) { in ParseDoDependency()
1177 while (*cp && isspace((unsigned char)*cp)) { in ParseDoDependency()
1197 while (*cp && !isspace((unsigned char)*cp)) { in ParseDoDependency()
1238 while (*cp && isspace((unsigned char)*cp)) { in ParseDoDependency()
1409 if (isspace((unsigned char)*cp)) { in Parse_DoVar()
1466 while (isspace((unsigned char)*cp)) { in Parse_DoVar()
[all …]
/trueos/usr.bin/ctags/
HDfortran.c65 for (; isspace(*lbp); ++lbp) in PF_funcs()
76 for (; isspace(*lbp); ++lbp) in PF_funcs()
98 for (; isspace(*lbp); ++lbp) in PF_funcs()
117 for (; isspace(*lbp); ++lbp) in PF_funcs()
157 for (; isspace(*lbp); ++lbp) in takeprec()
160 for (++lbp; isspace(*lbp); ++lbp) in takeprec()
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_ucast_file.c157 while (isspace(*p)) in do_ucast_file_load()
183 if (q == p || !isspace(*q)) { in do_ucast_file_load()
204 if (q == p || !isspace(*q)) { in do_ucast_file_load()
212 while (isspace(*p)) in do_ucast_file_load()
215 if (q == p || !isspace(*q)) { in do_ucast_file_load()
235 if (q == p || (!isspace(*q) && *q != ':')) { in do_ucast_file_load()
291 while (isspace(*p)) in do_lid_matrix_file_load()
308 if (q == p || !isspace(*q)) { in do_lid_matrix_file_load()
333 (*q != ':' && !isspace(*q))) { in do_lid_matrix_file_load()
343 while (isspace(*p) || *p == ':') in do_lid_matrix_file_load()
[all …]
/trueos/contrib/gcclibs/libgomp/
HDenv.c60 while (isspace ((unsigned char) *env)) in parse_schedule()
80 while (isspace ((unsigned char) *env)) in parse_schedule()
86 while (isspace ((unsigned char) *env)) in parse_schedule()
96 while (isspace ((unsigned char) *end)) in parse_schedule()
127 while (isspace ((unsigned char) *env)) in parse_unsigned_long()
137 while (isspace ((unsigned char) *end)) in parse_unsigned_long()
162 while (isspace ((unsigned char) *env)) in parse_boolean()
176 while (isspace ((unsigned char) *env)) in parse_boolean()
/trueos/contrib/ntp/libopts/
HDtokenize.c192 while (isspace( (ch_t)*str )) str++; in ao_string_tokenize()
209 while (! isspace( *++pz )) in ao_string_tokenize()
211 while (isspace( *pz )) pz++; in ao_string_tokenize()
235 if (isspace( ch )) { in ao_string_tokenize()
237 while (isspace( (ch_t)*++str )) ; in ao_string_tokenize()
249 if (isspace( (ch_t)*str )) in ao_string_tokenize()
260 if (isspace( (ch_t)*str )) in ao_string_tokenize()
HDconfigfile.c469 while (isspace( (int)*pzFileText )) pzFileText++; in filePreset()
553 while (isspace( (int)*pzText )) pzText++; in handleConfig()
567 while (isspace( (int)*++pzText )) ; in handleConfig()
570 } else if (! isspace((int)pzText[-1])) in handleConfig()
634 || (! isspace( (int)pzText[title_len+2] )) ) { in handleDirective()
648 if (isspace((int)*pzText)) { in handleDirective()
649 while (isspace((int)*pzText)) pzText++; in handleDirective()
1006 while (isspace( (int)*++pzText )) ; in parseAttributes()
1061 || isspace((int)pzText[len])) { in parseLoadMode()
1074 || isspace((int)pzText[len])) { in parseLoadMode()
[all …]
HDload.c330 if (isspace( (int)*pzTxt )) { in mungeString()
333 while (isspace( (int)*++pzS )) ; in mungeString()
339 while ((pzE > pzTxt) && isspace( (int)pzE[-1] )) pzE--; in mungeString()
389 space_break = isspace((int)*pzEnd); in assembleArgValue()
391 while (isspace((int)*pzEnd)) pzEnd++; in assembleArgValue()
393 while (isspace((int)*++pzEnd)) ; in assembleArgValue()
413 while (isspace( (int)*pzLine )) pzLine++; in loadOptionLine()
/trueos/contrib/ntp/sntp/libopts/
HDtokenize.c192 while (isspace( (ch_t)*str )) str++; in ao_string_tokenize()
209 while (! isspace( *++pz )) in ao_string_tokenize()
211 while (isspace( *pz )) pz++; in ao_string_tokenize()
235 if (isspace( ch )) { in ao_string_tokenize()
237 while (isspace( (ch_t)*++str )) ; in ao_string_tokenize()
249 if (isspace( (ch_t)*str )) in ao_string_tokenize()
260 if (isspace( (ch_t)*str )) in ao_string_tokenize()
HDconfigfile.c469 while (isspace( (int)*pzFileText )) pzFileText++; in filePreset()
553 while (isspace( (int)*pzText )) pzText++; in handleConfig()
567 while (isspace( (int)*++pzText )) ; in handleConfig()
570 } else if (! isspace((int)pzText[-1])) in handleConfig()
634 || (! isspace( (int)pzText[title_len+2] )) ) { in handleDirective()
648 if (isspace((int)*pzText)) { in handleDirective()
649 while (isspace((int)*pzText)) pzText++; in handleDirective()
1006 while (isspace( (int)*++pzText )) ; in parseAttributes()
1061 || isspace((int)pzText[len])) { in parseLoadMode()
1074 || isspace((int)pzText[len])) { in parseLoadMode()
[all …]
HDload.c330 if (isspace( (int)*pzTxt )) { in mungeString()
333 while (isspace( (int)*++pzS )) ; in mungeString()
339 while ((pzE > pzTxt) && isspace( (int)pzE[-1] )) pzE--; in mungeString()
389 space_break = isspace((int)*pzEnd); in assembleArgValue()
391 while (isspace((int)*pzEnd)) pzEnd++; in assembleArgValue()
393 while (isspace((int)*++pzEnd)) ; in assembleArgValue()
413 while (isspace( (int)*pzLine )) pzLine++; in loadOptionLine()
/trueos/contrib/gdb/gdb/mi/
HDmi-parse.c42 while (isspace (*chp)) in mi_parse_argv()
82 if (chp[1] != '\0' && !isspace (chp[1])) in mi_parse_argv()
113 while (*chp != '\0' && !isspace (*chp)) in mi_parse_argv()
157 while (isspace (*cmd)) in mi_parse()
170 while (isspace (*chp)) in mi_parse()
180 for (; *chp && !isspace (*chp); chp++) in mi_parse()
201 while (isspace (*chp)) in mi_parse()
/trueos/sys/boot/common/
HDboot.c325 for (cp = lbuf; (*cp != 0) && !isspace(*cp); cp++) in getrootmount()
334 while ((*cp != 0) && isspace(*cp)) in getrootmount()
337 if ((*cp == 0) || (*cp != '/') || !isspace(*(cp + 1))) in getrootmount()
341 while ((*cp != 0) && isspace(*cp)) in getrootmount()
347 while ((*cp != 0) && !isspace(*cp)) in getrootmount()
354 while ((*cp != 0) && isspace(*cp)) in getrootmount()
360 while ((*cp != 0) && !isspace(*cp)) in getrootmount()
/trueos/contrib/bmake/
HDfor.c158 for (ptr++; *ptr && isspace((unsigned char) *ptr); ptr++) in For_Eval()
166 !isspace((unsigned char) ptr[3])) { in For_Eval()
184 while (*ptr && isspace((unsigned char) *ptr)) in For_Eval()
191 for (len = 1; ptr[len] && !isspace((unsigned char)ptr[len]); len++) in For_Eval()
208 while (*ptr && isspace((unsigned char) *ptr)) in For_Eval()
291 for (ptr++; *ptr && isspace((unsigned char) *ptr); ptr++) in For_Accum()
295 (isspace((unsigned char) ptr[6]) || !ptr[6])) { in For_Accum()
301 isspace((unsigned char) ptr[3])) { in For_Accum()
HDparse.c810 if (!isspace((u_char)*line)) in ParseMessage()
812 while (isspace((u_char)*line)) in ParseMessage()
1208 !(isspace((unsigned char)*cp) || in ParseDoDependency()
1445 while (*cp && isspace ((unsigned char)*cp)) { in ParseDoDependency()
1508 while (*cp && isspace ((unsigned char)*cp)) { in ParseDoDependency()
1601 while (*cp && !isspace ((unsigned char)*cp)) { in ParseDoDependency()
1632 while (*cp && isspace ((unsigned char)*cp)) { in ParseDoDependency()
1649 for (; *cp && !isspace ((unsigned char)*cp); cp++) { in ParseDoDependency()
1683 while (*cp && isspace ((unsigned char)*cp)) { in ParseDoDependency()
1832 if (depth == 0 && isspace ((unsigned char)*cp)) { in Parse_DoVar()
[all …]
/trueos/contrib/libc++/include/
Dcctype29 int isspace(int c);
122 #ifdef isspace
123 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isspace(int __c) {return isspace(__c);}
124 #undef isspace
125 inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);}
126 #else // isspace
127 using ::isspace;
128 #endif // isspace
/trueos/usr.bin/calendar/
HDcalcpp.c131 while (isspace((unsigned char)*p)) in tokenscpp()
134 while(!isspace((unsigned char)*p)) in tokenscpp()
140 while (isspace((unsigned char)*p)) in tokenscpp()
143 while(!isspace((unsigned char)*p)) in tokenscpp()
152 while (isspace((unsigned char)*p)) in tokenscpp()
/trueos/usr.sbin/services_mkdb/
HDuniq.c117 for (p = (const unsigned char *)origline; l && *p && isspace(*p); in comp()
132 if (isspace(*p)) { in comp()
133 if (complen && isspace(q[-1])) in comp()
150 while (complen && isspace(q[-1])) { in comp()
/trueos/usr.bin/hexdump/
HDparse.c67 for (p = buf; *p && isspace(*p); ++p); in addfile()
96 for (; isspace(*p); ++p); in add()
110 if (!isspace(*p) && *p != '/') in add()
116 for (++p; isspace(*p); ++p); in add()
121 while (isspace(*++p)); in add()
126 if (!isspace(*p)) in add()
130 for (++p; isspace(*p); ++p); in add()
430 p2 = isspace(*p1) ? p1 : NULL; in rewrite()
/trueos/contrib/byacc/
HDmstring.c160 while (isspace(*a)) in strnscmp()
162 while (isspace(*b)) in strnscmp()
166 if (isspace(*a)) in strnscmp()
171 else if (isspace(*b)) in strnscmp()
189 if (!isspace(*s)) in strnshash()
/trueos/contrib/diff/src/
HDutil.c340 while (isspace (c1) && c1 != '\n') c1 = *t1++; in lines_differ()
341 while (isspace (c2) && c2 != '\n') c2 = *t2++; in lines_differ()
348 if (isspace (c1)) in lines_differ()
353 if (! isspace (c1)) in lines_differ()
363 if (isspace (c2)) in lines_differ()
368 if (! isspace (c2)) in lines_differ()
384 && isspace ((unsigned char) t1[-2])) in lines_differ()
391 && isspace ((unsigned char) t2[-2])) in lines_differ()
691 while (isspace ((unsigned char) *p) && *p != '\n') in analyze_hunk()
706 while (isspace ((unsigned char) *p) && *p != '\n') in analyze_hunk()
/trueos/contrib/opie/libopie/
HDparsechallenge.c56 while(*c && isspace(*c)) c++;
61 while(*c && !isspace(*c)) c++;
73 while(*c && !isspace(*c)) c++;
/trueos/contrib/ldns/compat/
HDb64_pton.c134 if (isspace((unsigned char)ch)) /* Skip whitespace anywhere. */ in ldns_b64_pton()
206 if (!isspace((unsigned char)ch)) in ldns_b64_pton()
221 if (!isspace((unsigned char)ch)) in ldns_b64_pton()
/trueos/contrib/unbound/services/
HDmodstack.c62 while(*s && isspace((int)*s)) in count_modules()
64 if(*s && !isspace((int)*s)) { in count_modules()
67 while(*s && !isspace((int)*s)) in count_modules()
152 while(*s && isspace((int)*s))
/trueos/contrib/ntp/libntp/
HDatolfp.c51 while (isspace((int)*cp)) in atolfp()
71 if (*cp != '\0' && !isspace((int)*cp)) { in atolfp()
86 if (*cp != '\0' && !isspace((int)*cp)) in atolfp()

12345678910>>...21