Searched refs:ts_a (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dstrcasecmp.c44 char *ts_a; member in struct:__anon1418
96 ts->ts_a = malloc(opts + 1);
101 ts->ts_a[i] = ts->ts_b[i] = demo[i%l];
103 ts->ts_a[opts] = 0;
115 char *src = ts->ts_a;
H A Dstrcmp.c43 char *ts_a; member in struct:__anon1420
94 ts->ts_a = malloc(opts + 1);
99 ts->ts_a[i] = ts->ts_b[i] = demo[i%l];
101 ts->ts_a[opts] = 0;
113 char *src = ts->ts_a;
H A Dstrcpy.c43 char *ts_a; member in struct:__anon1421
93 ts->ts_a = malloc(opts + 1);
111 char *src = ts->ts_a;

Completed in 13 milliseconds