/src/tests/fs/vfs/ |
t_rwtoro.c | 122 close_file(const char *unused) function in typeref:typename:void 162 basic_test(tc, mp, 0, false, open_file_ro, close_file); 169 basic_test(tc, mp, EBUSY, false, open_file_rw, close_file); 176 basic_test(tc, mp, EBUSY, false, open_file_ro_unlink, close_file); 190 basic_test(tc, mp, 0, true, open_file_ro, close_file); 197 basic_test(tc, mp, EBUSY, true, open_file_rw, close_file); 204 basic_test(tc, mp, EBUSY, true, open_file_ro_unlink, close_file);
|
/src/lib/libc/time/ |
zdump.c | 427 close_file(FILE *stream) function in typeref:typename:void 453 close_file(stream); 666 close_file(stdout);
|
zic.c | 658 close_file(FILE *stream, char const *dir, char const *name, function in typeref:typename:void 689 close_file(stream, NULL, NULL, NULL); 1012 close_file(stdout, NULL, NULL, NULL); 1589 close_file(tp, directory, linkname, tempname); 1590 close_file(fp, directory, target, NULL); 1799 close_file(fp, NULL, filename(fnum), NULL); 2825 close_file(fp, directory, name, tempname);
|