Home
last modified time | relevance | path

Searched refs:docopy (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Ddel_enctype.c99 int docopy = 1; in del_enctype() local
104 docopy = 0; in del_enctype()
108 if (docopy) { in del_enctype()
/netbsd-src/sys/compat/common/
H A Duipc_syscalls_40.c56 const bool docopy = ifc->ifc_req != NULL; in compat_ifconf() local
57 if (docopy) { in compat_ifconf()
158 if (docopy) in compat_ifconf()
/netbsd-src/sys/kern/
H A Dsubr_bufq.c306 docopy(char *buf, size_t *bufoffp, size_t buflen, in docopy() function
333 return docopy(buf, bufoffp, buflen, datap, strlen(datap)); in docopystr()
340 return docopy(buf, bufoffp, buflen, "", 1); in docopynul()
/netbsd-src/bin/csh/
H A Dhist.c101 enthist(int event, struct wordent *lp, int docopy) in enthist() argument
116 if (docopy) { in enthist()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_socket.c425 bool docopy; in linux32_getifconf() local
434 docopy = NETBSD32PTR64(ifc.ifc_req) != NULL; in linux32_getifconf()
435 if (docopy) { in linux32_getifconf()
491 if (docopy) in linux32_getifconf()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctfmerge.c862 int verbose = 0, docopy = 0; in main() local
878 docopy = 1; in main()
930 if (docopy) { in main()
977 if (docopy) { in main()
/netbsd-src/sys/fs/unionfs/
H A Dunionfs.h130 int unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred);
H A Dunionfs_subr.c733 unionfs_copyfile(struct unionfs_node *unp, int docopy, kauth_cred_t cred) in unionfs_copyfile() argument
764 if (docopy != 0) { in unionfs_copyfile()
/netbsd-src/sys/compat/linux/common/
H A Dlinux_socket.c1172 bool docopy; in linux_getifconf() local
1181 docopy = ifc.ifc_req != NULL; in linux_getifconf()
1182 if (docopy) { in linux_getifconf()
1238 if (docopy) in linux_getifconf()
/netbsd-src/sys/fs/union/
H A Dunion_subr.c689 union_copyup(struct union_node *un, int docopy, kauth_cred_t cred, in union_copyup() argument
704 if (docopy) { in union_copyup()
/netbsd-src/sys/net/
H A Dif.c3655 const bool docopy = ifc->ifc_req != NULL; in ifconf()
3658 if (docopy) { in ifconf()
3682 if (!docopy) { in ifconf()
3701 if (!docopy) { in ifconf()
3725 if (docopy) { in ifconf()
3654 const bool docopy = ifc->ifc_req != NULL; ifconf() local
/netbsd-src/sys/arch/x68k/dev/
H A Dfd.c1277 goto docopy; in fdcintr()
1316 docopy: in fdcintr()