Home
last modified time | relevance | path

Searched refs:s_in (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_mbtowc.c16 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 Dtst_wctomb.c15 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 Dtst_mblen.c15 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 Dtst_wcrtomb.c16 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 Dtst_mbrlen.c16 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 Dtst_wcstombs.c18 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 Dtst_wcsrtombs.c19 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