openfile
extern FILE *openfile(int, const char *, bool *);
} else if ((fp = openfile(FFLUSH, getsval(x), NULL)) == NULL)
fp = openfile(a, fname, NULL);
fp = openfile(mode, getsval(x), &newflag);
struct openfile *ip;
pad(struct openfile *ip)
gatherline(struct openfile *ip)
char *gatherline(struct openfile *);
char *pad(struct openfile *);
f = openfile(fn, "w");
ret->file = openfile(fsrc, "r");
f_out = openfile(fn_out, "w");
FILE *openfile(const char *, const char *);
if ((ret = openfile(fname, inodeinfo, &st, &fp)) != OK)
static int openfile(const char *, const char *, struct stat *, FILE **);
if ((ret = openfile(fname, inodeinfo, &st, &fp)) != OK)