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

  /src/external/bsd/ppp/dist/pppd/
options.c 212 static int number_option(char *, u_int32_t *, int);
923 } else if (!number_option(*argv, &v, 16))
1599 * number_option - parse an unsigned numeric parameter for an option.
1602 number_option(char *str, u_int32_t *valp, int base) function
1617 * int_option - like number_option, but valp is int *,
1626 if (!number_option(str, &v, 0))
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 588 uint16_t const number_option; ///< the option "name" is an integer member in struct:__anon7505

Completed in 27 milliseconds