Searched defs:mac_copy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c102 static void mac_copy(Mac_t*,const char*, int);
513 mac_copy(mp,first,c);
579 mac_copy(mp,first,c);
607 mac_copy(mp,first,c);
631 mac_copy(mp,first,c);
820 mac_copy(mp,first,c);
830 mac_copy(mp,str+c,n);
837 mac_copy(mp,first,n);
1706 mac_copy(mp,v,vsize);
1719 mac_copy(m
2107 static void mac_copy(register Mac_t *mp,register const char *str, register int size) function
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h441 #define mac_copy(a, b, l) (bcopy((caddr_t)(a), (caddr_t)(b), (l))) macro
447 mac_copy((a), (b), (l)); \

Completed in 65 milliseconds