Searched refs:openfile (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/usr.bin/lam/ |
| HD | lam.c | 58 static struct openfile { /* open file structure */ struct 72 static char *gatherline(struct openfile *); argument 74 static char *pad(struct openfile *); 80 struct openfile *ip; in main() 103 struct openfile *ip = input; in getargs() 177 pad(struct openfile *ip) in pad() 191 gatherline(struct openfile *ip) in gatherline()
|
| /NextBSD/contrib/ntp/util/ |
| HD | tickadj.c | 233 static int openfile (const char *, int); 550 fd = openfile(file, O_WRONLY); in main() 781 fd = openfile(file, O_RDONLY); in getoffsets() 830 openfile( in openfile() function
|
| /NextBSD/usr.bin/sort/ |
| HD | file.h | 115 FILE *openfile(const char *, const char *);
|
| HD | file.c | 368 f = openfile(fn, "w"); in sort_list_dump() 536 openfile(const char *fn, const char *mode) in openfile() function 666 ret->file = openfile(fsrc, "r"); in file_reader_init() 1125 f_out = openfile(fn_out, "w"); in merge_files_array() 1493 f_out = openfile(fn,"w"); in merge_list_parts()
|
| HD | sort.c | 925 fseed = openfile(random_source, "r"); in set_random_seed()
|
| /NextBSD/contrib/one-true-awk/ |
| HD | proto.h | 187 extern FILE *openfile(int, const char *);
|
| HD | run.c | 414 fp = openfile(mode, getsval(x)); in awkgetline() 1560 } else if ((fp = openfile(FFLUSH, getsval(x))) == NULL) in bltin() 1622 fp = openfile(a, fname); in redirect() 1654 FILE *openfile(int a, const char *us) in openfile() function
|
| /NextBSD/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 4595 (openfile): Rename fd to avoid shadowing global fd.
|