Lines Matching defs:ifd
705 int ifd = -1;
1029 ifd = open(infile, O_RDONLY);
1030 if (ifd < 0) {
1043 ifd = open(option.outfile, O_RDWR);
1044 if (ifd < 0) {
1052 if (0 != futil_map_file(ifd, mapping, &buf, &buf_len)) {
1059 errorcnt += futil_unmap_file(ifd, MAP_RW, buf, buf_len);
1062 if (ifd >= 0 && close(ifd)) {
1064 fprintf(stderr, "Error when closing ifd: %s\n",