Home
last modified time | relevance | path

Searched refs:wcschr (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dwchar.h148 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 Dcwchar70 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 Dwchar.h142 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 Dcwchar70 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 Dwcschr.S34 ENTRY(wcschr)
75 END(wcschr)
H A DMakefile.inc16 wcschr.S \
/freebsd/contrib/libedit/
H A Dparse.c107 ptr = wcschr(argv[0], L':'); in el_wparse()
189 h = wcschr(hex, *p++); in parse__escape()
H A Dfilecomplete.c620 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 Dchared.c207 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 Dtokenizer.c81 #define Strchr(s, c) wcschr(s, c)
/freebsd/usr.bin/column/
H A Dcolumn.c242 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 Dwcschr.c32 wcschr(const wchar_t *s, wchar_t c) in wcschr() function
H A DMakefile.inc70 wcschr.c \
198 wmemchr.3 wcschr.3 \
H A DSymbol.map50 wcschr;
/freebsd/contrib/expat/xmlwf/
H A Dxmltchar.h50 # define tcschr wcschr
/freebsd/contrib/nvi/common/
H A Dmultibyte.h56 #define STRCHR wcschr
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc40 using ::wcschr _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcwchar.cppm
H A Dcwchar.inc40 using std::wcschr _LIBCPP_USING_IF_EXISTS;
/freebsd/usr.bin/look/
H A Dlook.c180 if (termchar != L'\0' && (writep = wcschr(key, termchar)) != NULL) in prepkey()
/freebsd/contrib/libc-vis/
H A Dvis.c194 wcschr(L"#$@[\\]^`{|}~", c) != NULL)) { in do_mvis()
309 iswextra = wcschr(extra, c) != NULL; in do_svis()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c451 for ( ; s != NULL; s = wcschr(s, L'/')) { in __archive_pathmatch_w()
/freebsd/include/
H A Dwchar.h150 wchar_t *wcschr(const wchar_t *, wchar_t) __pure;
/freebsd/usr.bin/fmt/
H A Dfmt.c620 spaces = wcschr(sentence_enders, word[length - 1]) ? 2 : 1; in output_word()
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c480 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()

12