Searched refs:oldd (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket_wrapper.h137 #define dup(oldd) swrap_dup(oldd)
142 #define dup2(oldd, newd) swrap_dup2(oldd, newd)
H A Dsocket_wrapper.c1871 _PUBLIC_ int swrap_dup(int oldd) argument
1876 si = find_socket_info(oldd);
1878 return real_dup(oldd);
1888 _PUBLIC_ int swrap_dup2(int oldd, int newd) argument
1893 if (newd == oldd)
1896 si_oldd = find_socket_info(oldd);
1900 return real_dup2(oldd, newd);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dsys_compat.c37 /* void dup2_pass_on_exec(int oldd, int newd)
242 int dup2_pass_on_exec(int oldd, int newd) argument
246 if ((res = dup2(oldd, newd)) >= 0)
H A Dsys_defs.h1303 extern int dup2_pass_on_exec(int oldd, int newd);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmbest.c938 Void_t *oldd, *orgdata = NIL(Void_t*); local
1031 { oldd = data;
1034 memcpy(data, oldd, bs);
/macosx-10.9.5/procmail-14/procmail/src/
H A Dautoconf1486 for oldd in $bins
1488 test "X`cd $oldd; ls -id . .. ../.. 2>&1`" = "X$oldid" && oldid=found
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c3263 dup (int oldd)
3266 return fcntl (oldd, F_DUPFD, 0);
3270 return fcntl (oldd, F_DUPFD);
3278 newd if it already exists. Then, attempt to dup oldd. If not
3283 dup2 (int oldd, int newd)
3289 fd = dup (oldd);
3294 ret = dup2 (oldd, newd);
3259 dup(int oldd) argument
3279 dup2(int oldd, int newd) argument
H A Dsysdep.c3508 * Then, attempt to dup oldd. If not successful, call dup2 recursively
3512 dup2 (oldd, newd)
3513 int oldd;
3521 return fcntl (oldd, F_DUPFD, newd);
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexecute_cmd.c4124 dup_error (oldd, newd)
4125 int oldd, newd;
4127 sys_error (_("cannot duplicate fd %d to fd %d"), oldd, newd);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsicad.vim300 syn keyword sicadStatement ojtdef ojvek ojx old oldd
/macosx-10.9.5/emacs-92/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit8747 oldd �� # ---> 9^9-3-3- 0

Completed in 210 milliseconds