Home
last modified time | relevance | path

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

/string/
A Dtest-memset.c40 # define SIMPLE_MEMSET simple_memset macro
48 # define SIMPLE_MEMSET simple_wmemset macro
53 CHAR *SIMPLE_MEMSET (CHAR *, int, size_t);
71 SIMPLE_MEMSET (s, 0, n); in simple_bzero()
82 IMPL (SIMPLE_MEMSET, 0)
100 SIMPLE_MEMSET (CHAR *s, int c, size_t n) in SIMPLE_MEMSET() function
125 || SIMPLE_MEMSET (tstbuf, c, n) != tstbuf in do_one_test()

Completed in 4 milliseconds