OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/atrun/
atrun.c
155
int
fd_out
, fd_in;
local in function:run_file
272
if ((
fd_out
= open(filename,
278
write_string(
fd_out
, "To: ");
279
write_string(
fd_out
, mailname);
280
write_string(
fd_out
, "\nSubject: Output from your job ");
281
write_string(
fd_out
, filename);
282
write_string(
fd_out
, "\n\n");
283
if (fstat(
fd_out
, &buf) == -1)
309
if (dup(
fd_out
) != STDOUT_FILENO)
312
if (dup(
fd_out
) != STDERR_FILENO
[
all
...]
/src/sys/compat/linux/common/
linux_file.c
1067
syscallarg(int)
fd_out
;
1073
int fd_in,
fd_out
;
local in function:linux_sys_copy_file_range
1101
fd_out
= SCARG(uap,
fd_out
);
1107
error = fd_getvnode(
fd_out
, &fp_out);
1271
fd_putfile(
fd_out
);
Completed in 12 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025