Home
last modified time | relevance | path

Searched refs:special_file (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDrcs.c4168 int special_file = 0; in RCS_checkout() local
4448 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()