Home
last modified time | relevance | path

Searched defs:opt_arg (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c481 parse_authentication(struct snmp_toolinfo *snmptoolctx __unused, char *opt_arg) in parse_authentication()
536 parse_privacy(struct snmp_toolinfo *snmptoolctx __unused, char *opt_arg) in parse_privacy()
589 parse_context(struct snmp_toolinfo *snmptoolctx __unused, char *opt_arg) in parse_context()
631 parse_user_security(struct snmp_toolinfo *snmptoolctx __unused, char *opt_arg) in parse_user_security()
703 parse_file(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_file()
714 parse_include(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_include()
786 parse_server(char *opt_arg) in parse_server()
806 parse_timeout(char *opt_arg) in parse_timeout()
828 parse_retry(char *opt_arg) in parse_retry()
851 parse_version(char *opt_arg) in parse_version()
[all …]
/freebsd/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c87 parse_max_repetitions(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_max_repetitions()
106 parse_non_repeaters(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_non_repeaters()
125 parse_pdu_type(struct snmp_toolinfo *snmptoolctx, char *opt_arg) in parse_pdu_type()
/freebsd/contrib/ntp/sntp/libopts/
H A Dfind.c344 char * opt_arg; in opt_find_long() local
/freebsd/contrib/tcp_wrappers/
H A Doptions.c109 #define opt_arg(o) ((o)->flags & OPT_ARG) macro
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c1273 ahc_send_async(struct ahc_softc * ahc,char channel,u_int target,u_int lun,ac_code code,void * opt_arg) ahc_send_async() argument
H A Daic79xx_osm.c1215 ahd_send_async(struct ahd_softc * ahd,char channel,u_int target,u_int lun,ac_code code,void * opt_arg) ahd_send_async() argument
/freebsd/crypto/openssl/apps/lib/
H A Dopt.c987 char *opt_arg(void) in opt_arg() function