Home
last modified time | relevance | path

Searched refs:mycopy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_stdio.c96 int32_t mycopy = htonl(*lp); in xdrstdio_putint32() local
97 lp = &mycopy; in xdrstdio_putint32()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c76 static int mycopy(int, int);
436 m = mycopy(m,n); in setids()
494 static int mycopy(int fdi, int fdo) in mycopy() function