newfd 1182 examples/libsmbclient/smbwrapper/wrapper.c int dup2(int oldfd, int newfd)
newfd 1186 examples/libsmbclient/smbwrapper/wrapper.c if (smbw_fd(newfd)) {
newfd 1187 examples/libsmbclient/smbwrapper/wrapper.c (* smbw_libc.close)(newfd);
newfd 1191 examples/libsmbclient/smbwrapper/wrapper.c return smbw_dup2(oldfd, newfd);
newfd 1194 examples/libsmbclient/smbwrapper/wrapper.c return (* smbw_libc.dup2)(oldfd, newfd);
newfd 130 examples/libsmbclient/smbwrapper/wrapper.h int (* dup2)(int oldfd, int newfd);
newfd 620 lib/replace/replace.c int rep_dup2(int oldfd, int newfd)
newfd 406 lib/replace/replace.h int rep_dup2(int oldfd, int newfd);
newfd 159 lib/util/debug.c int newfd = open(fname, O_CREAT|O_APPEND|O_WRONLY, 0600);
newfd 160 lib/util/debug.c if (newfd == -1) {
newfd 164 lib/util/debug.c state.fd = newfd;
newfd 1984 source3/lib/system.c int newfd = dup(attrdirfd);
newfd 1989 source3/lib/system.c dirp = fdopendir(newfd);
newfd 114 source3/modules/vfs_aio_fork.c int newfd;
newfd 128 source3/modules/vfs_aio_fork.c msg.msg_accrights = (caddr_t) &newfd;
newfd 166 source3/modules/vfs_aio_fork.c *recvfd = newfd;