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

/freebsd-10-stable/usr.bin/lam/
H A Dlam.c58 static struct openfile { /* open file structure */ struct
72 static char *gatherline(struct openfile *);
74 static char *pad(struct openfile *);
80 struct openfile *ip;
103 struct openfile *ip = input;
177 pad(struct openfile *ip)
191 gatherline(struct openfile *ip)
/freebsd-10-stable/usr.bin/sort/
H A Dfile.h115 FILE *openfile(const char *, const char *);
H A Dfile.c368 f = openfile(fn, "w");
536 openfile(const char *fn, const char *mode) function
666 ret->file = openfile(fsrc, "r");
1125 f_out = openfile(fn_out, "w");
1493 f_out = openfile(fn,"w");
H A Dsort.c919 fseed = openfile(random_source, "r");
/freebsd-10-stable/contrib/ntp/util/
H A Dtickadj.c233 static int openfile (const char *, int);
550 fd = openfile(file, O_WRONLY);
781 fd = openfile(file, O_RDONLY);
827 * openfile - open the file, check for errors
830 openfile( function
/freebsd-10-stable/contrib/one-true-awk/
H A Dproto.h187 extern FILE *openfile(int, const char *);
H A Drun.c414 fp = openfile(mode, getsval(x));
1560 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL)
1622 fp = openfile(a, fname);
1654 FILE *openfile(int a, const char *us) function

Completed in 172 milliseconds