MCPcopy Create free account
hub / github.com/apache/nuttx / memset

Function memset

include/string.h:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200fortify_function(memset) FAR void *memset(FAR void *s, int c, size_t n)
201{
202 fortify_assert(n <= fortify_size(s, 0));
203 return __real_memset(s, c, n);
204}
205
206fortify_function(mempcpy) FAR void *mempcpy(FAR void *dest,
207 FAR const void *src,

Callers 15

up_initial_stateFunction · 0.50
emac_initializeFunction · 0.50
up_create_stackFunction · 0.50
up_stack_frameFunction · 0.50
up_use_stackFunction · 0.50
up_saveusercontextFunction · 0.50
up_initial_stateFunction · 0.50
up_create_stackFunction · 0.50
up_use_stackFunction · 0.50
up_stack_frameFunction · 0.50
up_use_stackFunction · 0.50
up_saveusercontextFunction · 0.50

Calls

no outgoing calls

Tested by 13

up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
up_create_stackFunction · 0.40
rpmsg_test_hold_rx_cbFunction · 0.40
rpmsg_test_hold_rxFunction · 0.40