OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_descrip.c
108
int error, newfd,
oldfd
;
local in function:sys_dup
111
oldfd
= SCARG(uap, fd);
113
if ((fp = fd_getfile(
oldfd
)) == NULL) {
117
fd_putfile(
oldfd
);
/src/lib/libc/gen/
fts.c
1216
int
oldfd
= fd, ret = -1;
local in function:fts_safe_changedir
1222
if (
oldfd
< 0 && (fd = open(path, O_RDONLY | O_CLOEXEC)) == -1)
1236
if (
oldfd
< 0) {
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025