Searched defs:bcopy (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/string/
H A Dbcopy.c5 void bcopy(const void *s1, void *s2, size_t n) function
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h235 #define bcopy(s,d,n) memcpy((d),(s),(n)) /* vaxcrtl */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h235 #define bcopy(s,d,n) memcpy((d),(s),(n)) /* vaxcrtl */ macro

Completed in 86 milliseconds