Home
last modified time | relevance | path

Searched refs:isspace (Results 51 – 75 of 577) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c194 while (p < limit && isspace(*p)) in str2ether()
216 while (p < limit && !isspace(*p)) in str2ether()
220 while (p < limit && isspace(*p)) /* skip whitespace */ in str2ether()
223 while (p < limit && !isspace(*p)) /* skip hostname */ in str2ether()
H A Dnetmasks.c235 while (p < limit && isspace(*p)) /* skip leading whitespace */ in str2addr()
239 for (start = p, i = 0; p < limit && !isspace(*p); p++) in str2addr()
256 while (p < limit && isspace(*p)) /* skip intermediate */ in str2addr()
260 for (start = p, i = 0; p < limit && !isspace(*p); p++) in str2addr()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dbootparams_getbyname.c126 while (p < limit && isspace(*p)) {
132 while (p < limit && !isspace(*p)) {
142 while (p < limit && isspace(*p)) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.c37 while (isspace(*s)) in strstrip()
42 if (!isspace(c)) in strstrip()
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetinput.c51 while (isspace((unsigned char)*pt)) in getinput()
60 while (isspace((unsigned char)*copy)) in getinput()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c135 } while (isspace(ch)); in get_token()
174 if ((**p_str != '\0') && !isspace(**p_str)) { in act_version()
197 while (isspace(**p_str)) in get_cstr()
203 } while ((ch != '\0') && (!isspace(ch))); in get_cstr()
291 if ((**p_str != '\0') && !isspace(**p_str)) { in act_n_disks()
340 if ((**p_str != '\0') && !isspace(**p_str)) { in get_assert()
356 if ((**p_str != '\0') && !isspace(**p_str)) { in get_pnz()
400 if ((**p_str != '\0') && !isspace(**p_str)) { in get_mask()
446 if ((**p_str != '\0') && !isspace(**p_str)) { in act_led_id()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c847 while (isspace((unsigned char)*cp)) in latlon2ul()
856 while (isspace((unsigned char)*cp)) in latlon2ul()
878 while (!isspace((unsigned char)*cp)) /*%< if any trailing garbage */ in latlon2ul()
881 while (isspace((unsigned char)*cp)) in latlon2ul()
918 while (!isspace((unsigned char)*cp)) /*%< if any trailing garbage */ in latlon2ul()
921 while (isspace((unsigned char)*cp)) /*%< move to next field */ in latlon2ul()
995 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
998 while (isspace((unsigned char)*cp) && (cp < maxcp))
1006 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /*%< if trailing garbage or m */
1009 while (isspace((unsigned char)*cp) && (cp < maxcp))
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c362 for (s = ve; isspace(*s); s++); in synthesize()
364 for (se = d; isspace(*d); d++); in synthesize()
366 for (de = v; isspace(*v); v++); in synthesize()
399 while (isspace(*d)) in synthesize()
408 for (; isspace(*d); d++); in synthesize()
415 for (; isspace(*s); s++); in synthesize()
420 for (; isspace(*s); s++); in synthesize()
427 for (; *d && !isspace(*d); d++); in synthesize()
428 for (; isspace(*d); d++); in synthesize()
429 for (; *d && !isspace(*d); d++); in synthesize()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrptime.c76 if (isspace(c)) in __strptime()
77 while (isspace(*buf)) in __strptime()
196 if (*buf == 0 || isspace(*buf)) in __strptime()
337 if (isspace(*buf)) in __strptime()
429 if (*buf == '\0' || isspace(*buf)) in __strptime()
505 while (isspace(*buf)) in __strptime()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c32 while (*cp && isspace((int) (*cp))) in skip_over_blanks()
160 while (p < cp && !isspace((int)*p)) in parse_std_line()
167 if (!isspace((int)*p)) in parse_std_line()
184 while ((cp > value) && isspace((int) (*cp))) in parse_std_line()
324 if (isspace((int) (*str)) ||isspace((int) (*(str + strlen(str) - 1)))) in need_double_quotes()
/illumos-gate/usr/src/cmd/mail/
H A DpickFrom.c43 if (isspace (*lineptr))
56 if (isspace (*lineptr))
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c491 if (isspace(c)) in dst_s_read_public_key()
495 if (!isspace(c)) in dst_s_read_public_key()
501 if (isspace(c)) in dst_s_read_public_key()
504 if (!isspace(c)) in dst_s_read_public_key()
510 if (isspace(c)) in dst_s_read_public_key()
513 if (!isspace(c)) in dst_s_read_public_key()
522 if (isspace(c)) in dst_s_read_public_key()
525 if (!isspace(c)) in dst_s_read_public_key()
540 if (!isspace(c)) in dst_s_read_public_key()
555 for (notspace = (char *) enckey; isspace((*notspace)&0xff); len--) in dst_s_read_public_key()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanpath.c183 while (ep > cp && isspace((unsigned char)*ep)) in manconf_file()
185 while (isspace((unsigned char)*cp)) in manconf_file()
193 isspace((unsigned char)cp[toklen]) && in manconf_file()
196 while (isspace((unsigned char)*cp)) in manconf_file()
247 while (isspace((unsigned char)*cp)) in manconf_output()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dstringlib.c43 if (ptr != string && isspace(*(--ptr))) { in Chomp()
58 while ((--ptr >= string) && isspace(*ptr)); in Trim()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c224 while (!(isspace(*token))) in getmesgid()
228 while (isspace(*token)) in getmesgid()
231 while (!(isspace(*token))) in getmesgid()
235 while (isspace(*token)) in getmesgid()
238 while (!(isspace(*token))) in getmesgid()
749 while (isspace(*token)) /* rid any whitespace */ in file()
752 while (!(isspace(*token))) in file()
756 while (isspace(*token)) /* rid any whitespace */ in file()
1017 while (isspace(*token)) in file()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Dea-iscii%iscii91.c191 if ( !isspace(c) ) st->context = ASCII; in _icv_iconv()
198 if ( isspace(c) ) st->context = SPACE; in _icv_iconv()
205 if ( !isspace(c) ) { st->context = ISCII; continue; } /* don't advance */ in _icv_iconv()
224 if ( isspace(c) ) { in _icv_iconv()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c220 if (isspace(ch)) /*%< Skip whitespace anywhere. */
290 if (!isspace(ch))
305 if (!isspace(ch))
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c121 while (isspace(buf[pos])) in rdform()
143 while (isspace(*p)) in rdform()
207 while (*mandp && isspace(*mandp)); in rdform()
325 while (*dftp && isspace(*dftp)); in rdform()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c203 while (*p && !isspace((unsigned char)*p)) in parse_hes_list()
215 while (*p && !isspace((unsigned char)*p)) in parse_hes_list()
222 while (*p && !isspace((unsigned char)*p)) in parse_hes_list()
239 while (*p && !isspace((unsigned char)*p)) in parse_hes_list()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmime.c154 for (; isspace(*s); s++); in mimeset()
159 if (isspace(*v) || *v == '/' && *(v + 1) == '*') in mimeset()
166 for (; isspace(*v); v++); in mimeset()
169 for (t = v; *t && !isspace(*t) && *t != '='; t++); in mimeset()
170 for (k = t; isspace(*t); t++); in mimeset()
174 while (isspace(*++t)); in mimeset()
213 for (; t > v && isspace(*(t - 1)); t--); in mimeset()
479 for (s = pp->next; isspace(*s) && *s != '\n'; s++); in arg()
527 else if (first >= 0 && isspace(c)) in arg()
532 for (s--; s > pp->name.data && isspace(*(s - 1)); s--); in arg()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c538 while (isascii(*p) && isspace(*p))
1249 while (isascii(*p) && isspace(*p))
1266 if (!(isascii(*p) && isspace(*p)))
1407 while (isascii(*p) && isspace(*p))
1435 while (isascii(*p) && isspace(*p))
1440 while (isascii(*p) && isspace(*p))
1803 while (isascii(*p) && isspace(*p))
4091 while (isascii(*p) && isspace(*p))
4103 while (isascii(*p) && isspace(*p))
4157 while (isascii(*p) && isspace(*p))
[all …]
/illumos-gate/usr/src/boot/common/
H A Dinterp_parse.c127 } else if (isspace(*p) && !quote && !dquote) { in parse()
149 if (isspace(*p)) in parse()
160 while (*q && !isspace(*q)) in parse()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathgetlink.c54 if (isspace(*buf)) in pathgetlink()
70 if (!*s || isspace(*s)) in pathgetlink()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxscan.c189 while (isspace(*s)) in scan()
302 while (isspace(*s)) in scan()
413 else if (isspace(d)) in scan()
414 while (isspace(*s)) in scan()
442 while (isspace(*s)) in scan()
448 while (isspace(*format)) in scan()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/
H A Dsb_to_utf8_test.c288 while (buf[i] && isspace(buf[i])) in mk_data()
293 for (j = 0; !isspace(buf[i]); i++, j++) in mk_data()
299 while (isspace(buf[i])) in mk_data()
306 for (j = 0; !isspace(buf[i]); i++, j++) in mk_data()

12345678910>>...24