Searched refs:SIMPLE_MEMSET (Results 1 – 1 of 1) sorted by relevance
40 # define SIMPLE_MEMSET simple_memset macro48 # define SIMPLE_MEMSET simple_wmemset macro53 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() function125 || SIMPLE_MEMSET (tstbuf, c, n) != tstbuf in do_one_test()
Completed in 4 milliseconds