Home
last modified time | relevance | path

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

/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c62 extern int openfile(char *filename);
125 fd = openfile(fn); in post_mountroot_nfs()
130 fd = openfile(fn); in post_mountroot_nfs()
135 if ((fd = openfile(fn)) == FAILURE) { in post_mountroot_nfs()
139 fd = openfile(fn); in post_mountroot_nfs()
H A Dboot_plat.c73 int openfile(char *filename);
184 if ((fd = openfile(bootfile)) == FAILURE) { in post_mountroot()
249 openfile(char *filename) in openfile() function
/titanic_44/usr/src/lib/libcmd/common/
H A Dcksum.c149 openfile(const char* path, const char* mode) in openfile() function
306 if (sp = openfile(file, "rb")) in verify()
412 if (sp = openfile(file, state->check ? "rt" : "rb")) in list()
578 if (sp = openfile(file, "rt")) in b_cksum()
584 else if (sp = openfile(NiL, "rt")) in b_cksum()
604 if (sp = openfile(ent->fts_accpath, "rb")) in b_cksum()
/titanic_44/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c79 static FILE *openfile();
139 pf = openfile(pwdfile);
140 gf = openfile(grpfile);
141 hf = openfile(hostfile);
308 openfile(fname) in openfile() function
/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c63 static FILE *openfile(char *name);
744 openfile((char *) in db_push()
752 openfile(NULL); in db_push()
756 openfile(NULL); in db_push()
1103 openfile(char *name) in openfile() function
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk2.c45 static FILE *openfile(NODE *np, int flag, int fatal);
496 fp = openfile(np->n_right, 1, 1); in s_print()
534 fp = openfile(np->n_right, 1, 1); in s_prf()
561 if ((fp = openfile(np->n_right, 0, 0)) != FNULL) { in f_getline()
587 openfile(NODE *np, int flag, int fatal) in openfile() function
/titanic_44/usr/src/cmd/awk/
H A Drun.c51 static FILE *openfile(int, uchar *), *redirect(int, Node *);
375 fp = openfile((int)a[1], getsval(x)); in getaline()
1618 fp = openfile(a, fname); in redirect()
1626 openfile(int a, uchar *s) in openfile() function
/titanic_44/usr/src/cmd/cpio/
H A Dcpio.c200 static int openfile(int omode);
3060 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
8717 openfile(int omode) in openfile() function
8728 openfile(int omode) in openfile() function