Searched refs:opt1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/kyua/utils/
H A Doptional_test.cpp229 optional< int > opt1, opt2; local
231 opt1 = none; opt2 = none;
232 ATF_REQUIRE( opt1 == opt2);
233 ATF_REQUIRE(!(opt1 != opt2));
235 opt1 = utils::make_optional(5); opt2 = none;
236 ATF_REQUIRE(!(opt1 == opt2));
237 ATF_REQUIRE( opt1 != opt2);
239 opt1 = none; opt2 = utils::make_optional(5);
240 ATF_REQUIRE(!(opt1 == opt2));
241 ATF_REQUIRE( opt1 !
[all...]
/freebsd-current/usr.sbin/jail/
H A Dconfig.c818 equalopts(const char *opt1, const char *opt2) argument
823 if (strcmp(opt1, opt2) == 0)
826 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
829 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
831 while ((p = strchr(opt1, '.')) != NULL &&
832 !strncmp(opt1, opt2, ++p - opt1)) {
833 opt2 += p - opt1;
834 opt1
[all...]
H A Djailp.h228 extern int equalopts(const char *opt1, const char *opt2);
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.y464 gen_options(struct assignment *opt1, const char *name)
470 for(tmp = opt1;
491 struct assignment *opt1;
504 opt1 = find(as, "option");
512 if(opt1 != NULL) {
513 gen_options(opt1, n);
522 if(opt1 != NULL)
651 f, opt1 ? "&opt": "NULL");
H A Dslc-gram.c1976 gen_options(struct assignment *opt1, const char *name)
1982 for(tmp = opt1;
2003 struct assignment *opt1;
2016 opt1 = find(as, "option");
2024 if(opt1 != NULL) {
2025 gen_options(opt1, n);
2034 if(opt1 != NULL)
2163 f, opt1 ? "&opt": "NULL");
1973 gen_options(struct assignment *opt1, const char *name) argument
2000 struct assignment *opt1; local
/freebsd-current/lib/libnetmap/
H A Dnmreq.c554 const char *scan, *opt1; local
571 opt1 = scan; /* start of option */
575 len = scan - opt1;
587 memcpy(w, opt1, len);
/freebsd-current/sys/kern/
H A Dvfs_mount.c257 vfs_equalopts(const char *opt1, const char *opt2) argument
262 if (strcmp(opt1, opt2) == 0)
265 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0)
268 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0)
270 while ((p = strchr(opt1, '.')) != NULL &&
271 !strncmp(opt1, opt2, ++p - opt1)) {
272 opt2 += p - opt1;
273 opt1
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl112 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
126 $opt1 @ F_xx_xx
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_listen.c448 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
478 req->opt1 = htobe64(V_CONN_POLICY(CPL_CONN_POLICY_ASK) |
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h528 __be32 opt1; member in struct:cpl_pass_open_req
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_msg.h646 __be64 opt1; member in struct:cpl_pass_open_req
659 __be64 opt1; member in struct:cpl_pass_open_req6
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_main.c3311 oreq->opt1 = htonl(V_MAC_MATCH_VALID(f->mac_vld) |
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c21812 #define CTIMEOPT_VAL2_(opt1,opt2) #opt1 "," #opt2
[all...]

Completed in 652 milliseconds