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

  /src/lib/libc/time/
zdump.c 473 size_t arglenmax = 0; local in function:main
575 if (arglenmax < arglen)
576 arglenmax = arglen;
578 if (!HAVE_SETENV && INDEX_MAX <= arglenmax)
580 longest = min(arglenmax, INT_MAX - 2);

Completed in 12 milliseconds