Searched refs:MAX_ALIAS (Results 1 – 3 of 3) sorted by relevance
103 #define MAX_ALIAS 32 /* smaller than POSIX minimum for PATH_MAX */ macro105 #define MAX_ALIAS 14 /* SVr3 filename length */
268 if (ptr - base > MAX_ALIAS) { in _nc_parse_entry()
4747 + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only