Home
last modified time | relevance | path

Searched refs:openfile (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/usr.bin/lam/
Dlam.c59 struct openfile { /* open file structure */ struct
74 static char *gatherline(struct openfile *); argument
76 static char *pad(struct openfile *);
81 struct openfile *ip; in main()
102 struct openfile *ip = input; in getargs()
177 pad(struct openfile *ip) in pad()
191 gatherline(struct openfile *ip) in gatherline()
/netbsd/src/external/bsd/ntp/dist/util/
Dtickadj.c235 static int openfile (const char *, int);
552 fd = openfile(file, O_WRONLY); in main()
783 fd = openfile(file, O_RDONLY); in getoffsets()
832 openfile( in openfile() function
/netbsd/src/external/historical/nawk/dist/
Dproto.h193 extern FILE *openfile(int, const char *, bool *);
Drun.c426 fp = openfile(mode, getsval(x), &newflag); in awkgetline()
2215 } else if ((fp = openfile(FFLUSH, getsval(x), NULL)) == NULL) in bltin()
2332 fp = openfile(a, fname, NULL); in redirect()
2364 FILE *openfile(int a, const char *us, bool *pnewflag) in openfile() function
DChangeLog15 * run.c (openfile): Set the close-on-exec flag for file
/netbsd/src/external/bsd/ntp/dist/
DCommitLog-4.1.04595 (openfile): Rename fd to avoid shadowing global fd.