Home | History | Annotate | Download | only in gio

Lines Matching defs:bfd

835       int bfd;
849 bfd = g_open (backup_filename,
853 if (bfd == -1)
868 if (fstat (bfd, &tmp_statbuf) != 0)
880 fchown (bfd, (uid_t) -1, original_stat.st_gid) != 0)
882 if (fchmod (bfd,
891 close (bfd);
898 if (!copy_file_data (fd, bfd, NULL))
905 close (bfd);
911 close (bfd);