Searched refs:wp (Results 1 – 5 of 5) sorted by relevance
/localedata/tests-mbwc/ |
A D | tst_mbstowcs.c | 17 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 D | tst_mbtowc.c | 18 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 D | tst_mbsrtowcs.c | 21 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 D | tst_wcsrtombs.c | 18 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 D | tst-langinfo.c | 215 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