Home
last modified time | relevance | path

Searched refs:a (Results 1 – 2 of 2) sorted by relevance

/debug/
A Dtst-chk1.c260 memmove (a.buf1 + 1, a.buf1, l0 + 9); in do_test()
265 bcopy (a.buf1, a.buf1 + 1, l0 + 9); in do_test()
269 if (mempcpy (a.buf1 + 5, "abcde", l0 + 5) != a.buf1 + 10 in do_test()
293 if (stpcpy (a.buf1 + 8, str2) != a.buf1 + 9 in do_test()
309 a.buf1[l0 + 8] = '\0'; in do_test()
310 strcat (a.buf1, "A"); in do_test()
314 a.buf1[l0 + 7] = '\0'; in do_test()
452 memmove (a.buf1 + 2, a.buf1 + 1, 9); in do_test()
456 memmove (a.buf1 + 2, a.buf1 + 1, l0 + 9); in do_test()
460 bcopy (a.buf1 + 1, a.buf1 + 2, 9); in do_test()
[all …]
A Dbacktrace.c34 backtrace_helper (struct _Unwind_Context *ctx, void *a) in backtrace_helper() argument
36 struct trace_arg *arg = a; in backtrace_helper()

Completed in 6 milliseconds