Searched refs:getsubopt1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c318 getsubopt1(char **arg, const char *const *options, char **valp, char **optp) function
498 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
553 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
606 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
650 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
752 while ((subopt = getsubopt1(&opt_arg, subopts, &val, &option)) != EOF) {
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dmain.c1619 getsubopt1(char **arg, const char *const *options, char **valp, char **optp) function
1702 switch (getsubopt1(&optarg, debug_opts,

Completed in 47 milliseconds