Searched refs:dmove (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.sem.c | 865 (void) dmove(fd, 0); in doio() 927 (void) dmove(fd, 1); in doio() 965 (void)close_on_exec(pv[0] = dmove(pv[0], -1), 1); in mypipe() 966 (void)close_on_exec(pv[1] = dmove(pv[1], -1), 1); in mypipe()
|
H A D | sh.c | 279 mal_setstatsfile(fdopen(dmove(xopen("/tmp/tcsh.trace", in main() 1065 if ((SHIN = dmove(nofile, FSHIN)) < 0) in main() 1556 unit = dmove(unit, -1); in srcfile() 1593 OLDSTD = dmove(0, -1); in st_save() 1598 SHOUT = dmove(1, -1); in st_save() 1603 SHDIAG = dmove(2, -1); in st_save()
|
H A D | sh.exec.c | 553 close_on_exec(SHIN = dmove(state->saveIN, state->SHIN), 1); in execash_cleanup() 554 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); in execash_cleanup() 555 close_on_exec(SHDIAG = dmove(state->saveDIAG, state->SHDIAG), 1); in execash_cleanup() 556 close_on_exec(OLDSTD = dmove(state->saveSTD, state->OLDSTD), 1); in execash_cleanup()
|
H A D | sh.misc.c | 343 (void)dmove(fd, 0); in donefds() 354 dmove(int i, int j) in dmove() function
|
H A D | sh.glob.c | 752 (void) dmove(pvec[1], 1); in backeval() 753 (void) dmove(SHDIAG, 2); in backeval()
|
H A D | sh.decls.h | 270 extern int dmove (int, int);
|
H A D | tc.os.c | 816 (void) dmove(pvec[1], 1); in dobs2cmd() 817 (void) dmove(SHDIAG, 2); in dobs2cmd()
|
H A D | sh.func.c | 2452 close_on_exec(SHIN = dmove(state->saveIN, state->SHIN), 1); 2453 close_on_exec(SHOUT = dmove(state->saveOUT, state->SHOUT), 1); 2454 close_on_exec(SHDIAG = dmove(state->saveDIAG, state->SHDIAG), 1);
|
H A D | Fixes | 1884 41. dmove() would leave the source descriptor open when using dup2()
|