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

  /src/external/bsd/ntp/dist/sntp/libopts/
sort.c 41 char ** opt_txt, uint32_t * opt_idx)
73 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
79 char ** opt_txt, uint32_t * opt_idx)
112 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
122 char ** opt_txt, uint32_t * opt_idx)
144 opt_txt[ (*opt_idx)++ ] =
156 opt_txt[ (*opt_idx)++ ] =
172 char ** opt_txt; local
189 opt_txt = malloc(opts->origArgCt * sizeof(char *));
190 if (opt_txt == NULL
    [all...]

Completed in 31 milliseconds