Home
last modified time | relevance | path

Searched refs:dcopy (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDsh.sem.c672 if ((OLDSTD = dcopy(0, FOLDSTD)) >= 0) in execute()
674 if ((SHOUT = dcopy(1, FSHOUT)) >= 0) { in execute()
678 if ((SHDIAG = dcopy(2, FSHDIAG)) >= 0) { in execute()
850 (void) dcopy(SHIN, 0); in doio()
851 (void) dcopy(SHOUT, 1); in doio()
852 (void) dcopy(SHDIAG, 2); in doio()
900 (void) dcopy(SHOUT, 1); in doio()
901 (void) dcopy(SHDIAG, 2); in doio()
HDsh.misc.c341 (void)dcopy(fd, 1); in donefds()
342 (void)dcopy(fd, 2); in donefds()
367 j = dcopy(i, j); in dmove()
374 dcopy(int i, int j) in dcopy() function
HDsh.exec.c588 (void)close_on_exec (state.saveIN = dcopy(SHIN, -1), 1); in execash()
589 (void)close_on_exec (state.saveOUT = dcopy(SHOUT, -1), 1); in execash()
590 (void)close_on_exec (state.saveDIAG = dcopy(SHDIAG, -1), 1); in execash()
591 (void)close_on_exec (state.saveSTD = dcopy(OLDSTD, -1), 1); in execash()
595 (void)close_on_exec (SHIN = dcopy(0, -1), 1); in execash()
596 (void)close_on_exec (SHOUT = dcopy(1, -1), 1); in execash()
597 (void)close_on_exec (SHDIAG = dcopy(2, -1), 1); in execash()
HDtw.comp.c366 (void) dcopy(SHIN, 0); in tw_result()
367 (void) dcopy(SHOUT, 1); in tw_result()
368 (void) dcopy(SHDIAG, 2); in tw_result()
HDsh.func.c2406 close_on_exec(dcopy(SHIN, 0), 1);
2407 close_on_exec(dcopy(SHOUT, 1), 1);
2408 close_on_exec(dcopy(SHDIAG, 2), 1);
2451 (void)close_on_exec(state.saveIN = dcopy(SHIN, -1), 1);
2452 (void)close_on_exec(state.saveOUT = dcopy(SHOUT, -1), 1);
2453 (void)close_on_exec(state.saveDIAG = dcopy(SHDIAG, -1), 1);
2469 (void)close_on_exec(SHIN = dcopy(0, -1), 1);
2470 (void)close_on_exec(SHOUT = dcopy(1, -1), 1);
2471 (void)close_on_exec(SHDIAG = dcopy(2, -1), 1);
HDsh.c1270 (void) close_on_exec(dcopy(f, FSHTTY), 1); in main()
2389 (void) close_on_exec(SHIN = dcopy(0, FSHIN), 1); in initdesc()
2390 (void) close_on_exec(SHOUT = dcopy(1, FSHOUT), 1); in initdesc()
2391 (void) close_on_exec(SHDIAG = dcopy(2, FSHDIAG), 1); in initdesc()
2392 (void) close_on_exec(OLDSTD = dcopy(SHIN, FOLDSTD), 1); in initdesc()
HDtc.os.c93 (void) dcopy(SHIN, 0); in dosetpath()
94 (void) dcopy(SHOUT, 1); in dosetpath()
95 (void) dcopy(SHDIAG, 2); in dosetpath()
HDsh.decls.h270 extern int dcopy (int, int);
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c47150 struct expand_vec_perm_d dcopy; in expand_vec_perm_palignr() local
47200 dcopy = *d; in expand_vec_perm_palignr()
47203 dcopy.op0 = d->op1; in expand_vec_perm_palignr()
47204 dcopy.op1 = d->op0; in expand_vec_perm_palignr()
47206 dcopy.perm[i] ^= nelt; in expand_vec_perm_palignr()
47212 unsigned e = dcopy.perm[i]; in expand_vec_perm_palignr()
47221 dcopy.perm[i] = e; in expand_vec_perm_palignr()
47223 dcopy.one_operand_p = true; in expand_vec_perm_palignr()
47233 dcopy.op1 = dcopy.op0; in expand_vec_perm_palignr()
47234 return expand_vec_perm_1 (&dcopy); in expand_vec_perm_palignr()
[all …]