Searched refs:bcopy (Results 1 - 8 of 8) 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/libs/libmuslc/include/
H A Dstrings.h17 void bcopy (const void *, void *, size_t);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h234 # ifndef bcopy
235 #define bcopy(s,d,n) memcpy((d),(s),(n)) /* vaxcrtl */ macro
H A Dunixconf.h288 #define memcpy(d, s, n) bcopy(s, d, n)
H A Dsystem.h278 E void bcopy();
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h234 # ifndef bcopy
235 #define bcopy(s,d,n) memcpy((d),(s),(n)) /* vaxcrtl */ macro
H A Dunixconf.h288 #define memcpy(d, s, n) bcopy(s, d, n)
H A Dsystem.h278 E void bcopy();

Completed in 118 milliseconds