OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpfiles
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/roff/groff/
pipeline.c
365
char *
tmpfiles
[2];
local
383
tmpfiles
[0] = tempnam(tmpdir, NULL);
384
tmpfiles
[1] = tempnam(tmpdir, NULL);
392
f = open(
tmpfiles
[infile], O_RDONLY|O_BINARY, 0666);
402
f = open(
tmpfiles
[outfile], O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 0666);
440
unlink(
tmpfiles
[0]);
441
unlink(
tmpfiles
[1]);
Completed in 18 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026