Searched refs:s_in (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_mbtowc.c | 16 const char *s_in; in tst_mbtowc() local 46 s_in = NULL; in tst_mbtowc() 48 s_in = TST_INPUT_SEQ (mbtowc).s; in tst_mbtowc() 57 ret = mbtowc (wp, s_in, n); in tst_mbtowc() 70 if (s_in == NULL) in tst_mbtowc() 108 if ((wp == NULL || s_in == NULL || s_in[0] == 0) || ret <= 0) in tst_mbtowc()
|
A D | tst_wctomb.c | 15 char s[MBSSIZE], *s_in, *s_ex; in tst_wctomb() local 25 s_in = ((TST_INPUT (wctomb).s_flg) == 0) ? (char *) NULL : s; in tst_wctomb() 26 ret = wctomb (s_in, wc); in tst_wctomb() 36 if (s_in == NULL) /* state dependency */ in tst_wctomb() 75 if (s_in) in tst_wctomb() 79 if (s_in[i] != s_ex[i]) in tst_wctomb()
|
A D | tst_mblen.c | 15 const char *s_in; in tst_mblen() local 25 s_in = TST_INPUT (mblen).s; in tst_mblen() 30 s_in = NULL; in tst_mblen() 39 ret = mblen (s_in, n); in tst_mblen() 44 if (s_in == NULL) in tst_mblen()
|
A D | tst_wcrtomb.c | 16 char s[MBSSIZE], *s_in, *s_ex; in tst_wcrtomb() local 28 s_in = ((TST_INPUT (wcrtomb).s_flg) == 0) ? (char *) NULL : s; in tst_wcrtomb() 40 ret = wcrtomb (s_in, wc, pt); in tst_wcrtomb() 56 if (s_in) in tst_wcrtomb() 60 if (s_in[i] != s_ex[i]) in tst_wcrtomb()
|
A D | tst_mbrlen.c | 16 const char *s_in; in tst_mbrlen() local 41 s_in = TST_INPUT_SEQ (mbrlen).s; in tst_mbrlen() 47 s_in = NULL; in tst_mbrlen() 64 ret = mbrlen (s_in, n, ps); in tst_mbrlen()
|
A D | tst_wcstombs.c | 18 char s[MBSSIZE], *s_in; in tst_wcstombs() local 31 s_in = (s_flg == 1) ? s : (char *) NULL; in tst_wcstombs() 36 ret = wcstombs (s_in, ws, n); in tst_wcstombs() 48 if (s_in != NULL && ret != (size_t) - 1) in tst_wcstombs()
|
A D | tst_wcsrtombs.c | 19 char s[MBSSIZE], *s_in; in tst_wcsrtombs() local 35 s_in = (s_flg == 1) ? s : (char *) NULL; in tst_wcsrtombs() 48 ret = wcsrtombs (s_in, &wp, n, pt); in tst_wcsrtombs() 60 if (s_in != NULL && ret != (size_t) - 1) in tst_wcsrtombs()
|
Completed in 13 milliseconds