Home
last modified time | relevance | path

Searched refs:int_val (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/flex/src/
H A Dsym.c46 int int_val; member
104 new_entry->int_val = int_def; in addsym()
132 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; in ccllookup()
248 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val; in sclookup()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysctl.c49 int int_val; in ATF_TC_BODY() member
63 ATF_REQUIRE_EQ(buf.int_val, 1); in ATF_TC_BODY()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c121 res->v.int_val = v; in parse_number()
158 res->v.int_val = v; in parse_hex()
188 res->v.int_val = v; in parse_oct()
270 res->v.int_val = -res->v.int_val; in parse_value()
747 put_num(prop->v.int_val, &buf, &bufsize, &needed); in ossl_property_list_to_string()
H A Dproperty_local.h26 int64_t int_val; /* Signed integer */ member
H A Dproperty_query.c57 value = prop->v.int_val; in ossl_property_get_number_value()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Demitter.h45 int int_val; member
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1712 int32_t int_val) in snmp_output_int() argument
1720 if (enums != NULL && (string = enum_string_lookup(enums, int_val)) in snmp_output_int()
1724 fprintf(stdout, "%d", int_val); in snmp_output_int()