Searched refs:isspace (Results 1 - 25 of 162) sorted by relevance

1234567

/ast/src/lib/libast/string/
H A Dfmtident.c45 while (isspace(*s))
54 else if (s[0] == '$' && s[1] == 'I' && s[2] == 'd' && s[3] == ':' && isspace(s[4]))
68 while (t > s && isspace(t[-1]))
H A Dstropt.c77 while (isspace(*s) || *s == ',') s++;
94 if (!*t || isspace(*v) || *v == ',' || *v == '=')
114 while (*v && !isspace(*v) && *v != '=' && *v != ',')
149 else if (c == ',' || isspace(c))
H A Dstrelapsed.c51 while (isspace(*s) || *s == '_')
58 if (*s == '0' && (!(c = *(s + 1)) || isspace(c) || c == '_'))
80 while (isspace(c) || c == '_')
H A Dfmtesc.c202 else if (!spaced && !escaped && (isspace(c) || ((flags & FMT_SHELL) || shell) && (strchr("\";~&|()<>[]*?", c) || c == '#' && (b == f || isspace(*(b - 1))))))
/ast/src/lib/libcs/
H A Dcsattr.c57 while (isspace(*s)) s++;
59 while (!isspace(*s) && *s) s++;
149 if (b == buf) while (isspace(*v)) v++;
162 while (isspace(*v)) v++;
173 if (!*s && (*v == '=' || !*v || isspace(*v)))
178 while (b < x && !isspace(*v) && (*b++ = *v++));
181 while (*v && !isspace(*v)) v++;
/ast/src/lib/libast/vec/
H A Dvecargs.c67 while (isspace(*s)) s++;
/ast/src/cmd/cs/vcs_src/
H A Dmnt_mount.c148 for (s = buf; *s && isspace(*s); s++);
152 for (; *s && !isspace(*s); s++);
156 for (s++; *s && isspace(*s); s++);
160 for (s; *s && !isspace(*s); s++);
/ast/src/lib/libast/path/
H A Dpathgetlink.c54 if (isspace(*buf))
70 if (!*s || isspace(*s))
H A Dpathcheck.c80 else if (*s != '#' && !isspace(*s) && !strneq(s, "127.", 4) && !strmatch(s, PARANOID_FREE) && o++ > 4)
/ast/src/lib/libexpr/
H A Dexcontext.c49 while (t < &p->line[sizeof(p->line)] && isspace(*t))
63 else while (t < p->linep && isspace(*t))
/ast/src/cmd/msgcc/
H A Dmsgcvt.c52 #define SPACE(s) (isspace(*s)&&(s+=1)||*s=='\\'&&(*(s+1)=='n'||*(s+1)=='t')&&(s+=2))
211 while (isspace(c = sfgetc(ip)));
227 isspace(c = sfgetc(ip)) &&
259 if (isspace(c))
261 while (isspace(c = sfgetc(ip)));
306 if (isspace(c))
369 if (!isspace(c))
374 else if (!isspace(c))
470 else if (isspace(*s))
624 while (isspace(*
[all...]
H A Dmsggen.c142 for (; isspace(*s); s++);
150 else if (isspace(*t))
382 if (!*++s || isspace(*s))
384 for (t = s; *s && !isspace(*s); s++);
389 while (isspace(*s))
400 while (isspace(*s))
423 else if (isspace(*s++))
/ast/src/cmd/std/
H A Dpss-ps.c170 if (*e && !isspace(*e))
190 while (*e && !isspace(*e))
214 while (isspace(*s))
243 if (isspace(*e))
291 else if (isspace(*s) && (c || !isdigit(*(s + 1))))
317 if (isspace(*e))
326 if (isspace(*e))
338 while (*s && !isspace(*s))
342 if (isspace(*s))
/ast/src/lib/libtksh/tcl/
H A DtclGet.c58 for (p = string; isspace(UCHAR(*p)); p++) {
86 while ((*end != '\0') && isspace(UCHAR(*end))) {
144 while ((*end != 0) && isspace(UCHAR(*end))) {
/ast/src/cmd/html/
H A Dhtml2db.c78 if (isspace(c))
127 if (isspace(c))
/ast/src/cmd/cs/
H A Dcss.c115 for (s = buf; isspace(*s); s++);
119 for (; isspace(*s); s++);
134 for (t = s; *t && !isspace(*t); t++);
135 for (; isspace(*t); t++);
/ast/src/cmd/at/
H A Datx.c57 for (s = (char*)buf; s < ((char*)buf + n - 1) && !isspace(*s); s++)
60 while (++s < ((char*)buf + n - 1) && isspace(*s));
/ast/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c138 if (!isspace(c))
172 while (s < e && isspace(*s))
177 while (s < e && isspace(*s))
189 if ((isdigit(*s) || (e - s) > 5 && strneq(s, "local", 5)) && (isspace(*(s - 1)) || *(s - 1) == '>' || *(s - 1) == ';' || *(s - 1) == '='))
194 if (t >= e || isspace(*t) || *t == '<' || *t == '&')
203 while (s < e && !isspace(*s) && *s != '<' && *s != '&' && *s != '=')
246 if (!isspace(c))
/ast/src/lib/libcoshell/
H A Dcowait.c273 while (isspace(*s))
277 while (*++s && !isspace(*s));
279 if (*e && !isspace(*e))
281 for (s = e; isspace(*s); s++);
348 for (s = e; isalpha(*s) || isspace(*s); s++);
352 for (s = e; isalpha(*s) || isspace(*s); s++);
/ast/src/lib/libast/misc/
H A Dconformance.c136 while (s < e && (isspace(*s) || *s == ',' || *s == '|'))
140 for (t = s; s < e && !isspace(*s) && *s != ',' && *s != '|' && *s != ')'; s++);
H A Doptesc.c76 if (c == '<' && *s == '>' || isspace(*s) || *s == 0 || *s == '=' || *s == ':' || *s == ';' || *s == '.' || *s == ',')
/ast/src/lib/libast/tm/
H A Dtmxduration.c46 while (isspace(*s))
/ast/src/lib/libtk/generic/
H A DtkGet.c478 while ((*end != '\0') && isspace(UCHAR(*end))) {
504 while ((*end != '\0') && isspace(UCHAR(*end))) {
555 while ((*end != '\0') && isspace(UCHAR(*end))) {
584 while ((*end != '\0') && isspace(UCHAR(*end))) {
/ast/src/cmd/coshell/
H A Dmisc.c218 for (cp = s; isspace(*cp); cp++);
222 while (isspace(*++cp));
231 while (isspace(*cp)) cp++;
260 while (isspace(*cp)) cp++;
273 while (isspace(*se)) se++;
277 while (isspace(*++se));
295 for (se = sb; *se && !isspace(*se); se++);
423 if (!(*np = *bp++) || isspace(*np)) break;
519 while (isspace(*s) || *s == ',') s++;
914 while (isspace(*
[all...]
/ast/src/cmd/dsslib/html/
H A Dhtml.c72 else if (isspace(c))

Completed in 82 milliseconds

1234567