Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h110 extern FILE *xfopen(char *, char *);
H A Dm4.c711 fp = xfopen(tempfile, "r"); in undiv()
811 xfopen(char *name, char *mode) in xfopen() function
H A Dm4macs.c141 if (ofile[f] || (ofile[f] = xfopen(tempfile, "w"))) { in dodiv()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c406 xfopen(char *file) in xfopen() function
529 fp = xfopen(mtab_file); in mtab_read_file()
1704 fp = xfopen(vfstab_file); in find_fstype()