Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/s390/
A Dtst-ptrace-singleblock.c69 #define MAX_CHARS_IN_BUF 4096 in tracer_func() macro
70 char buf[MAX_CHARS_IN_BUF + 1]; in tracer_func()
136 memset (buf, 'a', MAX_CHARS_IN_BUF); in tracer_func()
138 buf [MAX_CHARS_IN_BUF] = '\0'; in tracer_func()
140 TEST_VERIFY_EXIT (buf_count == MAX_CHARS_IN_BUF); in tracer_func()

Completed in 3 milliseconds