Searched refs:close_file (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/vfs/ |
H A D | t_rwtoro.c | 122 close_file(const char *unused) in close_file() function 162 basic_test(tc, mp, 0, false, open_file_ro, close_file); in readopen() 169 basic_test(tc, mp, EBUSY, false, open_file_rw, close_file); in writeopen() 176 basic_test(tc, mp, EBUSY, false, open_file_ro_unlink, close_file); in read_unlinked() 190 basic_test(tc, mp, 0, true, open_file_ro, close_file); in layer_readopen() 197 basic_test(tc, mp, EBUSY, true, open_file_rw, close_file); in layer_writeopen() 204 basic_test(tc, mp, EBUSY, true, open_file_ro_unlink, close_file); in layer_read_unlinked()
|
/freebsd/contrib/less/ |
H A D | edit.c | 352 static void close_file(void) in close_file() function 580 close_file(); in edit_ifile() 892 close_file(); in reopen_curr_ifile()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | log.c | 245 close_file(void *data) in close_file() function 268 return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd); in open_file()
|
/freebsd/contrib/tzcode/ |
H A D | zdump.c | 430 close_file(FILE *stream) in close_file() function 457 close_file(stream); in usage() 671 close_file(stdout); in main()
|
H A D | zic.c | 651 close_file(FILE *stream, char const *dir, char const *name, in close_file() function 682 close_file(stream, NULL, NULL, NULL); in usage() 1011 close_file(stdout, NULL, NULL, NULL); in main() 1620 close_file(tp, directory, linkname, tempname); in dolink() 1621 close_file(fp, directory, target, NULL); in dolink() 1830 close_file(fp, NULL, filename(fnum), NULL); in infile() 2857 close_file(fp, directory, name, tempname); in writezone()
|