Home
last modified time | relevance | path

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

/freebsd/usr.bin/lam/
H A Dlam.c52 static struct openfile { /* open file structure */ struct
66 static char *gatherline(struct openfile *); argument
68 static char *pad(struct openfile *);
74 struct openfile *ip; in main()
108 struct openfile *ip = input; in getargs()
186 pad(struct openfile *ip) in pad()
200 gatherline(struct openfile *ip) in gatherline()
/freebsd/usr.bin/diff/
H A Ddiffreg_new.c51 FILE * openfile(const char *, char **, struct stat *);
178 f1 = openfile(file1, &str1, &st1); in diffreg_new()
179 f2 = openfile(file2, &str2, &st2); in diffreg_new()
290 openfile(const char *path, char **p, struct stat *st) in openfile() function
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c38 openfile(owner, filename, flags) in openfile() function
150 fd = openfile(1, filename, flags);
254 fd = openfile(0, filename, flags);
/freebsd/contrib/ntp/util/
H A Dtickadj.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
/freebsd/usr.bin/sort/
H A Dfile.h116 FILE *openfile(const char *, const char *);
H A Dfile.c356 f = openfile(fn, "w"); in sort_list_dump()
524 openfile(const char *fn, const char *mode) in openfile() function
644 ret->file = openfile(fsrc, "r"); in file_reader_init()
1015 f_out = openfile(fn_out, "w"); in merge_files_array()
1383 f_out = openfile(fn,"w"); in merge_list_parts()
/freebsd/contrib/one-true-awk/
H A Dproto.h193 extern FILE *openfile(int, const char *, bool *);
H A Drun.c423 fp = openfile(mode, getsval(x), &newflag); in awkgetline()
2221 } else if ((fp = openfile(FFLUSH, getsval(x), NULL)) == NULL) in bltin()
2318 fp = openfile(a, fname, NULL); in redirect()
2350 FILE *openfile(int a, const char *us, bool *pnewflag) in openfile() function
H A DChangeLog15 * run.c (openfile): Set the close-on-exec flag for file
/freebsd/contrib/ntp/
H A DCommitLog-4.1.04595 (openfile): Rename fd to avoid shadowing global fd.