Searched refs:openfile (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/usr.bin/lam/ |
| D | lam.c | 59 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/ |
| D | tickadj.c | 235 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/ |
| D | proto.h | 193 extern FILE *openfile(int, const char *, bool *);
|
| D | run.c | 426 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
|
| D | ChangeLog | 15 * run.c (openfile): Set the close-on-exec flag for file
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | CommitLog-4.1.0 | 4595 (openfile): Rename fd to avoid shadowing global fd.
|