buf_fd 47 user/testbin/badcall/common_buf.c static int buf_fd;
buf_fd 62 user/testbin/badcall/common_buf.c buf_fd = open_testfile("i do not like green eggs and ham");
buf_fd 63 user/testbin/badcall/common_buf.c if (buf_fd<0) {
buf_fd 73 user/testbin/badcall/common_buf.c return read(buf_fd, buf, 128);
buf_fd 80 user/testbin/badcall/common_buf.c close(buf_fd);
buf_fd 90 user/testbin/badcall/common_buf.c buf_fd = open_testfile(NULL);
buf_fd 91 user/testbin/badcall/common_buf.c if (buf_fd<0) {
buf_fd 101 user/testbin/badcall/common_buf.c return write(buf_fd, ptr, 128);
buf_fd 108 user/testbin/badcall/common_buf.c close(buf_fd);
buf_fd 118 user/testbin/badcall/common_buf.c buf_fd = open(".", O_RDONLY);
buf_fd 119 user/testbin/badcall/common_buf.c if (buf_fd < 0) {
buf_fd 130 user/testbin/badcall/common_buf.c return getdirentry(buf_fd, ptr, 1024);
buf_fd 137 user/testbin/badcall/common_buf.c close(buf_fd);