Searched refs:close (Results 51 - 75 of 92) sorted by relevance

1234

/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h25 int (*close)(FILE *); member in struct:_IO_FILE
/seL4-refos-master/libs/libmuslc/src/passwd/
H A Dgetspnam_r.c90 close(fd);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dopen_memstream.c85 f->close = ms_close;
H A Dopen_wmemstream.c87 f->close = wms_close;
H A Dfmemopen.c109 f->close = mclose;
/seL4-refos-master/kernel/tools/hardware/outputs/
H A Delfloader.py173 args.elfloader_out.close()
H A Dc_header.py182 args.header_out.close()
/seL4-refos-master/kernel/tools/
H A Dumm.py109 in_file.close()
H A Dlex.py233 tf.close()
884 f.close()
1071 f.close()
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c142 (void) close(fd);
198 (void) close(fd);
250 (void) close(fd);
258 (void) close(ofd);
373 (void) close(fd);
694 (void) close(fd);
791 (void) close(fd);
1111 (void) close(fdfrom);
1112 (void) close(fdto);
H A Drestore.c509 (void) close(nfd);
561 (void) close(fd);
639 (void) close(fd);
1084 (void) close(fd);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsave.c142 (void) close(fd);
198 (void) close(fd);
250 (void) close(fd);
258 (void) close(ofd);
373 (void) close(fd);
694 (void) close(fd);
791 (void) close(fd);
1111 (void) close(fdfrom);
1112 (void) close(fdto);
H A Drestore.c509 (void) close(nfd);
561 (void) close(fd);
639 (void) close(fd);
1084 (void) close(fd);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h156 int _RTLENTRY _EXPFUNC close (int __handle);
H A Dwceconf.h279 extern int __cdecl close(int);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c107 /* Free the cache memory used by overlays, close .exe */
285 (void) close(fd);
338 (void) close(fd);
H A Dpcmain.c378 close(fd);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h156 int _RTLENTRY _EXPFUNC close (int __handle);
H A Dwceconf.h279 extern int __cdecl close(int);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dpcsys.c107 /* Free the cache memory used by overlays, close .exe */
285 (void) close(fd);
338 (void) close(fd);
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsynccall.c150 close(dir.fd);
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h37 int close(int);
/seL4-refos-master/libs/libmuslc/src/network/
H A Dlookup_name.c385 close(fd);
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_io.c41 /* this implementation does not allow users to close STDOUT or STDERR, so they can't be freed */
534 close(fd);
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_io.c41 /* this implementation does not allow users to close STDOUT or STDERR, so they can't be freed */
534 close(fd);

Completed in 105 milliseconds

1234