/src/regress/sys/fs/lfs/9994/ |
9994_f.c | 61 int testfd, controlfd; local in function:main 125 controlfd = open(buf, O_RDWR | O_CREAT, 0644); 126 if (controlfd < 0) { 145 if (lseek(controlfd, k, SEEK_SET) < 0) { 157 if (read(controlfd, buf, bsize) < 0) { 167 if (write(controlfd, hoge, bsize) < 0) { 177 if (ftruncate(controlfd, k) < 0) {
|
9994_f.c | 61 int testfd, controlfd; local in function:main 125 controlfd = open(buf, O_RDWR | O_CREAT, 0644); 126 if (controlfd < 0) { 145 if (lseek(controlfd, k, SEEK_SET) < 0) { 157 if (read(controlfd, buf, bsize) < 0) { 167 if (write(controlfd, hoge, bsize) < 0) { 177 if (ftruncate(controlfd, k) < 0) {
|