Home
last modified time | relevance | path

Searched refs:findch (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemchr.c31 char *findch = (char *)memchr(srcstring, fitch, strlen(srcstring)); in memchr_0100() local
32 if (findch) { in memchr_0100()
33 EXPECT_EQ("memchr_0100", fitch, findch[0]); in memchr_0100()
34 EXPECT_STREQ("memchr_0100", "unittest", findch); in memchr_0100()
36 EXPECT_PTRNE("memchr_0100", findch, NULL); in memchr_0100()
48 char *findch = (char *)memchr(srcstring, 'w', strlen(srcstring)); in memchr_0200() local
49 EXPECT_PTREQ("memchr_0200", findch, NULL); in memchr_0200()
60 char *findch = (char *)memchr(srcstring, 'w', strlen(srcstring)); in memchr_0300() local
61 EXPECT_PTREQ("memchr_0300", findch, NULL); in memchr_0300()
72 char *findch in memchr_0400() local
84 char *findch = (char *)memchr(srcstring, 'u', INIT_LEN); memchr_0500() local
[all...]
/third_party/mksh/
H A Dedit.c3463 static int findch(int, int, bool, bool) MKSH_A_PURE;
4723 if ((ncursor = findch(fsavech, argcnt, tobool(t), in domove()
4969 findch(int ch, int cnt, bool forw, bool incl) in findch() function

Completed in 9 milliseconds