Searched refs:special_file (Results 1 – 1 of 1) sorted by relevance
4168 int special_file = 0; in RCS_checkout() local4448 special_file = S_IFCHR; in RCS_checkout()4450 special_file = S_IFBLK; in RCS_checkout()4498 if (special_file) in RCS_checkout()4508 else if (special_file) in RCS_checkout()4528 if (mknod (dest, special_file, devnum) < 0) in RCS_checkout()4639 if (!special_file && fclose (ofp) < 0) in RCS_checkout()4676 !special_file && in RCS_checkout()