Searched refs:special_file (Results 1 – 1 of 1) sorted by relevance
4210 int special_file = 0; in RCS_checkout() local4493 special_file = S_IFCHR; in RCS_checkout()4495 special_file = S_IFBLK; in RCS_checkout()4543 if (special_file) in RCS_checkout()4553 else if (special_file) in RCS_checkout()4573 if (mknod (dest, special_file, devnum) < 0) in RCS_checkout()4684 if (!special_file && fclose (ofp) < 0) in RCS_checkout()4721 !special_file && in RCS_checkout()