Home
last modified time | relevance | path

Searched defs:wc (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd/src/external/bsd/tmux/dist/
Dcmd-wait-for.c86 struct wait_channel *wc; in cmd_wait_for_add() local
105 cmd_wait_for_remove(struct wait_channel *wc) in cmd_wait_for_remove()
125 struct wait_channel *wc, find; in cmd_wait_for_exec() local
141 struct wait_channel *wc) in cmd_wait_for_signal()
168 struct wait_channel *wc) in cmd_wait_for_wait()
197 struct wait_channel *wc) in cmd_wait_for_lock()
222 struct wait_channel *wc) in cmd_wait_for_unlock()
246 struct wait_channel *wc, *wc1; in cmd_wait_for_flush() local
/netbsd/src/distrib/utils/libhack/
Dmultibyte.c16 mbrtowc(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps) in mbrtowc()
28 mbrtowc_l(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps, locale_t loc) in mbrtowc_l()
34 wcrtomb(char *str, wchar_t wc, mbstate_t *ps) in wcrtomb()
42 wcrtomb_l(char *str, wchar_t wc, mbstate_t *ps, locale_t loc) in wcrtomb_l()
159 fputwc(wchar_t wc, FILE *stream) in fputwc()
166 __fputwc_unlock(wchar_t wc, FILE *stream) in __fputwc_unlock()
231 iswctype(wint_t wc, wctype_t charclass) in iswctype()
273 wcwidth(wchar_t wc) in wcwidth()
307 towlower(wint_t wc) in towlower()
313 towupper(wint_t wc) in towupper()
/netbsd/src/lib/libc/locale/
Diswctype_mb.c144 iswctype_l(wint_t wc, wctype_t charclass, locale_t loc) in iswctype_l()
160 iswctype(wint_t wc, wctype_t charclass) in iswctype()
166 towctrans(wint_t wc, wctrans_t charmap) in towctrans()
180 towctrans_l(wint_t wc, wctrans_t charmap, locale_t loc) in towctrans_l()
205 wcwidth(wchar_t wc) in wcwidth()
D_wctype.c75 _runetype_priv(_RuneLocale const *rl, wint_t wc) in _runetype_priv()
109 wint_t wc, _WCTypeEntry const *te) in _iswctype_priv()
D__wctoint.h33 __wctoint(wchar_t wc) in __wctoint()
Dmultibyte_amd1.c171 wcrtomb_l(char *s, wchar_t wc, mbstate_t *ps, locale_t loc) in wcrtomb_l()
187 wcrtomb(char *s, wchar_t wc, mbstate_t *ps) in wcrtomb()
235 wctob_l(wint_t wc, locale_t loc) in wctob_l()
248 wctob(wint_t wc) in wctob()
/netbsd/src/lib/libc/citrus/modules/
Dcitrus_ues.c147 to_str(char *s, wchar_t wc, int bit) in to_str()
170 is_hi_surrogate(wchar_t wc) in is_hi_surrogate()
176 is_lo_surrogate(wchar_t wc) in is_lo_surrogate()
193 ucs_to_surrogate(wchar_t wc, wchar_t * __restrict hi, wchar_t * __restrict lo) in ucs_to_surrogate()
205 is_basic(wchar_t wc) in is_basic()
218 wchar_t hi, wc; in _citrus_UES_mbrtowc_priv() local
330 char * __restrict s, size_t n, wchar_t wc, in _citrus_UES_wcrtomb_priv()
374 _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) in _citrus_UES_stdenc_wctocs()
389 wchar_t * __restrict wc, _csid_t csid, _index_t idx) in _citrus_UES_stdenc_cstowc()
Dcitrus_utf1632.c96 wchar_t wc; in _citrus_UTF1632_mbrtowc_priv() local
250 wchar_t wc, _UTF1632State *psenc, in _citrus_UTF1632_wcrtomb_priv()
435 _wc_t wc) in _citrus_UTF1632_stdenc_wctocs()
449 _wc_t * __restrict wc, in _citrus_UTF1632_stdenc_cstowc()
Dcitrus_utf8.c171 _UTF8_surrogate(wchar_t wc) in _UTF8_surrogate()
268 _citrus_UTF8_wcrtomb_priv(_UTF8EncodingInfo *ei, char *s, size_t n, wchar_t wc, in _citrus_UTF8_wcrtomb_priv()
321 wchar_t wc) in _citrus_UTF8_stdenc_wctocs()
335 wchar_t * __restrict wc, in _citrus_UTF8_stdenc_cstowc()
/netbsd/src/external/bsd/tmux/dist/compat/
Dutf8proc.c24 utf8proc_wcwidth(wchar_t wc) in utf8proc_wcwidth()
58 utf8proc_wctomb(char *s, wchar_t wc) in utf8proc_wctomb()
/netbsd/src/lib/libc/stdio/
Dfputwc.c46 __fputwc_unlock(wchar_t wc, FILE *fp) in __fputwc_unlock()
89 fputwc(wchar_t wc, FILE *fp) in fputwc()
Dputwchar.c45 putwchar(wchar_t wc) in putwchar()
Dputwc.c45 putwc(wchar_t wc, FILE *fp) in putwc()
Dungetwc.c44 ungetwc(wint_t wc, FILE *fp) in ungetwc()
Dfgetws.c49 wint_t wc; in fgetws() local
/netbsd/src/include/
Dwchar.h225 #define putwc(wc, f) fputwc((wc), (f)) argument
226 #define putwchar(wc) putwc((wc), stdout) argument
/netbsd/src/bin/ls/
Dutil.c96 printwc(wchar_t wc, mbstate_t *pst) in printwc()
131 wchar_t wc; in printescaped() local
/netbsd/src/external/bsd/nvi/dist/tcl_scripts/
Dwc.tcl3 proc wc {} { procedure
/netbsd/src/external/bsd/nvi/dist/perl_scripts/
Dwc.pl1 sub wc { subroutine
/netbsd/src/external/bsd/nvi/dist/clib/
Diswblank.c14 iswblank (wint_t wc) in iswblank()
/netbsd/src/tests/lib/libc/locale/
Dt_wctype.c145 wchar_t wc; in h_ctype() local
177 void testall(int idx, int c, wchar_t wc, wctype_t wct, int inout) in testall()
/netbsd/src/external/bsd/mdocml/dist/
Dtest-wchar.c26 wchar_t wc; in main() local
/netbsd/src/lib/libc/citrus/
Dcitrus_stdenc_template.h118 wchar_t wc; in _FUNCNAME() local
138 wchar_t wc; in _FUNCNAME() local
/netbsd/src/external/bsd/flex/dist/examples/fastwc/
Dmywc.c8 int c, cc = 0, wc = 0, lc = 0; in main() local
/netbsd/src/lib/libcurses/
Dunctrl.h56 #define wunctrl(wc) __wunctrl[( int )((wc)->vals[ 0 ]) & 0xff] argument

123456