| /src/tests/fs/vfs/ |
| t_rwtoro.c | 122 close_file(const char *unused) function 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/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| tcsps.c | 109 close_file(int fd) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| log.c | 237 close_file(void *data) function 264 return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd);
|
| /src/external/bsd/nsd/dist/simdzone/src/ |
| zone.c | 150 static void close_file( function 245 return (void)close_file(parser, file), ZONE_OUT_OF_MEMORY; 254 return (void)close_file(parser, file), ZONE_OUT_OF_MEMORY; 264 return (void)close_file(parser, file), code; 287 close_file(parser, file); 302 close_file(parser, file); 337 close_file(parser, file);
|
| /src/external/bsd/less/dist/ |
| edit.c | 352 static void close_file(void) function 469 close_file(); 897 close_file();
|
| /src/lib/libc/time/ |
| zdump.c | 375 close_file(FILE *stream) function 401 close_file(stream); 614 close_file(stdout);
|
| zic.c | 853 close_file(FILE *stream, char const *dir, char const *name, function 894 close_file(stream, NULL, NULL, NULL); 1280 close_file(stdout, NULL, NULL, NULL); 1870 close_file(tp, directory, linkname, tempname); 1871 close_file(fp, directory, target, NULL); 2081 close_file(fp, NULL, filename(fnum), NULL); 3118 close_file(fp, directory, name, tempname);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 24791 close_file (Filedata * filedata) 24805 close_file ((Filedata *) data); 25273 close_file (member_filedata); 24788 close_file (Filedata * filedata) function
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 23661 close_file (Filedata * filedata) 23675 close_file ((Filedata *) data); 24140 close_file (member_filedata); 23658 close_file (Filedata * filedata) function
|