Home
last modified time | relevance | path

Searched refs:isspace (Results 101 – 125 of 577) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c139 while (isspace(*str)) in atoi_sym_process()
143 while ((tail > str) && isspace(*(tail - 1))) in atoi_sym_process()
166 while (isspace(*str)) in atoui_sym_process()
170 while ((tail > str) && isspace(*(tail - 1))) in atoui_sym_process()
248 if (!isspace(*endptr)) in elfedit_atoi2()
274 if (!isspace(*endptr)) in elfedit_atoui2()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhexpand.c286 (*cp == ':' || isspace(*cp)
450 if(isspace(c))
479 while((c = sfgetc(ref)) > 0 && (!isspace(c) || q));
668 if(isspace(c))
676 while((c = sfgetc(tmp)) > 0 && isspace(c));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c188 for (protostr = pname; !isspace(*protostr); protostr++) in print_ipadm2ndd()
193 for (rwtag = protostr; !isspace(*rwtag); rwtag++) in print_ipadm2ndd()
456 for (rwtag = cp; !isspace(*rwtag); rwtag++) in name_print()
459 while (isspace(*rwtag)) in name_print()
557 if (isspace(*cp)) in getset_interactive()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c320 if (!*dirname || isspace (*dirname)) in fat_dir()
344 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++); in fat_dir()
446 && !isspace (c); i++); in fat_dir()
451 && !isspace (c); j++); in fat_dir()
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c414 if (!isspace(*str)) in non_empty()
433 while (isspace(*p)&& *p != '\0') in split()
437 while (!isspace(*p) && *p != '\0') in split()
443 while (isspace(*p) && *p != '\0') in split()
/illumos-gate/usr/src/boot/include/
H A Dctype.h57 int isspace(int);
96 #define isspace(c) __sbistype((c), _CTYPE_S) macro
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utf8.c86 if (!isspace(*s)) in slp_fold_space()
103 if (len == 1 && isspace(*s)) in slp_fold_space()
H A Dslp_config.c79 while (*p && **p != '\n' && isspace(**p)) in skip_space()
85 if (isspace(*p)) in null_space()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.c47 if (!isspace(**begin)) in commp_skip_white_space()
67 else if (isspace(**current)) in commp_find_token()
H A Dsdp_parse.c135 if (len < 1 || isspace(*begin) || isspace (*(end - 1))) { in sdp_parse_uri()
164 if (len < 1 || isspace(*begin) || isspace(*(end - 1))) { in sdp_parse_phone()
207 if (len < 1 || isspace(*begin) || isspace(*(end - 1))) { in sdp_parse_email()
659 if (isspace(*(end - 1))) in sdp_parse_repeat()
727 if (isspace(*(end - 1))) in sdp_parse_zone()
949 if (isspace(*(end - 1))) in sdp_parse_media()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dconformance.c136 while (s < e && (isspace(*s) || *s == ',' || *s == '|')) in conformance()
140 for (t = s; s < e && !isspace(*s) && *s != ',' && *s != '|' && *s != ')'; s++); in conformance()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.c132 if (isspace(*src)) in CopyName()
146 while (*s1 != '\0' && isspace(*s1)) in Compare()
148 while (*s2 != '\0' && isspace(*s2)) in Compare()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c123 while (isspace(*modpath)) in kmdb_modpath2lpath()
129 for (c = modpath; !isspace(*c) && *c != '\0'; c++) in kmdb_modpath2lpath()
142 while (isspace(*c)) in kmdb_modpath2lpath()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c207 while (isspace((unsigned char)*pt)) in getnum()
213 while (isspace((unsigned char)*pt)) in getnum()
351 if (!*pt || isspace((unsigned char)*pt)) {
360 while (isspace((unsigned char)*chp->text))
481 while (isspace((unsigned char)*pt))
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c173 while (isascii(*p) && isspace(*p))
217 while (isascii(*++p) && isspace(*p))
223 while (isascii(*++p) && isspace(*p))
1033 while (isascii(*p) && isspace(*p))
3993 while (isascii(*p) && isspace(*p))
4533 while (isascii(*p) && isspace(*p))
4792 while (isascii(*p) && isspace(*p))
4870 done = isascii(*p) && isspace(*p);
5187 while (isascii(*p) && isspace(*p))
5326 while (isascii(*p) && isspace(*p))
[all …]
H A Dcontrol.c317 for (p = inp; isascii(*p) && isspace(*p); p++)
321 !(isascii(*p) && isspace(*p)) &&
327 while (isascii(*p) && isspace(*p))
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c643 while (isspace(*x)) in main()
649 if (!isspace(*x)) in main()
651 while (isspace(*x)) in main()
658 while (isspace(*x)) in main()
664 if (!isspace(*x)) in main()
666 while (isspace(*x)) in main()
/illumos-gate/usr/src/common/tsol/
H A Dstol.c262 while (isspace(*s)) { in str_to_label()
270 while (isspace(*s)) { in str_to_label()
280 while (p != s && isspace(*(p-1))) { in str_to_label()
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c338 while (c > unum && isspace(c[-1])) in unum_strip_one_jnum()
396 while (isspace(*erunum)) in mem_unum_contains()
398 while (isspace(*eeunum)) in mem_unum_contains()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c120 while (begin < end && isspace(*begin)) in env_process_value()
123 while (begin < end && isspace(*(end - 1))) in env_process_value()
322 while (begin < end && isspace(*begin)) in topo_cleanup_strn()
324 while (begin < end && (isspace(*(end - 1)) || *(end - 1) == '\0')) in topo_cleanup_strn()
335 if (c == ':' || c == '=' || c == '/' || isspace(c) || in topo_cleanup_strn()
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c311 while (*line && isspace(*line)) in match_entry()
380 while (*cp && (isspace(*cp))) in delete_entry()
390 while (i >= 0 && (isspace(match2[i]))) { in delete_entry()
821 while (isspace(*ptr)) in get_entry()
844 while (isspace(*ptr)) in get_entry()
869 while (isspace(*ptr)) in get_perm_entry()
876 } else if (isspace(*ptr)) { in get_perm_entry()
878 while (isspace(*ptr)) in get_perm_entry()
887 while (isspace(*ptr)) in get_perm_entry()
892 while (isspace(*ptr)) in get_perm_entry()
[all …]
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c385 while (isspace(*c)) { in parse_cmd()
407 while (*c && !isspace(*c)) in parse_cmd()
444 while (isspace(*c)) { in parse_name()
461 while (*c && !isspace(*c)) in parse_name()
474 if (isspace(*c)) { in parse_name()
504 while (isspace(*c)) { in parse_value()
559 while (*c && !isspace(*c)) in parse_value()
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_subr.c204 for (p = str; p - str < len && isspace(*p); p++) in smp_trim_strdup()
212 for (str = p + len - 1; str > p && isspace(*str); str--, len--) in smp_trim_strdup()
/illumos-gate/usr/src/cmd/dfs.cmds/dfshares/
H A Ddfshares.c224 while (isspace(*s)) /* leading whitespace doesn't count */ in getfs()
229 while (!isspace(*t)) /* get the token */ in getfs()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c48 if (isspace(*sip_header->sip_hdr_current)) { in sip_atoi()
117 if (isspace(*sip_header->sip_hdr_current) || in sip_find_separator()
143 if (isspace(*sip_header->sip_hdr_current)) in sip_find_white_space()
157 if (!isspace(*sip_header->sip_hdr_current)) in sip_skip_white_space()
172 if (!isspace(*sip_header->sip_hdr_current)) in sip_reverse_skip_white_space()
536 if (isspace(c) && sep == 0) { in sip_parse_hdr_parser1()
1149 while (!isspace(*sip_header->sip_hdr_current)) { in _sip_get_request_uri()
1274 if (!isspace(*sip_header->sip_hdr_current++) || in sip_parse_first_line()

12345678910>>...24