Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.xs27 #define SYSNAME_LEN (sizeof(SYSNAME) - 1) macro
207 if (slen > SYSNAME_LEN + strlen(next_token) in bsd_realpath()
208 && strnEQ(symlink, SYSNAME, SYSNAME_LEN) in bsd_realpath()
209 && *(symlink + SYSNAME_LEN) == '/' in bsd_realpath()
210 && strEQ(symlink + SYSNAME_LEN + 1, next_token)) in bsd_realpath()