OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:localfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
touch.c
639
FILE *
localfile
;
local in function:writetouched
664
localfile
= NULL;
666
if ((
localfile
= fopen(o_name, "w")) == NULL) {
675
oktorm = mustoverwrite(
localfile
, temp);
676
if (
localfile
!= NULL)
677
fclose(
localfile
);
touch.c
639
FILE *
localfile
;
local in function:writetouched
664
localfile
= NULL;
666
if ((
localfile
= fopen(o_name, "w")) == NULL) {
675
oktorm = mustoverwrite(
localfile
, temp);
676
if (
localfile
!= NULL)
677
fclose(
localfile
);
Completed in 75 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025