Searched refs:optvalue (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dbase_command_test.cpp57 std::string optvalue; member in class:__anon1881::mock_cmd
81 optvalue = cmdline.get_option< cmdline::string_option >(
97 std::string optvalue; member in class:__anon1881::mock_cmd_no_data
119 optvalue = cmdline.get_option< cmdline::string_option >(
221 ATF_REQUIRE_EQ("foo bar", cmd.optvalue);
265 ATF_REQUIRE_EQ("foo bar", cmd.optvalue);
/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcapng.c444 void *optvalue; local
450 optvalue = get_from_block_data(cursor, padded_option_len, errbuf);
451 if (optvalue == NULL) {
458 return (optvalue);
466 void *optvalue; local
488 optvalue = get_optvalue_from_block_data(cursor, opthdr,
490 if (optvalue == NULL) {
521 memcpy(&tsresol_opt, optvalue, sizeof(tsresol_opt));
578 memcpy(tsoffset, optvalue, sizeof(*tsoffset));
/netbsd-current/external/bsd/ipf/lib/
H A DMakefile71 optvalue.c \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c8527 unsigned char *optvalue; local
8562 optvalue = isc_buffer_current(&optbuf);
8567 memcmp(cookie, optvalue,
8575 optvalue, optlen);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dresolver.c8336 unsigned char *optvalue; local
8371 optvalue = isc_buffer_current(&optbuf);
8376 memcmp(cookie, optvalue,
8389 optvalue, optlen);

Completed in 308 milliseconds