Home
last modified time | relevance | path

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

12345678910>>...24

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetservent.c52 if (*keyp == '\0' && linep < limit && isspace(*linep)) { in check_name()
60 while (linep < limit && !isspace(*linep)) in check_name()
63 while (linep < limit && isspace(*linep)) in check_name()
74 while (linep < limit && !isspace(*linep)) in check_name()
78 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
84 if (*keyp || (linep < limit && !isspace(*linep))) in check_name()
95 while (linep < limit && isspace(*linep)) in check_name()
100 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
109 while (linep < limit && !isspace(*linep)) in check_name()
137 while (linep < limit && !isspace(*linep)) in check_port()
[all …]
H A Dgethostent.c60 while (linep < limit && !isspace(*linep)) { in check_name()
68 while (linep < limit && isspace(*linep)) in check_name()
74 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
86 while (linep < limit && !isspace(*linep)) in check_name()
93 while (linep < limit && isspace(*linep)) in check_name()
98 while (*keyp && linep < limit && !isspace(*linep) && in check_name()
108 while (linep < limit && !isspace(*linep)) in check_name()
189 while (linep < limit && !isspace(*linep)) { in __nss_files_check_addr()
243 while (p < limit && !isspace(*p)) { in filter_ipv6()
409 for (first = instr; isspace(*first); first++)
[all …]
H A Dnetmasks.c61 while (linep < limit && isspace(*linep)) in check_addr()
65 while (linep < limit && !isspace(*linep)) in check_addr()
115 while (s < m && isspace(*m))
119 if (isspace(*m))
H A Dfiles_common.c278 for (first = instr; isspace(*first); first++) {
290 while (isspace(*last)) {
559 while (isspace(*first)) /* nuke leading whitespace */
563 while (isspace(*last)) /* nuke trailing whitespace */
711 if (*keyp == '\0' && linep < limit && isspace(*linep)) in _nss_files_check_name_aliases()
714 while (linep < limit && !isspace(*linep)) in _nss_files_check_name_aliases()
717 while (linep < limit && isspace(*linep)) in _nss_files_check_name_aliases()
725 while (linep < limit && !isspace(*linep)) in _nss_files_check_name_aliases()
728 while (linep < limit && isspace(*linep)) in _nss_files_check_name_aliases()
732 while (*keyp && linep < limit && !isspace(*linep) && in _nss_files_check_name_aliases()
[all …]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetservent.c83 if (*keyp == '\0' && linep < limit && isspace(*linep)) { in check_name2()
91 while (linep < limit && !isspace(*linep)) in check_name2()
94 while (linep < limit && isspace(*linep)) in check_name2()
105 while (linep < limit && !isspace(*linep)) in check_name2()
109 while (*keyp && linep < limit && !isspace(*linep) && in check_name2()
115 if (*keyp || (linep < limit && !isspace(*linep))) in check_name2()
126 while (linep < limit && isspace(*linep)) in check_name2()
131 while (*keyp && linep < limit && !isspace(*linep) && in check_name2()
140 while (linep < limit && !isspace(*linep)) in check_name2()
233 while (linep < limit && !isspace(*linep)) in check_port2()
[all …]
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c111 while (*p && isspace(*p)) in doconfig()
116 while (*p && !isspace(*p)) in doconfig()
183 while (*p && !isspace(*p) && (*p != '=')) in doassign()
191 if (isspace(*p)) { in doassign()
193 while (*p && isspace(*p)) in doassign()
234 while (*tp && !isspace(*tp)) in doassign()
330 while (*p && !isspace(*p)) in dopop()
388 for (tp = p; *tp && !isspace(*tp); ++tp) in dorun()
415 for (ep = tp; *ep && !isspace(*ep); ++ep) in dorun()
432 for (ep = tp; *ep && !isspace(*ep); ++ep) in dorun()
[all …]
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c202 while (isspace(*begin)) { in parse_config_cmd()
254 if (!isspace(*begin)) { in parse_sym_trans()
259 while (isspace(*begin)) { in parse_sym_trans()
299 while (isspace(*begin)) { in parse_sym_trans()
366 while (isspace(*begin)) { in parse_dmacro()
391 while (isspace(*begin)) { in parse_dmacro()
412 while (isspace(*begin)) { in parse_dmacro()
518 while (isspace(*begin)) { in parse_config()
530 while (isspace(*end)) { in parse_config()
548 if (!isspace(*begin)) { in parse_config()
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmakesoftcore.c118 (((x[0] == '\\') && isspace(x[1])) || \ in main()
119 ((x[0] == '/') && (x[1] == '/') && isspace(x[2]))) in main()
121 ((x[0] == '(') && isspace(x[1]) && isspace(x[-1])) in main()
126 while (isspace(*src)) in main()
150 while (isspace(*dst)) in main()
167 if (!isspace(*src)) in main()
170 while (isspace(*src)) in main()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/
H A Dmkmnmcstbl.c79 while (buf[i] && isspace(buf[i])) in main()
84 for (j = 0; !isspace(buf[i]); i++, j++) in main()
90 while (isspace(buf[i])) in main()
97 for (j = 0; !isspace(buf[i]); i++, j++) in main()
158 while (buf[i] && isspace(buf[i])) in mk_u4nm()
163 for (j = 0; !isspace(buf[i]); i++, j++) in mk_u4nm()
169 while (isspace(buf[i])) in mk_u4nm()
177 for (j = 0; !isspace(buf[i]); i++, j++) in mk_u4nm()
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dbootlst.c63 while (isspace(*title_str)) in add_title_entry()
90 while (isspace(*dataset_str)) in add_dataset_entry()
95 if (isspace(*cp)) in add_dataset_entry()
116 while (isspace(*cp)) in trim_white_space()
127 for (ep = cp + strlen(cp) - 1; isspace(*ep); ep--) in trim_white_space()
162 for (ep = cp; !isspace(*ep) && *ep; ep++) in main()
/illumos-gate/usr/src/lib/libmail/common/
H A Dxgetenv.c177 while (*from &&isspace((int)*from)) in reduce()
181 while (*from && (*from != '=') && !isspace((int)*from)) in reduce()
185 while (*from && isspace((int)*from)) in reduce()
193 while (*from && isspace((int)*from)) in reduce()
201 while ((to > svfrom) && isspace((int)to[-1])) in reduce()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Disreloc.c145 while (*entry && !isspace(*entry)) { in has_rel_path()
151 while (*entry && isspace(*entry)) { in has_rel_path()
167 while (*entry && !isspace(*entry)) { in has_rel_path()
172 while (*entry && isspace(*entry)) { in has_rel_path()
203 while (*eopath && !isspace(*eopath)) in is_relative()
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c497 if (!isspace(*bufp)) in is_white_space()
527 for (wp = linep; isspace(*wp); wp++) in parse_line()
529 for (cp = wp; !isspace(*cp); cp++) in parse_line()
531 if (!isspace(*cp)) { in parse_line()
547 for (wp = cp; isspace(*wp); wp++) in parse_line()
551 if (!isspace(*cp)) { in parse_line()
560 for (wp = cp; isspace(*wp); wp++) in parse_line()
564 if (!isspace(*cp)) { in parse_line()
576 while (isspace(*cp)) in parse_line()
597 for (midx = 0; !isspace(*cp) && *cp; midx++) { in parse_line()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c56 if (isspace(*p)) { in strnormalize()
61 while (p >= str && (isspace(*p) || *p == ';')) in strnormalize()
65 while (isspace(*str)) in strnormalize()
79 while (p >= str && isspace(*p)) in strtrim()
177 while (q >= p && isspace(*q)) in lastspace()
189 while (*p && isspace(*p)) in skipb()
201 while (*p && !isspace(*p)) in nextb()
/illumos-gate/usr/src/boot/common/
H A Dboot.c325 for (cp = lbuf; (*cp != 0) && !isspace(*cp); cp++) in getrootmount()
335 while ((*cp != 0) && isspace(*cp)) in getrootmount()
338 if ((*cp == 0) || (*cp != '/') || !isspace(*(cp + 1))) in getrootmount()
342 while ((*cp != 0) && isspace(*cp)) in getrootmount()
348 while ((*cp != 0) && !isspace(*cp)) in getrootmount()
356 while ((*cp != 0) && isspace(*cp)) in getrootmount()
362 while ((*cp != 0) && !isspace(*cp)) in getrootmount()
/illumos-gate/usr/src/contrib/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))); in sfnext()
227 isspace(c = sfgetc(ip)) && in html2msg()
259 if (isspace(c)) in html2msg()
261 while (isspace(c = sfgetc(ip))); in html2msg()
306 if (isspace(c)) in html2msg()
369 if (!isspace(c)) in html2msg()
374 else if (!isspace(c)) in html2msg()
470 else if (isspace(*s)) in msg2html()
624 while (isspace(*s) || *s == '\\' && (*(s + 1) == 'n' || *(s + 1) == 't') && s++) in msg2html()
/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c103 while (isspace(*name)) in __gss_read_qop_file()
109 while (!isspace(*qopname)) in __gss_read_qop_file()
121 while (isspace(*name)) in __gss_read_qop_file()
128 while (!isspace(*num_str)) in __gss_read_qop_file()
135 while (isspace(*name)) in __gss_read_qop_file()
142 while (!isspace(*num_str)) in __gss_read_qop_file()
/illumos-gate/usr/src/lib/libadm/common/
H A Dpkginfo.c211 if (!isspace((unsigned char)*pt)) in rdconfig()
347 while (isspace((unsigned char)*actual)) in verscmp()
349 while (isspace((unsigned char)*request)) in verscmp()
361 if (isspace((unsigned char)*request)) { in verscmp()
362 if (*actual && !isspace((unsigned char)*actual)) in verscmp()
364 while (isspace((unsigned char)*request)) in verscmp()
366 while (isspace((unsigned char)*actual)) in verscmp()
445 if (!isspace((unsigned char)*pt)) in ckinfo()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A Dsb_to_ucs4_generator.c62 while (buf[i] && isspace(buf[i])) in main()
67 for (j = 0; !isspace(buf[i]); i++, j++) in main()
73 while (isspace(buf[i])) in main()
83 for (j = 0; !isspace(buf[i]); i++, j++) in main()
H A Ducs4_to_sb_generator.c67 while (buf[i] && isspace(buf[i])) in main()
72 for (j = 0; !isspace(buf[i]); i++, j++) in main()
78 while (isspace(buf[i])) in main()
87 for (j = 0; !isspace(buf[i]); i++, j++) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstropt.c77 while (isspace(*s) || *s == ',') s++; in stropt()
94 if (!*t || isspace(*v) || *v == ',' || *v == '=') in stropt()
114 while (*v && !isspace(*v) && *v != '=' && *v != ',') in stropt()
149 else if (c == ',' || isspace(c)) in stropt()
H A Dfmtident.c45 while (isspace(*s)) in fmtident()
54 else if (s[0] == '$' && s[1] == 'I' && s[2] == 'd' && s[3] == ':' && isspace(s[4])) in fmtident()
68 while (t > s && isspace(t[-1])) in fmtident()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetprotoent_r.c145 while (p < limit && isspace(*p)) { in str2protoent()
149 while (p < limit && !isspace(*p)) { in str2protoent()
161 while (p < limit && isspace(*p)) { in str2protoent()
171 } while (p < limit && !isspace(*p)); in str2protoent()
185 while (p < limit && isspace(*p)) { in str2protoent()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetrpcent_r.c132 while (p < limit && isspace(*p)) { in str2rpcent()
136 while (p < limit && !isspace(*p)) { in str2rpcent()
147 while (p < limit && isspace(*p)) { in str2rpcent()
155 } while (p < limit && !isspace(*p)); in str2rpcent()
167 while (p < limit && isspace(*p)) { in str2rpcent()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c138 if (verbose && syntaxok && isspace(*(uchar_t *)lp)) { in getmapent_files()
254 if (syntaxok && isspace(*(uchar_t *)lp)) { in getmapkeys_files()
332 while (*dir && isspace(*dir)) in loadmaster_files()
338 while (*map && !isspace(*map)) map++; in loadmaster_files()
344 while (*opts && isspace(*opts)) in loadmaster_files()
362 while (*map && isspace(*map)) in loadmaster_files()
367 while (*opts && !isspace(*opts)) in loadmaster_files()
371 while (*opts && isspace(*opts)) in loadmaster_files()
413 while (*p1 && isspace(*p1)) in loaddirect_files()
418 while (*p2 && !isspace(*p2)) in loaddirect_files()

12345678910>>...24