Searched defs:data_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h93 FILE *data_file; /* data file pointer */ variable
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c151 static FILE *data_file; variable
163 data_file = fopen(file_name, "r");
164 if (data_file == NULL) {
203 (void) fclose(data_file);
210 (void) fclose(data_file);
217 (void) fclose(data_file);
245 if (feof(data_file)) {
265 if (feof(data_file)) {
279 if (feof(data_file)) {
348 while ((c = sup_inputchar()) != '\n' && !feof(data_file))
[all...]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c101 static const Msg data_file[] = { local
113 CONV_DS_MSG_INIT(ELFCLASSNONE, data_file) };

Completed in 48 milliseconds