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

/freebsd-current/usr.bin/lam/
H A Dlam.c51 static struct openfile { /* open file structure */ struct
65 static char *gatherline(struct openfile *);
67 static char *pad(struct openfile *);
73 struct openfile *ip;
107 struct openfile *ip = input;
185 pad(struct openfile *ip)
199 gatherline(struct openfile *ip)
/freebsd-current/usr.bin/sort/
H A Dfile.h116 FILE *openfile(const char *, const char *);
H A Dfile.c356 f = openfile(fn, "w");
524 openfile(const char *fn, const char *mode) function
644 ret->file = openfile(fsrc, "r");
1015 f_out = openfile(fn_out, "w");
1383 f_out = openfile(fn,"w");
/freebsd-current/contrib/libdiff/diff/
H A Ddiff.c46 FILE * openfile(const char *, char **, struct stat *);
219 f1 = openfile(file1, &str1, &st1);
220 f2 = openfile(file2, &str2, &st2);
262 openfile(const char *path, char **p, struct stat *st) function
/freebsd-current/usr.bin/diff/
H A Ddiffreg_new.c51 FILE * openfile(const char *, char **, struct stat *);
178 f1 = openfile(file1, &str1, &st1);
179 f2 = openfile(file2, &str2, &st2);
288 openfile(const char *path, char **p, struct stat *st) function
/freebsd-current/contrib/sendmail/libsmutil/
H A Dt-lockfile.c38 openfile(owner, filename, flags) function
150 fd = openfile(1, filename, flags);
254 fd = openfile(0, filename, flags);
/freebsd-current/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-current/contrib/one-true-awk/
H A Dproto.h197 extern FILE *openfile(int, const char *, bool *);
H A Drun.c423 fp = openfile(mode, getsval(x), &newflag);
2221 } else if ((fp = openfile(FFLUSH, getsval(x), NULL)) == NULL)
2318 fp = openfile(a, fname, NULL);
2350 FILE *openfile(int a, const char *us, bool *pnewflag) function

Completed in 86 milliseconds