Searched full:data_file (Results 1 - 5 of 5) sorted by relevance

/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/format/
H A Dglobal.h93 FILE *data_file; /* data file pointer */ variable
H A Dio.c2181 c = getc(data_file);
2190 c = getc(data_file);
2197 c = getc(data_file);
2212 (void) ungetc(c, data_file);
2268 if (feof(data_file))
2331 while ((c = sup_inputchar()) != '\n' && !feof(data_file))
2333 if (feof(data_file))
H A Dstartup.c275 err_print("[-x data_file] [-m] [-M] [-e] disk_list\n");
390 * globals: file_name for the file name, and data_file
403 data_file = fopen(file_name, "r");
404 if (data_file == NULL) {
454 (void) fclose(data_file);
/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 93 milliseconds