Home
last modified time | relevance | path

Searched refs:dup (Results 76 – 100 of 110) sorted by relevance

12345

/dragonfly/contrib/tcsh-6/
H A Dsh.misc.c393 int k = dup(i); in renum()
/dragonfly/usr.sbin/ppp/
H A Dmain.c324 holdfd[f] = dup(holdfd[0]); in main()
H A Dchat.c736 fids[1] = dup(fids[1]); in ExecStr()
H A Dchap.c305 out[1] = dup(out[1]); in chap_StartChild()
/dragonfly/crypto/openssh/
H A Dmonitor_wrap.c631 if ((tmp1 = dup(pmonitor->m_recvfd)) == -1 || in mm_pty_allocate()
632 (tmp2 = dup(pmonitor->m_recvfd)) == -1) { in mm_pty_allocate()
H A Dsshconnect.c556 if ((in = dup(STDIN_FILENO)) == -1 || in ssh_connect()
557 (out = dup(STDOUT_FILENO)) == -1) { in ssh_connect()
H A Dsession.c585 if ((fdout = dup(ptyfd)) == -1) { in do_exec_pty()
592 if ((ptymaster = dup(ptyfd)) == -1) { in do_exec_pty()
H A Dsshd.c1353 if ((devnull = dup(devnull)) == -1) in main()
/dragonfly/usr.bin/mail/
H A Dnames.c381 if ((f = dup(image)) < 0) { in outof()
/dragonfly/lib/libc/sys/
H A DSymbol.map52 dup;
/dragonfly/usr.bin/at/
H A Dat.c285 if ((fd2 = dup(fdes)) <0) in writefile()
/dragonfly/usr.bin/gzip/
H A Dgzip.c1391 zfd = dup(zfd); in file_uncompress()
1429 out = fdopen(dup(zfd), "w"); in file_uncompress()
/dragonfly/sbin/restore/
H A Ddirs.c649 dp = dup(dirpg->dd_fd); in genliteraldir()
/dragonfly/contrib/mdocml/
H A Dread.c475 if ((fd = dup(fd)) == -1) { in read_whole_file()
/dragonfly/contrib/tre/lib/
H A Dtre-compile.c2678 int i, j, k, l, dup, prev_p2_pos; in tre_make_trans() local
2781 dup = 0; in tre_make_trans()
2785 dup = 1; in tre_make_trans()
2788 if (!dup) in tre_make_trans()
/dragonfly/contrib/dialog/
H A Dutil.c346 if ((fd1 = dup(fileno(input))) >= 0 in init_dialog()
347 && (fd2 = dup(fileno(stdin))) >= 0) { in init_dialog()
358 if ((fd2 = dup(fileno(stdin))) >= 0) { in init_dialog()
/dragonfly/contrib/ee/
H A Dee.c3134 temp_stdout = dup(1);
3136 dup(pipe_in[1]);
3140 temp_stderr = dup(2);
3142 dup(pipe_in[1]);
3198 dup(pipe_out[0]);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira.c1922 int curr_alt, c, original, dup; in ira_get_dup_out_num() local
1978 dup = -1; in ira_get_dup_out_num()
1992 dup = original - '0'; in ira_get_dup_out_num()
1997 if (dup >= 0) in ira_get_dup_out_num()
1998 return dup; in ira_get_dup_out_num()
/dragonfly/sbin/svc/
H A Dexecute.c194 cmd->logfd = dup(1); in execute_init()
/dragonfly/usr.bin/tip/
H A Dcmds.c973 dup(pivec[1]); in expand()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c2289 tree dup; in push_overloaded_decl_1() local
2299 dup = duplicate_decls (decl, fn, is_friend); in push_overloaded_decl_1()
2302 if (dup == fn || dup == error_mark_node) in push_overloaded_decl_1()
2303 return dup; in push_overloaded_decl_1()
/dragonfly/contrib/cryptsetup/
H A DChangeLog367 * lib/libdevmapper.c (dm_create_device): Remove dup check here.
368 * lib/setup.c (__crypt_luks_open): Adopt same dup check as regular
/dragonfly/contrib/bmake/
H A Dmeta.c158 if ((dupfd = dup(pbm->mon_fd)) == -1) { in meta_open_filemon()
/dragonfly/sys/vfs/hammer2/
H A DDESIGN386 7. Live de-dup will attempt to share data blocks when file copying is
388 and the storage used. Bulk de-dup (when implemented), will catch
684 - Completely trivialize HAMMER2s de-dup operations.
/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c2066 if (dup(fd[1]) == -1) { in do_multi()

12345