close             245 kern/include/vnode.h #define VOP_CLOSE(vn)                   (__VOP(vn, close)(vn))
close             101 user/bin/cat/cat.c 	close(fd);
close              88 user/bin/cp/cp.c 	if (close(fromfd) < 0) {
close              92 user/bin/cp/cp.c 	if (close(tofd) < 0) {
close             105 user/bin/ls/ls.c 	close(fd);
close             151 user/bin/ls/ls.c 		close(fd);
close             231 user/bin/ls/ls.c 	close(fd);
close             283 user/bin/ls/ls.c 	close(fd);
close             177 user/sbin/mksfs/disk.c 	if (close(fd)) {
close              57 user/testbin/badcall/bad_dup2.c 		close(fd);	/* just in case */
close             107 user/testbin/badcall/bad_dup2.c 	close(testfd);
close              61 user/testbin/badcall/bad_ftruncate.c 	close(fd);
close              78 user/testbin/badcall/bad_ftruncate.c 	close(fd);
close              61 user/testbin/badcall/bad_lseek.c 	close(fd);
close             113 user/testbin/badcall/bad_lseek.c 		close(fd);
close             119 user/testbin/badcall/bad_lseek.c 		close(fd);
close             123 user/testbin/badcall/bad_lseek.c 	close(fd);
close             163 user/testbin/badcall/bad_lseek.c 	close(fd);
close             181 user/testbin/badcall/bad_lseek.c 	close(fd);
close             233 user/testbin/badcall/bad_lseek.c 	close(fd);
close              64 user/testbin/badcall/bad_open.c 		close(rv);
close              50 user/testbin/badcall/bad_readlink.c 	close(fd);
close             200 user/testbin/badcall/bad_waitpid.c 	close(fd);
close             225 user/testbin/badcall/bad_waitpid.c 		close(fd);
close             237 user/testbin/badcall/bad_waitpid.c 		close(fd);
close             263 user/testbin/badcall/bad_waitpid.c 	close(fd);
close              80 user/testbin/badcall/common_buf.c 	close(buf_fd);
close             108 user/testbin/badcall/common_buf.c 	close(buf_fd);
close             137 user/testbin/badcall/common_buf.c 	close(buf_fd);
close              70 user/testbin/badcall/common_fds.c 	return close(fd);
close             129 user/testbin/badcall/common_fds.c 	close(CLOSED_FD+1);
close             196 user/testbin/badcall/common_fds.c T(close);
close             116 user/testbin/badcall/driver.c 			close(fd);
close             122 user/testbin/badcall/driver.c 			close(fd);
close             129 user/testbin/badcall/driver.c 			close(fd);
close             147 user/testbin/badcall/driver.c 	rv = close(fd);
close              79 user/testbin/bigfile/bigfile.c 	close(fileid);
close             121 user/testbin/dirseek/dirseek.c 	if (close(dirfd)<0) {
close             481 user/testbin/dirseek/dirseek.c 	if (close(fd)<0) {
close             103 user/testbin/f_test/f_read.c 	close(fd);
close             149 user/testbin/f_test/f_test.c 	close(fileid);
close             179 user/testbin/f_test/f_test.c 	close(fileid);
close             217 user/testbin/f_test/f_test.c 	close(fd);
close              82 user/testbin/f_test/f_write.c 	close(fd);
close              69 user/testbin/filetest/filetest.c 	rv = close(fd);
close              83 user/testbin/filetest/filetest.c 	rv = close(fd);
close              78 user/testbin/hash/hash.c 	close(fd);
close             605 user/testbin/malloctest/malloctest.c 	close(fd);
close             234 user/testbin/psort/psort.c 	if (close(fd)) {
close             292 user/testbin/psort/psort.c 			close(fd);
close             311 user/testbin/psort/psort.c 	close(fd);
close             149 user/testbin/rmdirtest/rmdirtest.c 	if (close(fd)<0) {
close             182 user/testbin/rmdirtest/rmdirtest.c 		close(fd);
close             199 user/testbin/rmdirtest/rmdirtest.c 		close(fd);
close             261 user/testbin/rmdirtest/rmdirtest.c 		close(fd);
close             354 user/testbin/rmdirtest/rmdirtest.c 	if (close(fd)<0) {
close              72 user/testbin/rmtest/rmtest.c 		close(fd);
close             109 user/testbin/rmtest/rmtest.c 	close(file);
close             147 user/testbin/rmtest/rmtest.c 	close(file);
close             152 user/testbin/rmtest/rmtest.c 		close(file);
close              78 user/testbin/tail/tail.c 	close(file);
close              40 user/uw-testbin/conc-io/conc-io.c 	close(rval);
close              92 user/uw-testbin/conc-io/conc-io.c 					close(id);
close              98 user/uw-testbin/conc-io/conc-io.c   rval = close(id); 
close             136 user/uw-testbin/conc-io/conc-io.c 			close(id);
close             147 user/uw-testbin/conc-io/conc-io.c   rval = close(id); 
close              51 user/uw-testbin/files1/files1.c   rc = close(f1);
close              54 user/uw-testbin/files1/files1.c   rc = close(f1);
close              59 user/uw-testbin/files1/files1.c   rc = close(f2);
close              72 user/uw-testbin/files2/files2.c   rc = close(f1);
close              74 user/uw-testbin/files2/files2.c   rc = close(f2);
close              76 user/uw-testbin/files2/files2.c   rc = close(f3);
close              95 user/uw-testbin/files2/files2.c   rc = close(0xdeadbeef);
close             133 user/uw-testbin/files2/files2.c   rc = close(f1);
close             136 user/uw-testbin/files2/files2.c   rc = close(f2);
close             162 user/uw-testbin/files2/files2.c     rc = close(fd_array[i]);
close               9 user/uw-testbin/syscall/syscall.c  	x = close(999);
close              40 user/uw-testbin/writeread/writeread.c    close(fd);