OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sys_file
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/msgc/
msgdb.c
98
FILE *
sys_file
;
local in function:write_msg_file
124
sys_file
= fopen (sname, "r");
125
if (
sys_file
== NULL) {
234
while ((ch = fgetc(
sys_file
)) != EOF)
238
fclose (
sys_file
);
msgdb.c
98
FILE *
sys_file
;
local in function:write_msg_file
124
sys_file
= fopen (sname, "r");
125
if (
sys_file
== NULL) {
234
while ((ch = fgetc(
sys_file
)) != EOF)
238
fclose (
sys_file
);
/src/usr.bin/menuc/
mdb.c
111
FILE *out_file, *
sys_file
;
local in function:write_menu_file
133
sys_file
= fopen (sname, "r");
134
if (
sys_file
== NULL) {
465
while ((ch = fgetc(
sys_file
)) != '\014') /* Control-L */
469
while ((ch = fgetc(
sys_file
)) != '\n')
471
while ((ch = fgetc(
sys_file
)) != EOF)
475
fclose(
sys_file
);
mdb.c
111
FILE *out_file, *
sys_file
;
local in function:write_menu_file
133
sys_file
= fopen (sname, "r");
134
if (
sys_file
== NULL) {
465
while ((ch = fgetc(
sys_file
)) != '\014') /* Control-L */
469
while ((ch = fgetc(
sys_file
)) != '\n')
471
while ((ch = fgetc(
sys_file
)) != EOF)
475
fclose(
sys_file
);
Completed in 44 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025