Searched refs:my_xasprintf (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistdio/
H A Dtest-ulc-printf1.h20 test_xfunction (char * (*my_xasprintf) (const char *, ...))
26 my_xasprintf ("%ju %d", (uintmax_t) 12345671, 33, 44, 55);
34 my_xasprintf ("%zu %d", (size_t) 12345672, 33, 44, 55);
42 my_xasprintf ("%tu %d", (ptrdiff_t) 12345673, 33, 44, 55);
50 my_xasprintf ("%Lg %d", (long double) 1.5, 33, 44, 55);
62 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
69 my_xasprintf ("%10U %d", unicode_string, 33, 44, 55);
76 my_xasprintf ("%-10U %d", unicode_string, 33, 44, 55);
83 my_xasprintf ("%010U %d", unicode_string, 33, 44, 55);
94 my_xasprintf ("
[all...]
H A Dtest-u16-printf1.h20 test_xfunction (uint16_t * (*my_xasprintf) (const char *, ...)) function
26 my_xasprintf ("%ju %d", (uintmax_t) 12345671, 33, 44, 55);
36 my_xasprintf ("%zu %d", (size_t) 12345672, 33, 44, 55);
46 my_xasprintf ("%tu %d", (ptrdiff_t) 12345673, 33, 44, 55);
56 my_xasprintf ("%Lg %d", (long double) 1.5, 33, 44, 55);
70 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
79 my_xasprintf ("%10U %d", unicode_string, 33, 44, 55);
88 my_xasprintf ("%-10U %d", unicode_string, 33, 44, 55);
97 my_xasprintf ("%010U %d", unicode_string, 33, 44, 55);
110 my_xasprintf ("
[all...]
H A Dtest-u32-printf1.h20 test_xfunction (uint32_t * (*my_xasprintf) (const char *, ...)) function
26 my_xasprintf ("%ju %d", (uintmax_t) 12345671, 33, 44, 55);
36 my_xasprintf ("%zu %d", (size_t) 12345672, 33, 44, 55);
46 my_xasprintf ("%tu %d", (ptrdiff_t) 12345673, 33, 44, 55);
56 my_xasprintf ("%Lg %d", (long double) 1.5, 33, 44, 55);
70 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
79 my_xasprintf ("%10U %d", unicode_string, 33, 44, 55);
88 my_xasprintf ("%-10U %d", unicode_string, 33, 44, 55);
97 my_xasprintf ("%010U %d", unicode_string, 33, 44, 55);
110 my_xasprintf ("
[all...]
H A Dtest-u8-printf1.h20 test_xfunction (uint8_t * (*my_xasprintf) (const char *, ...)) function
26 my_xasprintf ("%ju %d", (uintmax_t) 12345671, 33, 44, 55);
35 my_xasprintf ("%zu %d", (size_t) 12345672, 33, 44, 55);
44 my_xasprintf ("%tu %d", (ptrdiff_t) 12345673, 33, 44, 55);
53 my_xasprintf ("%Lg %d", (long double) 1.5, 33, 44, 55);
66 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
74 my_xasprintf ("%10U %d", unicode_string, 33, 44, 55);
82 my_xasprintf ("%-10U %d", unicode_string, 33, 44, 55);
90 my_xasprintf ("%010U %d", unicode_string, 33, 44, 55);
102 my_xasprintf ("
[all...]
H A Dtest-ulc-vasprintf1.c34 my_xasprintf (const char *format, ...) function
52 test_xfunction (my_xasprintf);
H A Dtest-u16-vasprintf1.c36 my_xasprintf (const char *format, ...) function
54 test_xfunction (my_xasprintf);
H A Dtest-u32-vasprintf1.c36 my_xasprintf (const char *format, ...) function
54 test_xfunction (my_xasprintf);
H A Dtest-u8-vasprintf1.c36 my_xasprintf (const char *format, ...) function
54 test_xfunction (my_xasprintf);
H A Dtest-ulc-vsnprintf1.c36 my_xasprintf (const char *format, ...) function
53 test_xfunction (my_xasprintf);
H A Dtest-ulc-vsprintf1.c36 my_xasprintf (const char *format, ...) function
53 test_xfunction (my_xasprintf);
H A Dtest-u16-vasnprintf1.c49 my_xasprintf (const char *format, ...) function
67 test_xfunction (my_xasprintf);
H A Dtest-u16-vsnprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-u16-vsprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-u32-vasnprintf1.c49 my_xasprintf (const char *format, ...) function
67 test_xfunction (my_xasprintf);
H A Dtest-u32-vsnprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-u32-vsprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-u8-vasnprintf1.c49 my_xasprintf (const char *format, ...) function
67 test_xfunction (my_xasprintf);
H A Dtest-u8-vsnprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-u8-vsprintf1.c38 my_xasprintf (const char *format, ...) function
60 test_xfunction (my_xasprintf);
H A Dtest-ulc-vasnprintf1.c47 my_xasprintf (const char *format, ...) function
65 test_xfunction (my_xasprintf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-xvasprintf.c42 my_xasprintf (const char *format, ...) function
60 char *result = my_xasprintf ("%d", 12345);

Completed in 204 milliseconds