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

  /src/tests/lib/libc/stdlib/
h_getopt_long.c 54 int maxnlongopts = 0; local
82 maxnlongopts = strtoul(ptr, &eptr, 10);
86 maxnlongopts++; /* space for trailer */
89 maxnlongopts);
92 longopt_flags = (int *)calloc(sizeof(int), maxnlongopts);
99 if (nlongopts >= maxnlongopts)
h_getopt_long.c 54 int maxnlongopts = 0; local
82 maxnlongopts = strtoul(ptr, &eptr, 10);
86 maxnlongopts++; /* space for trailer */
89 maxnlongopts);
92 longopt_flags = (int *)calloc(sizeof(int), maxnlongopts);
99 if (nlongopts >= maxnlongopts)
h_getopt_long.c 54 int maxnlongopts = 0; local
82 maxnlongopts = strtoul(ptr, &eptr, 10);
86 maxnlongopts++; /* space for trailer */
89 maxnlongopts);
92 longopt_flags = (int *)calloc(sizeof(int), maxnlongopts);
99 if (nlongopts >= maxnlongopts)

Completed in 61 milliseconds