Symbol: _FUNCNAME
common/lib/libc/stdlib/_strtoi.h
148
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, lo, hi,
common/lib/libc/stdlib/_strtoi.h
153
INT_FUNCNAME(, _FUNCNAME, _l)(const char * __restrict nptr,
common/lib/libc/stdlib/_strtoi.h
157
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, lo, hi,
common/lib/libc/stdlib/_strtoi.h
54
_FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base,
common/lib/libc/stdlib/_strtoi.h
63
INT_FUNCNAME(_int_, _FUNCNAME, _l)(const char * __restrict nptr,
common/lib/libc/stdlib/_strtol.h
205
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, _current_locale());
common/lib/libc/stdlib/_strtol.h
209
INT_FUNCNAME(, _FUNCNAME, _l)(const char *nptr, char **endptr, int base, locale_t loc)
common/lib/libc/stdlib/_strtol.h
211
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, loc);
common/lib/libc/stdlib/_strtol.h
46
_FUNCNAME(const char *nptr, char **endptr, int base)
common/lib/libc/stdlib/_strtol.h
54
INT_FUNCNAME(_int_, _FUNCNAME, _l)(const char *nptr, char **endptr,
common/lib/libc/stdlib/_strtoul.h
168
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, _current_locale());
common/lib/libc/stdlib/_strtoul.h
172
INT_FUNCNAME(, _FUNCNAME, _l)(const char *nptr, char **endptr, int base, locale_t loc)
common/lib/libc/stdlib/_strtoul.h
174
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, loc);
common/lib/libc/stdlib/_strtoul.h
46
_FUNCNAME(const char *nptr, char **endptr, int base)
common/lib/libc/stdlib/_strtoul.h
54
INT_FUNCNAME(_int_, _FUNCNAME, _l)(const char *nptr, char **endptr,
lib/libc/citrus/citrus_ctype_template.h
126
static void _FUNCNAME(init_state)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
128
static void _FUNCNAME(pack_state)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
131
static void _FUNCNAME(unpack_state)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
135
static int _FUNCNAME(put_state_reset)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
155
static int _FUNCNAME(mbrtowc_priv)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
174
static int _FUNCNAME(wcrtomb_priv)(_ENCODING_INFO * __restrict,
lib/libc/citrus/citrus_ctype_template.h
195
_FUNCNAME(mbtowc_priv)(_ENCODING_INFO * __restrict ei,
lib/libc/citrus/citrus_ctype_template.h
208
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
214
err = _FUNCNAME(mbrtowc_priv)(ei, pwc, (const char **)&s, n, psenc, &nr);
lib/libc/citrus/citrus_ctype_template.h
230
_FUNCNAME(mbsrtowcs_priv)(_ENCODING_INFO * __restrict ei,
lib/libc/citrus/citrus_ctype_template.h
255
err = _FUNCNAME(mbrtowc_priv)(ei, pwcs, &s0, mbcurmax,
lib/libc/citrus/citrus_ctype_template.h
266
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
289
_FUNCNAME(mbsnrtowcs_priv)(_ENCODING_INFO * __restrict ei,
lib/libc/citrus/citrus_ctype_template.h
314
err = _FUNCNAME(mbrtowc_priv)(ei, pwcs, &s0, se - s0,
lib/libc/citrus/citrus_ctype_template.h
327
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
350
_FUNCNAME(wcsrtombs_priv)(_ENCODING_INFO * __restrict ei, char * __restrict s,
lib/libc/citrus/citrus_ctype_template.h
373
err = _FUNCNAME(wcrtomb_priv)(ei, buf, sizeof(buf),
lib/libc/citrus/citrus_ctype_template.h
395
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
411
_FUNCNAME(wcsnrtombs_priv)(_ENCODING_INFO * __restrict ei, char * __restrict s,
lib/libc/citrus/citrus_ctype_template.h
433
err = _FUNCNAME(wcrtomb_priv)(ei, buf, sizeof(buf),
lib/libc/citrus/citrus_ctype_template.h
454
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
482
_FUNCNAME(init_state)(_CEI_TO_EI(_cei_), \
lib/libc/citrus/citrus_ctype_template.h
486
_FUNCNAME(unpack_state)(_CEI_TO_EI(_cei_), \
lib/libc/citrus/citrus_ctype_template.h
493
_FUNCNAME(pack_state)(_CEI_TO_EI(_cei_), _pspriv_, \
lib/libc/citrus/citrus_ctype_template.h
499
_FUNCNAME(ctype_getops)(_citrus_ctype_ops_rec_t *ops, size_t lenops,
lib/libc/citrus/citrus_ctype_template.h
505
memcpy(ops, &_FUNCNAME(ctype_ops), sizeof(_FUNCNAME(ctype_ops)));
lib/libc/citrus/citrus_ctype_template.h
515
_FUNCNAME(ctype_init)(void ** __restrict cl,
lib/libc/citrus/citrus_ctype_template.h
532
return _FUNCNAME(encoding_module_init)(_CEI_TO_EI(cei), var, lenvar);
lib/libc/citrus/citrus_ctype_template.h
539
_FUNCNAME(encoding_module_uninit)(_CEI_TO_EI(_TO_CEI(cl)));
lib/libc/citrus/citrus_ctype_template.h
552
_FUNCNAME(ctype_mblen)(void * __restrict cl,
lib/libc/citrus/citrus_ctype_template.h
564
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
565
return _FUNCNAME(mbtowc_priv)(ei, NULL, s, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
569
_FUNCNAME(ctype_mbrlen)(void * __restrict cl, const char * __restrict s,
lib/libc/citrus/citrus_ctype_template.h
582
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
585
err = _FUNCNAME(mbrtowc_priv)(ei, NULL, (const char **)&s, n,
lib/libc/citrus/citrus_ctype_template.h
594
_FUNCNAME(ctype_mbrtowc)(void * __restrict cl, wchar_t * __restrict pwc,
lib/libc/citrus/citrus_ctype_template.h
607
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
610
err = _FUNCNAME(mbrtowc_priv)(ei, pwc, (const char **)&s, n,
lib/libc/citrus/citrus_ctype_template.h
620
_FUNCNAME(ctype_mbsinit)(void * __restrict cl, const void * __restrict pspriv,
lib/libc/citrus/citrus_ctype_template.h
630
_FUNCNAME(unpack_state)(_CEI_TO_EI(_TO_CEI(cl)), &state, pspriv);
lib/libc/citrus/citrus_ctype_template.h
638
_FUNCNAME(ctype_mbsrtowcs)(void * __restrict cl, wchar_t * __restrict pwcs,
lib/libc/citrus/citrus_ctype_template.h
651
err = _FUNCNAME(mbsrtowcs_priv)(ei, pwcs, s, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
658
_FUNCNAME(ctype_mbsnrtowcs)(_citrus_ctype_rec_t * __restrict cc, wchar_t * __restrict pwcs,
lib/libc/citrus/citrus_ctype_template.h
672
err = _FUNCNAME(mbsnrtowcs_priv)(ei, pwcs, s, in, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
679
_FUNCNAME(ctype_mbstowcs)(void * __restrict cl, wchar_t * __restrict pwcs,
lib/libc/citrus/citrus_ctype_template.h
690
_FUNCNAME(init_state)(ei, &state);
lib/libc/citrus/citrus_ctype_template.h
691
err = _FUNCNAME(mbsrtowcs_priv)(ei, pwcs, (const char **)&s, n,
lib/libc/citrus/citrus_ctype_template.h
702
_FUNCNAME(ctype_mbtowc)(void * __restrict cl, wchar_t * __restrict pwc,
lib/libc/citrus/citrus_ctype_template.h
714
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
715
return _FUNCNAME(mbtowc_priv)(ei, pwc, s, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
719
_FUNCNAME(ctype_wcrtomb)(void * __restrict cl, char * __restrict s, wchar_t wc,
lib/libc/citrus/citrus_ctype_template.h
745
err = _FUNCNAME(put_state_reset)(_CEI_TO_EI(_TO_CEI(cl)), s,
lib/libc/citrus/citrus_ctype_template.h
755
err = _FUNCNAME(wcrtomb_priv)(_CEI_TO_EI(_TO_CEI(cl)), s, sz,
lib/libc/citrus/citrus_ctype_template.h
771
_FUNCNAME(ctype_wcsrtombs)(void * __restrict cl, char * __restrict s,
lib/libc/citrus/citrus_ctype_template.h
784
err = _FUNCNAME(wcsrtombs_priv)(ei, s, pwcs, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
792
_FUNCNAME(ctype_wcsnrtombs)(_citrus_ctype_rec_t * __restrict cc,
lib/libc/citrus/citrus_ctype_template.h
807
err = _FUNCNAME(wcsnrtombs_priv)(ei, s, pwcs, in, n, psenc, nresult);
lib/libc/citrus/citrus_ctype_template.h
815
_FUNCNAME(ctype_wcstombs)(void * __restrict cl, char * __restrict s,
lib/libc/citrus/citrus_ctype_template.h
826
_FUNCNAME(init_state)(ei, &state);
lib/libc/citrus/citrus_ctype_template.h
827
err = _FUNCNAME(wcsrtombs_priv)(ei, s, (const wchar_t **)&pwcs, n,
lib/libc/citrus/citrus_ctype_template.h
834
_FUNCNAME(ctype_wctomb)(void * __restrict cl, char * __restrict s, wchar_t wc,
lib/libc/citrus/citrus_ctype_template.h
850
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
852
_FUNCNAME(init_state)(ei, psenc);
lib/libc/citrus/citrus_ctype_template.h
860
err = _FUNCNAME(put_state_reset)(_CEI_TO_EI(_TO_CEI(cl)), s,
lib/libc/citrus/citrus_ctype_template.h
870
err = _FUNCNAME(wcrtomb_priv)(ei, s, sz, wc, psenc, &nr);
lib/libc/citrus/citrus_ctype_template.h
883
_FUNCNAME(ctype_btowc)(_citrus_ctype_rec_t * __restrict cc,
lib/libc/citrus/citrus_ctype_template.h
901
_FUNCNAME(init_state)(ei, &state);
lib/libc/citrus/citrus_ctype_template.h
904
err = _FUNCNAME(mbrtowc_priv)(ei, &wc, &s, 1, &state, &nr);
lib/libc/citrus/citrus_ctype_template.h
915
_FUNCNAME(ctype_wctob)(_citrus_ctype_rec_t * __restrict cc,
lib/libc/citrus/citrus_ctype_template.h
931
_FUNCNAME(init_state)(ei, &state);
lib/libc/citrus/citrus_ctype_template.h
932
err = _FUNCNAME(wcrtomb_priv)(ei, buf, _ENCODING_MB_CUR_MAX(ei),
lib/libc/citrus/citrus_stdenc_template.h
102
_FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
105
_FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
lib/libc/citrus/citrus_stdenc_template.h
111
_FUNCNAME(stdenc_mbtocs)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
122
ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n,
lib/libc/citrus/citrus_stdenc_template.h
126
_FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc);
lib/libc/citrus/citrus_stdenc_template.h
132
_FUNCNAME(stdenc_cstomb)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
145
ret = _FUNCNAME(stdenc_cstowc)(_CE_TO_EI(ce), &wc, csid, idx);
lib/libc/citrus/citrus_stdenc_template.h
150
return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
lib/libc/citrus/citrus_stdenc_template.h
155
_FUNCNAME(stdenc_mbtowc)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
160
return _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), wc, s, n,
lib/libc/citrus/citrus_stdenc_template.h
165
_FUNCNAME(stdenc_wctomb)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
169
return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
lib/libc/citrus/citrus_stdenc_template.h
174
_FUNCNAME(stdenc_put_state_reset)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
180
return _FUNCNAME(put_state_reset)(_CE_TO_EI(ce), s, n, _TO_STATE(ps),
lib/libc/citrus/citrus_stdenc_template.h
189
_FUNCNAME(stdenc_get_state_desc)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
198
ret = _FUNCNAME(stdenc_get_state_desc_generic)(
lib/libc/citrus/citrus_stdenc_template.h
52
_FUNCNAME(stdenc_getops)(struct _citrus_stdenc_ops *ops, size_t lenops,
lib/libc/citrus/citrus_stdenc_template.h
58
memcpy(ops, &_FUNCNAME(stdenc_ops), sizeof(_FUNCNAME(stdenc_ops)));
lib/libc/citrus/citrus_stdenc_template.h
64
_FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce,
lib/libc/citrus/citrus_stdenc_template.h
79
ret = _FUNCNAME(encoding_module_init)(ei, var, lenvar);
lib/libc/citrus/citrus_stdenc_template.h
96
_FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce));
lib/libc/locale/_wcstod.h
134
INT_NAME(, _FUNCNAME, )(const wchar_t * __restrict nptr,
lib/libc/locale/_wcstod.h
137
return INT_NAME(_int_, _FUNCNAME, _l)(nptr, endptr, _current_locale());
lib/libc/locale/_wcstod.h
141
INT_NAME(, _FUNCNAME, _l)(const wchar_t * __restrict nptr,
lib/libc/locale/_wcstod.h
144
return INT_NAME(_int_, _FUNCNAME, _l)(nptr, endptr, loc);
lib/libc/locale/_wcstod.h
60
INT_NAME(_int_, _FUNCNAME, _l)(const wchar_t * __restrict nptr,
lib/libc/locale/_wcstol.h
152
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base,
lib/libc/locale/_wcstol.h
157
INT_FUNCNAME(, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr,
lib/libc/locale/_wcstol.h
160
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, loc);
lib/libc/locale/_wcstol.h
53
INT_FUNCNAME(_int_, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr,
lib/libc/locale/_wcstoul.h
128
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base,
lib/libc/locale/_wcstoul.h
133
INT_FUNCNAME(, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr,
lib/libc/locale/_wcstoul.h
136
return INT_FUNCNAME(_int_, _FUNCNAME, _l)(nptr, endptr, base, loc);
lib/libc/locale/_wcstoul.h
52
INT_FUNCNAME(_int_, _FUNCNAME, _l)(const wchar_t *nptr, wchar_t **endptr,