/dragonfly/contrib/tcsh-6/ |
H A D | sh.misc.c | 393 int k = dup(i); in renum()
|
/dragonfly/usr.sbin/ppp/ |
H A D | main.c | 324 holdfd[f] = dup(holdfd[0]); in main()
|
H A D | chat.c | 736 fids[1] = dup(fids[1]); in ExecStr()
|
H A D | chap.c | 305 out[1] = dup(out[1]); in chap_StartChild()
|
/dragonfly/crypto/openssh/ |
H A D | monitor_wrap.c | 631 if ((tmp1 = dup(pmonitor->m_recvfd)) == -1 || in mm_pty_allocate() 632 (tmp2 = dup(pmonitor->m_recvfd)) == -1) { in mm_pty_allocate()
|
H A D | sshconnect.c | 556 if ((in = dup(STDIN_FILENO)) == -1 || in ssh_connect() 557 (out = dup(STDOUT_FILENO)) == -1) { in ssh_connect()
|
H A D | session.c | 585 if ((fdout = dup(ptyfd)) == -1) { in do_exec_pty() 592 if ((ptymaster = dup(ptyfd)) == -1) { in do_exec_pty()
|
H A D | sshd.c | 1353 if ((devnull = dup(devnull)) == -1) in main()
|
/dragonfly/usr.bin/mail/ |
H A D | names.c | 381 if ((f = dup(image)) < 0) { in outof()
|
/dragonfly/lib/libc/sys/ |
H A D | Symbol.map | 52 dup;
|
/dragonfly/usr.bin/at/ |
H A D | at.c | 285 if ((fd2 = dup(fdes)) <0) in writefile()
|
/dragonfly/usr.bin/gzip/ |
H A D | gzip.c | 1391 zfd = dup(zfd); in file_uncompress() 1429 out = fdopen(dup(zfd), "w"); in file_uncompress()
|
/dragonfly/sbin/restore/ |
H A D | dirs.c | 649 dp = dup(dirpg->dd_fd); in genliteraldir()
|
/dragonfly/contrib/mdocml/ |
H A D | read.c | 475 if ((fd = dup(fd)) == -1) { in read_whole_file()
|
/dragonfly/contrib/tre/lib/ |
H A D | tre-compile.c | 2678 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 D | util.c | 346 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 D | ee.c | 3134 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 D | ira.c | 1922 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 D | execute.c | 194 cmd->logfd = dup(1); in execute_init()
|
/dragonfly/usr.bin/tip/ |
H A D | cmds.c | 973 dup(pivec[1]); in expand()
|
/dragonfly/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.c | 2289 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 D | ChangeLog | 367 * 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 D | meta.c | 158 if ((dupfd = dup(pbm->mon_fd)) == -1) { in meta_open_filemon()
|
/dragonfly/sys/vfs/hammer2/ |
H A D | DESIGN | 386 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 D | speed.c | 2066 if (dup(fd[1]) == -1) { in do_multi()
|