| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | wchar.h | 148 return (wchar_t*)wcschr(__s, __c); in __libcpp_wcschr() 150 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const wchar_t* wcschr(const wchar_t* __s, w… in wcschr() function 153 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcschr(wchar_t* __s, wchar_t __c) { in wcschr() function
|
| H A D | cwchar | 70 const wchar_t* wcschr(const wchar_t* s, wchar_t c); 71 wchar_t* wcschr( wchar_t* s, wchar_t c); 165 using ::wcschr _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | wchar.h | 142 return (wchar_t*)wcschr(__s, __c); in __libcpp_wcschr() 144 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const wchar_t* wcschr(const wchar_t* __s, w… in wcschr() function 147 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcschr(wchar_t* __s, wchar_t __c) { in wcschr() function
|
| H A D | cwchar | 70 const wchar_t* wcschr(const wchar_t* s, wchar_t c); 71 wchar_t* wcschr( wchar_t* s, wchar_t c); 173 using ::wcschr _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/libc/i386/string/ |
| H A D | wcschr.S | 34 ENTRY(wcschr) 75 END(wcschr)
|
| H A D | Makefile.inc | 16 wcschr.S \
|
| /freebsd/contrib/libedit/ |
| H A D | parse.c | 107 ptr = wcschr(argv[0], L':'); in el_wparse() 189 h = wcschr(hex, *p++); in parse__escape()
|
| H A D | filecomplete.c | 620 if (wcschr(word_break, ctemp[-1])) in find_word_to_complete() 622 if (special_prefixes && wcschr(special_prefixes, ctemp[-1])) in find_word_to_complete()
|
| H A D | chared.c | 207 return iswalnum(p) || wcschr(el->el_map.wordchars, p) != NULL; in ce__isword() 217 if (iswalnum(p) || wcschr(el->el_map.wordchars, p) != NULL) in cv__isword()
|
| H A D | tokenizer.c | 81 #define Strchr(s, c) wcschr(s, c)
|
| /freebsd/usr.bin/column/ |
| H A D | column.c | 242 for (p = *lp; wcschr(separator, *p); ++p) in maketbl() 261 while (*s && wcschr(separator, *s)) in maketbl() 309 if (!(p = wcschr(p, L'\n'))) { in input()
|
| /freebsd/lib/libc/string/ |
| H A D | wcschr.c | 32 wcschr(const wchar_t *s, wchar_t c) in wcschr() function
|
| H A D | Makefile.inc | 70 wcschr.c \ 198 wmemchr.3 wcschr.3 \
|
| H A D | Symbol.map | 50 wcschr;
|
| /freebsd/contrib/expat/xmlwf/ |
| H A D | xmltchar.h | 50 # define tcschr wcschr
|
| /freebsd/contrib/nvi/common/ |
| H A D | multibyte.h | 56 #define STRCHR wcschr
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cwchar.inc | 40 using ::wcschr _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cwchar.cppm | |
| H A D | cwchar.inc | 40 using std::wcschr _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/usr.bin/look/ |
| H A D | look.c | 180 if (termchar != L'\0' && (writep = wcschr(key, termchar)) != NULL) in prepkey()
|
| /freebsd/contrib/libc-vis/ |
| H A D | vis.c | 194 wcschr(L"#$@[\\]^`{|}~", c) != NULL)) { in do_mvis() 309 iswextra = wcschr(extra, c) != NULL; in do_svis()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_pathmatch.c | 451 for ( ; s != NULL; s = wcschr(s, L'/')) { in __archive_pathmatch_w()
|
| /freebsd/include/ |
| H A D | wchar.h | 150 wchar_t *wcschr(const wchar_t *, wchar_t) __pure;
|
| /freebsd/usr.bin/fmt/ |
| H A D | fmt.c | 620 spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1; in output_word()
|
| /freebsd/contrib/bsddialog/lib/ |
| H A D | lib_util.c | 480 att = wcschr(L"nbBdDkKrRsSuU01234567", wtext[2]) == NULL ? false : true; in is_wtext_attr() 538 if (wcschr(L"\t\n ", wtext[i]) != NULL) { in text_properties() 1205 if (wcschr(L"\n\t ", string[j]) != NULL || string[j] == L'\0') { in print_textpad()
|