Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h44 #define readlink_isreg_errno EINVAL /* errno after readlink on regular file */ macro
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dconf.sh333 readlink_isreg_errno='?'
334 if (ln -s a.sym1 a.sym2 && $CL a.c $L) >&2 && readlink_isreg_errno=`$aout`
338 echo >&3 $h, $readlink_isreg_errno
H A Dconf.heg44 #define readlink_isreg_errno EINVAL /* errno after readlink on regular file */
H A Drcsedit.c1288 case readlink_isreg_errno: return 1;