Searched refs:SYSNAME_LEN (Results 1 – 1 of 1) sorted by relevance
27 #define SYSNAME_LEN (sizeof(SYSNAME) - 1) macro207 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()