Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Drcs.c4210 int special_file = 0; in RCS_checkout() local
4493 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()