Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Disspace.c26 int ret = isspace(' '); in isspace_0100()
37 int ret = isspace('\r'); in isspace_0200()
48 int ret = isspace('\n'); in isspace_0300()
59 int ret = isspace('\v'); in isspace_0400()
70 int ret = isspace('\f'); in isspace_0500()
81 int ret = isspace('a'); in isspace_0600()
92 int ret = isspace('6'); in isspace_0700()
103 int ret = isspace('#'); in isspace_0800()
116 int ret = isspace((char)i); in isspace_0900()
H A Disalpha.c50 int ret = isspace('1'); in isalpha_0300()
61 int ret = isspace('['); in isalpha_0400()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/ctype_gtest/
H A Dctype_isspace_test.cpp13 * @tc.desc: Verify the correctness of the isspace interface, testing whether tab, carriage return, and space are
19 EXPECT_TRUE(isspace('\t')); in HWTEST_F()
20 EXPECT_TRUE(isspace('\r')); in HWTEST_F()
21 EXPECT_TRUE(isspace(' ')); in HWTEST_F()
22 EXPECT_FALSE(isspace('a')); in HWTEST_F()
/third_party/musl/porting/uniproton/kernel/src/ctype/
H A Disspace.c2 #undef isspace macro
4 int isspace(int c) in isspace() function
11 return isspace(c); in __isspace_l()
/third_party/musl/porting/liteos_a/kernel/src/ctype/
H A Disspace.c2 #undef isspace macro
4 int isspace(int c) in isspace() function
11 return isspace(c); in __isspace_l()
/third_party/musl/porting/liteos_m/kernel/src/ctype/
H A Disspace.c2 #undef isspace macro
4 int isspace(int c) in isspace() function
11 return isspace(c); in __isspace_l()
/third_party/toybox/toys/other/
H A Dsysctl.c82 for (key = data+strlen(data); key > data && isspace(*--key); *key = 0); in do_show_keys()
132 while (isspace(*key)) key++; in sysctl_main()
134 while (len && isspace(line[len-1])) line[--len] = 0; in sysctl_main()
142 while (len && isspace(line[len-1])) line[--len] = 0; in sysctl_main()
143 while (isspace(*val)) val++;; in sysctl_main()
H A Dfactor.c28 while(isspace(*s)) s++; in factor()
34 if (errno || (*s && !isspace(*s))) { in factor()
36 while (*s && !isspace(*s)) s++; in factor()
H A Dfmt.c51 for (line = *pline, idx = count = 0; isspace(line[idx]); idx++) { in fmt_line()
74 while (idx<len && !isspace(line[idx])) idx++; in fmt_line()
86 while (isspace(line[idx])) idx++; in fmt_line()
/third_party/musl/src/ctype/
H A Disspace.c2 #undef isspace macro
8 int isspace(int c) in isspace() function
23 return isspace(c); in __isspace_l()
/third_party/eudev/src/libudev/
H A Dlibudev.c117 while (isspace(key[0])) in udev_new()
134 while (isspace(val[0])) in udev_new()
141 while (isspace(key[len-1])) in udev_new()
149 while (isspace(val[len-1])) in udev_new()
H A Dlibudev-util.c166 if (endptr[0] == '\0' || isspace(endptr[0])) { in util_log_priority()
225 while (len && isspace(str[len-1])) in util_replace_whitespace()
230 while ((i < len) && isspace(str[i])) in util_replace_whitespace()
236 if (isspace(str[i])) { in util_replace_whitespace()
237 while (isspace(str[i])) in util_replace_whitespace()
275 if (isspace(str[i]) && white != NULL && strchr(white, ' ') != NULL) { in util_replace_chars()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp65 if (!isspace(NewX) && !isprint(NewX)) in ToASCII()
77 if (!(isprint(Data[i]) || isspace(Data[i]))) return false; in IsASCII()
86 while (L < R && isspace(Str[L])) L++; in ParseOneDictionaryEntry()
87 while (R > L && isspace(Str[R])) R--; in ParseOneDictionaryEntry()
100 if (!isprint(V) && !isspace(V)) return false; in ParseOneDictionaryEntry()
140 while (Pos < S.size() && isspace(S[Pos])) Pos++; // Skip spaces. in ParseDictionaryFile()
/third_party/musl/porting/linux/user/src/network/
H A Dresolvconf.c201 if (!strncmp(line, "options", 7) && isspace(line[7])) { in get_resolv_conf_ext()
222 if (!strncmp(line, "nameserver", 10) && isspace(line[10])) { in get_resolv_conf_ext()
224 for (p=line+11; isspace(*p); p++); in get_resolv_conf_ext()
225 for (z=p; *z && !isspace(*z); z++); in get_resolv_conf_ext()
234 || !isspace(line[6])) in get_resolv_conf_ext()
236 for (p=line+7; isspace(*p); p++); in get_resolv_conf_ext()
/third_party/musl/src/network/
H A Dresolvconf.c195 if (!strncmp(line, "options", 7) && isspace(line[7])) { in get_resolv_conf_ext()
216 if (!strncmp(line, "nameserver", 10) && isspace(line[10])) { in get_resolv_conf_ext()
218 for (p=line+11; isspace(*p); p++); in get_resolv_conf_ext()
219 for (z=p; *z && !isspace(*z); z++); in get_resolv_conf_ext()
228 || !isspace(line[6])) in get_resolv_conf_ext()
230 for (p=line+7; isspace(*p); p++); in get_resolv_conf_ext()
/third_party/cups-filters/filter/
H A Dtexttopdf.c424 for (lineptr = line + 7; isspace(*lineptr & 255); lineptr ++); /* Skip whitespace */ in WriteProlog()
460 while (isspace(*lineptr & 255)) in WriteProlog()
468 while (!isspace(*lineptr & 255) && *lineptr) in WriteProlog()
499 while (isspace(*lineptr & 255)) in WriteProlog()
504 while (!isspace(*lineptr & 255) && *lineptr) in WriteProlog()
537 while (isspace(*lineptr & 255)) in WriteProlog()
542 while (!isspace(*lineptr & 255) && *lineptr) in WriteProlog()
647 while (isspace(*lineptr & 255)) in WriteProlog()
652 while (!isspace(*lineptr & 255) && *lineptr) in WriteProlog()
683 while (isspace(*linept in WriteProlog()
[all...]
H A Dbanner.c33 while (isspace(*p)) p++; in parse_line()
38 while (*p && !isspace(*p)) in parse_line()
45 while (isspace(*p)) p++; in parse_line()
54 while (isspace(*--p)) in parse_line()
/third_party/selinux/libselinux/src/
H A Dmatchmediacon.c32 while (*ptr && isspace(*ptr)) in matchmediacon()
40 while (*ptr2 && !isspace(*ptr2)) in matchmediacon()
56 while (*ptr2 && isspace(*ptr2)) in matchmediacon()
H A Dget_context_list.c173 while (*start && isspace(*start)) in get_context_user()
180 while (*end && !isspace(*end)) in get_context_user()
187 while (*start && !isspace(*start) && *start != ':') in get_context_user()
193 while (*start && !isspace(*start) && *start != ':') in get_context_user()
213 while (*start && isspace(*start)) in get_context_user()
220 while (*end && !isspace(*end)) in get_context_user()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfscanf.c83 if (isspace(*p)) { in vfscanf()
84 while (isspace(p[1])) p++; in vfscanf()
86 while (isspace(shgetc(f))); in vfscanf()
95 while (isspace((c=shgetc(f)))); in vfscanf()
181 while (isspace(shgetc(f))); in vfscanf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfscanf.c83 if (isspace(*p)) { in vfscanf()
84 while (isspace(p[1])) p++; in vfscanf()
86 while (isspace(shgetc(f))); in vfscanf()
95 while (isspace((c=shgetc(f)))); in vfscanf()
181 while (isspace(shgetc(f))); in vfscanf()
/third_party/selinux/libsepol/src/
H A Dutil.c211 if (isspace(delim) && isspace(**ptr)) { in tokenize_str()
214 } else if (!isspace(delim) && **ptr == delim) { in tokenize_str()
236 while (**ptr != '\0' && isspace(delim) && isspace(**ptr)) { in tokenize_str()
246 * be tokenized using isspace().
/third_party/toybox/scripts/
H A Dconfig2help.c124 while (isspace(*s)) s++; in skip_spaces()
137 if (*line && !isspace(*line)) return 0; in keyword()
244 if (!isspace(*s)) break; in parse()
249 if (*line && !isspace(*line)) { in parse()
265 while (isspace(line[sym->help_indent])) sym->help_indent++; in parse()
360 else if (strncmp(name, that, len) || !isspace(that[len])) continue; in main()
362 while (!isspace(*that) && *that) that++; in main()
498 while (isspace(*s) && i--) s++; in main()
/third_party/pcre2/pcre2/maint/
H A Ducptest.c562 for (t = name; *s != 0 && !isspace(*s); s++) *t++ = *s; in find_chars()
564 while (isspace(*s)) s++; in find_chars()
566 for (t = value; *s != 0 && !isspace(*s); s++) in find_chars()
571 while (isspace(*s)) s++; in find_chars()
885 while (isspace(*s)) s++; in process_command_line()
888 for (t = name; *s != 0 && !isspace(*s); s++) *t++ = *s; in process_command_line()
890 while (isspace(*s)) s++; in process_command_line()
915 if (*endptr != 0 && !isspace(*endptr)) in process_command_line()
917 while (*endptr != 0 && !isspace(*endptr)) endptr++; in process_command_line()
928 while (isspace(* in process_command_line()
[all...]
/third_party/bounds_checking_function/src/
H A Dvsscanf_s.c72 if (isspace((int)(unsigned char)buffer[0]) != 0 && isspace((int)(unsigned char)buffer[count - 1]) != 0) { in vsscanf_s()

Completed in 10 milliseconds

12345678910>>...14