Home
last modified time | relevance | path

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

/NextBSD/usr.bin/lam/
HDlam.c58 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/
HDtickadj.c233 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/
HDfile.h115 FILE *openfile(const char *, const char *);
HDfile.c368 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()
HDsort.c925 fseed = openfile(random_source, "r"); in set_random_seed()
/NextBSD/contrib/one-true-awk/
HDproto.h187 extern FILE *openfile(int, const char *);
HDrun.c414 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/
HDCommitLog-4.1.04595 (openfile): Rename fd to avoid shadowing global fd.