Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/libs/
Dunistd.c27 char *_src = src; in swab() local
33 memcpy(buf, _src, transfer); in swab()
34 memcpy(_src, _dest, transfer); in swab()
36 _src += transfer; in swab()
Dglib.c40 const char *_src = src; in memmove() local
51 _src += size; in memmove()
56 *--_dst = *--_src; in memmove()
/DragonOS-0.1.5/user/libs/libc/src/
Dunistd.c184 char *_src = src; in swab() local
190 memcpy(buf, _src, transfer); in swab()
191 memcpy(_src, _dest, transfer); in swab()
193 _src += transfer; in swab()