Searched refs:openfile (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/lam/ |
H A D | lam.c | 52 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 D | diffreg_new.c | 51 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 D | t-lockfile.c | 38 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 D | 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
|
/freebsd/usr.bin/sort/ |
H A D | file.h | 116 FILE *openfile(const char *, const char *);
|
H A D | file.c | 356 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 D | proto.h | 193 extern FILE *openfile(int, const char *, bool *);
|
H A D | run.c | 423 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 D | ChangeLog | 15 * run.c (openfile): Set the close-on-exec flag for file
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 4595 (openfile): Rename fd to avoid shadowing global fd.
|