Searched refs:checktype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lobject.h | 90 #define checktype(o,t) (ttype(o) == (t)) macro 171 #define ttisnil(v) checktype((v), LUA_TNIL) 220 #define ttisboolean(o) checktype((o), LUA_TBOOLEAN) 304 #define ttisnumber(o) checktype((o), LUA_TNUMBER) 341 #define ttisstring(o) checktype((o), LUA_TSTRING) 572 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 130 #define checktype(o,t) (ttypenv(o) == (t)) macro 135 #define ttisstring(o) checktype((o), LUA_TSTRING) 139 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) 362 #undef checktype 364 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
|
| /freebsd-13.1/contrib/unbound/validator/ |
| H A D | val_neg.c | 1061 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec() argument 1082 (qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) || in grab_nsec() 1083 (qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype)) in grab_nsec()
|
| /freebsd-13.1/sys/netipsec/ |
| H A D | key.c | 8115 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local 8141 checktype = ADDR; in key_validate_ext() 8148 checktype = ADDR; in key_validate_ext() 8150 checktype = NONE; in key_validate_ext() 8153 checktype = NONE; in key_validate_ext() 8157 switch (checktype) { in key_validate_ext()
|