Home
last modified time | relevance | path

Searched refs:is_str (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c470 int is_str = 1; in possible_str() local
474 is_str = 0; in possible_str()
476 if(is_str) { in possible_str()
/freebsd/contrib/bc/src/
H A Dprogram.c2008 bool is_str; in bc_program_builtin() local
2017 is_str = BC_PROG_STR(num); in bc_program_builtin()
2022 cond = ((inst == BC_INST_IS_STRING) == is_str); in bc_program_builtin()