Searched defs:strpbrk (Results 1 – 9 of 9) sorted by relevance
3 char *strpbrk(const char *s, const char *b) in strpbrk() function
365 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() function
550 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() function
567 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() function
734 pub fn strpbrk(arg1: *const c_char, arg2: *const c_char) -> *mut c_char; in strpbrk() function
1154 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() function
3438 pub fn strpbrk(cs: *const c_char, ct: *const c_char) -> *mut c_char; in strpbrk() function
7265 strpbrk(char* __s1, const char* __s2) in strpbrk() function