HomeSort by: relevance | last modified time | path
    Searched defs:MAX_RECURSION (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
getcap.c 85 #define MAX_RECURSION 32 /* maximum getent recursion */
250 * MAX_RECURSION.
275 * MAX_RECURSION times.
277 if (depth > MAX_RECURSION)
  /src/lib/libc/regex/
engine.c 118 #define MAX_RECURSION 100
788 if (len == 0 && rec++ > MAX_RECURSION)

Completed in 12 milliseconds