Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h265 extern FILE *safe_fopen(const char *filename, const char *smode, int perms);
328 extern FILE *safe_fopen();
H A Ddirs.c112 if ((df = safe_fopen(dirfile, "w", 0600)) == (FILE *)NULL) { in extractdirs()
123 if ((mf = safe_fopen(modefile, "w", 0600)) == (FILE *)NULL) { in extractdirs()
H A Dsymtab.c564 if ((fp = safe_fopen(filename, "w", 0600)) == (FILE *)NULL) { in dumpsymtable()
H A Dutilities.c730 safe_fopen(const char *filename, const char *smode, int perms) in safe_fopen() function
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h279 extern FILE *safe_fopen(const char *filename, const char *smode, int perms);
405 extern FILE *safe_fopen();
H A Ddumpitime.c201 if ((df = safe_fopen(increm, "r+", 0664)) == (FILE *)NULL) { in putitime()
H A Ddumpmain.c1634 safe_fopen(const char *filename, const char *smode, int perms) in safe_fopen() function