Home
last modified time | relevance | path

Searched refs:ispunct (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Dispunct.c27 int ret = ispunct(var1); in ispunct_0100()
39 int ret = ispunct(var1); in ispunct_0200()
51 int ret = ispunct(var1); in ispunct_0300()
63 int ret = ispunct(var1); in ispunct_0400()
76 if (ispunct(i)) { in ispunct_0500()
/third_party/musl/src/ctype/
H A Dispunct.c7 int ispunct(int c) in ispunct() function
23 return ispunct(c); in __ispunct_l()
/third_party/musl/libc-test/src/api/
H A Dctype.c14 {int(*p)(int) = ispunct;} in f()
/third_party/musl/porting/linux/user/include/
H A Dctype.h18 int ispunct(int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dctype.h18 int ispunct(int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dctype.h18 int ispunct(int);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dctype.h18 int ispunct(int);
/third_party/musl/include/
H A Dctype.h18 int ispunct(int);
/third_party/openssl/test/
H A Dctype_internal_test.c46 && TEST_int_eq(ispunct(n) != 0, ossl_ispunct(n) != 0) in test_ctype_chars()
/third_party/pcre2/pcre2/src/
H A Dpcre2_maketables.c128 if (ispunct(i)) p[cbit_punct + i/8] |= 1u << (i&7);
H A Dpcre2_context.c487 if (escape > 255 || (escape != 0 && !ispunct(escape))) in pcre2_set_glob_escape()
H A Dpcre2_convert.c554 case 10: return ispunct(c); in convert_glob_char_in_class()
/third_party/python/Lib/curses/
H A Dascii.py63 def ispunct(c): return isgraph(c) and not isalnum(c) function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii_benchmark.cc79 BENCHMARK_TEMPLATE(BM_Ascii, std::ispunct);
H A Dascii_test.cc144 EXPECT_EQ(ispunct(i) != 0, absl::ascii_ispunct(i)) << i; in TEST()
/third_party/toybox/toys/pending/
H A Dtr.c178 if (ispunct(k)) set[i++] = k; in expand_set()
H A Dsh.c306 for (j=0; s[j] && (s[j]=='_' || !ispunct(s[j])); j++); in run_command()
1228 } else if (!isspace(*s) && !ispunct(*s)) continue; in subshell_imports()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dchar_map_test.cc167 EXPECT_EQ(AsBool(std::ispunct(c)), in TEST()
/third_party/toybox/lib/
H A Dargs.c207 if (type == '-' && !ispunct(*arg)) l*=-1; in gotflag()
/third_party/cups-filters/filter/
H A Dtexttopdf.c943 !ispunct(line->ch & 255) && !isspace(line->ch & 255)) in write_line()
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs298 pub fn ispunct(c: c_int) -> c_int; in ispunct() functions
/third_party/python/Lib/test/
H A Dtest_curses.py1247 check(curses.ascii.ispunct, c in string.punctuation)
1264 self.assertFalse(curses.ascii.ispunct(i))
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs432 pub fn ispunct(c: c_int) -> c_int; in ispunct() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs533 pub fn ispunct(c: c_int) -> c_int; in ispunct() functions
/third_party/backends/backend/
H A Dplustek-usb.c138 if((*src == '/') || isspace(*src) || ispunct(*src)) in usb_normFileName()

Completed in 24 milliseconds

12