Home
last modified time | relevance | path

Searched refs:newd (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libc/db/btree/
H A Dupdutils.c50 _bt_fixscan(t, index, newd, op) in _bt_fixscan() argument
53 DATUM *newd;
89 bcopy(&(newd->d_bytes[0]),
96 tmp = &(newd->d_bytes[0]);
/original-bsd/contrib/emacs-18.57/src/
H A Dsysdep.c2374 dup2 (oldd, newd) in dup2() argument
2376 int newd;
2380 sys_close (newd);
2383 fd = fcntl (oldd, F_DUPFD, newd);
2384 if (fd != newd)
2385 error ("cant dup2(%i,%i) : %s", oldd, newd, sys_errlist[errno]);
2387 while ((fd = dup (oldd)) != newd)
2389 dup2 (oldd, newd);