Home
last modified time | relevance | path

Searched +defs:memcpy +defs:c (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DmemSset.c50 memSset(chtype *s, chtype c, int n) in memSset()
108 memcpy(char *to, char *from, int count) in memcpy() function
/illumos-gate/usr/src/common/util/
H A Dmemstr.c55 memset(void *s, int c, size_t n) in memset()
86 memcpy(void *s1, const void *s2, size_t n) in memcpy() function
96 unsigned char c = (unsigned char)c1; in memchr() local
/illumos-gate/usr/src/boot/common/
H A Dutil.c28 memcpy(void *dst, const void *src, int len) in memcpy() function
38 memset(void *b, int c, size_t len) in memset()
125 int c, l; in printf() local
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c308 memcpy ( in memcpy() function
990 int c) in toupper()
1011 int c) in tolower()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dosdep.h81 #define memcpy(dst, src, cnt) bcopy((src), (dst), (cnt)) macro
118 #define t1_os_set_hw_addr(a, b, c) memcpy(a->port[b].enaddr, c, ETH_ALEN) argument
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h61 #define memset(s, c, n) bzero(s, n) argument
62 #define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
302 #define mp_sqrmod(a, m, c) mp_mulmod(a, a, m, c) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h301 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
323 #define strchr(s,c) index(s,c) argument
327 #define strrchr(s,c) rindex(s,c) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c234 #define memcpy(t,f,n) memcopy(t,f,n) macro
515 #define PUTCHR(c) (*op++=(c)) argument
579 register int c; in lex() local
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h305 #define BASENAME(str, c) ((Bnptr = strrchr((str), c)) ? (Bnptr + 1) : (str)) argument
556 #define memcpy(s1,s2,n) bcopy(s2,s1,n) macro
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h83 # define bcopy(a,b,c) memmove(b,a,c) argument
280 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) argument
281 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) argument
282 # define BCOPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) argument
283 # define BCOPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) argument
284 # define UIOMOVE(a,b,c,d) uiomove((caddr_t)a,b,c,d) argument
298 # define KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_NOSLEEP) argument
299 # define SLEEPING_KMALLOCS(a,b,c) (a) = (b)kmem_alloc((c), KM_SLEEP) argument
423 # define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
459 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h733 char c, *s, **sp; member
917 #define SFNPUTC(f,c,n) (SETLOCAL(f),sfnputc(f,c,n)) argument
1142 #define memcpy(to,fr,n) bcopy((fr),(to),(n)) macro
1154 #define MEMSET(s,c,n) \ argument