Searched refs:openfile (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c62 extern int openfile(char *filename);
125 fd = openfile(fn);
130 fd = openfile(fn);
135 if ((fd = openfile(fn)) == FAILURE) {
139 fd = openfile(fn);
H A Dboot_plat.c73 int openfile(char *filename);
184 if ((fd = openfile(bootfile)) == FAILURE) {
249 openfile(char *filename) function
261 * XXX: This shouldn't be a side effect of openfile().
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcksum.c149 openfile(const char* path, const char* mode) function
164 * close an openfile() stream
306 if (sp = openfile(file, "rb"))
412 if (sp = openfile(file, state->check ? "rt" : "rb"))
578 if (sp = openfile(file, "rt"))
584 else if (sp = openfile(NiL, "rt"))
604 if (sp = openfile(ent->fts_accpath, "rb"))
/illumos-gate/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) function
/illumos-gate/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);
534 fp = openfile(np->n_right, 1, 1);
561 if ((fp = openfile(np->n_right, 0, 0)) != FNULL) {
587 openfile(NODE *np, int flag, int fatal) function
649 awkerr(interr, "openfile");
/illumos-gate/usr/src/cmd/awk/
H A Drun.c51 static FILE *openfile(int, uchar *), *redirect(int, Node *);
375 fp = openfile((int)a[1], getsval(x));
1618 fp = openfile(a, fname);
1626 openfile(int a, uchar *s) function
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c200 static int openfile(int omode);
3060 if ((Ifile = openfile(O_RDONLY)) < 0) {
8717 openfile(int omode) function
8728 openfile(int omode) function

Completed in 70 milliseconds