Home
last modified time | relevance | path

Searched refs:old_inst_file_fp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3730 FILE *old_inst_file_fp = NULL; in flush_path_to_inst() local
3792 if ((old_inst_file_fp = fopen(old_inst_file, "w")) == NULL) { in flush_path_to_inst()
3812 if ((err = putc(c, old_inst_file_fp)) == EOF) { in flush_path_to_inst()
3817 if (fclose(old_inst_file_fp) == EOF || err == EOF) { in flush_path_to_inst()