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 | 351 static void close_file(void) in close_file() 579 close_file(); in edit_ifile() 889 close_file(); 348 static void close_file(void) close_file() function
|
/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 | 445 close_file(FILE *stream) in close_file() function 472 close_file(stream); in usage() 679 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 680 close_file(stream, NULL, NULL, NULL); in usage() 1006 close_file(stdout, NULL, NULL, NULL); in main() 1591 close_file(tp, directory, linkname, tempname); in dolink() 1592 close_file(fp, directory, target, NULL); in dolink() 1799 close_file(fp, NULL, filename(fnum), NULL); in infile() 2821 close_file(fp, directory, name, tempname); in writezone()
|