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

/freebsd-9.3-release/usr.bin/lam/
H A Dlam.c58 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-9.3-release/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-9.3-release/contrib/one-true-awk/
H A Dproto.h187 extern FILE *openfile(int, const char *);
H A Drun.c414 fp = openfile(mode, getsval(x));
1558 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL)
1620 fp = openfile(a, fname);
1652 FILE *openfile(int a, const char *us) function
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmaster.c113 isc_result_t (*openfile)(dns_loadctx_t *lctx, member in struct:dns_loadctx
554 lctx->openfile = openfile_text;
558 lctx->openfile = openfile_raw;
2061 result = (lctx->openfile)(lctx, master_file);
2465 result = (lctx->openfile)(lctx, master_file);
2524 result = (lctx->openfile)(lctx, master_file);

Completed in 63 milliseconds