Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 5 of 5) sorted by relevance

/localedata/tests-mbwc/
A Dtst_mbstowcs.c17 wchar_t ws[WCSSIZE], *ws_ex, *wp; in tst_mbstowcs() local
46 wp = (wchar_t *) ((w_flg == 0) ? NULL : ws); in tst_mbstowcs()
49 ret = mbstowcs (wp, s, n); in tst_mbstowcs()
61 if (s == NULL || wp == NULL || ret == (size_t) - 1) in tst_mbstowcs()
A Dtst_mbtowc.c18 wchar_t wc, wc_ex, *wp; in tst_mbtowc() local
50 wp = (wchar_t *) ((w_flg == 0) ? NULL : &wc); in tst_mbtowc()
57 ret = mbtowc (wp, s_in, n); in tst_mbtowc()
108 if ((wp == NULL || s_in == NULL || s_in[0] == 0) || ret <= 0) in tst_mbtowc()
A Dtst_mbsrtowcs.c21 wchar_t ws[WCSSIZE], *ws_ex, *wp; in tst_mbsrtowcs() local
46 wp = (w_flg == 0) ? NULL : ws; in tst_mbsrtowcs()
61 ret = mbsrtowcs (wp, &p, n, pt); in tst_mbsrtowcs()
73 if (wp == NULL || ret == (size_t) - 1 || ret == (size_t) - 2) in tst_mbsrtowcs()
A Dtst_wcsrtombs.c18 const wchar_t *ws, *wp; in tst_wcsrtombs() local
36 wp = ws = TST_INPUT (wcsrtombs).ws; in tst_wcsrtombs()
48 ret = wcsrtombs (s_in, &wp, n, pt); in tst_wcsrtombs()
/localedata/
A Dtst-langinfo.c215 char *wp; in do_test() local
217 expected = wp = ++rp; in do_test()
243 *wp++ = *rp++; in do_test()
252 *wp = '\0'; in do_test()

Completed in 5 milliseconds