| /src/external/ibm-public/postfix/dist/src/global/ |
| attr_override.c | 141 int int_val; local 171 int_val = longval = strtol(value, &end, 10); 173 || longval != int_val) 175 check_mail_conf_int(key, int_val, ip->min, ip->max); 176 ip->target[0] = int_val; 183 if (conv_time(value, &int_val, def_unit) == 0) 185 check_mail_conf_time(key, int_val, tp->min, tp->max); 186 tp->target[0] = int_val;
|
| /src/tests/kernel/ |
| t_sysctl.c | 49 int int_val; member in union:__anon7820 63 ATF_REQUIRE_EQ(buf.int_val, 1);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| length_cond.exp | 37 foreach var {loc enum_val int_val} {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| length_cond.exp | 37 foreach var {loc enum_val int_val} {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| type-stack.h | 53 int int_val; member in union:type_stack_elt 93 elt.int_val = n; 137 return elt.int_val;
|
| type-stack.c | 69 element.int_val
|
| /src/external/gpl3/gdb/dist/gdb/ |
| type-stack.h | 53 int int_val; member in union:type_stack_elt 93 elt.int_val = n; 137 return elt.int_val;
|
| type-stack.c | 69 element.int_val
|
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| property_local.h | 28 int64_t int_val; /* Signed integer */ member in union:ossl_property_definition_st::__anon351
|
| property_query.c | 56 value = prop->v.int_val;
|
| property_parse.c | 122 res->v.int_val = v; 159 res->v.int_val = v; 189 res->v.int_val = v; 271 res->v.int_val = -res->v.int_val; 748 put_num(prop->v.int_val, &buf, &bufsize, &needed);
|
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| property_local.h | 26 int64_t int_val; /* Signed integer */ member in union:ossl_property_definition_st::__anon1450
|
| property_query.c | 57 value = prop->v.int_val;
|
| property_parse.c | 122 res->v.int_val = v; 159 res->v.int_val = v; 189 res->v.int_val = v; 271 res->v.int_val = -res->v.int_val; 748 put_num(prop->v.int_val, &buf, &bufsize, &needed);
|
| /src/external/bsd/flex/dist/src/ |
| sym.c | 49 int int_val; member in struct:hash_entry 107 new_entry->int_val = int_def; 135 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val; 251 return findsym (str, sctbl, START_COND_HASH_SIZE)->int_val;
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| attr_print0.c | 117 unsigned int_val; local 142 int_val = va_arg(ap, int); 143 vstream_fprintf(fp, "%u", (unsigned) int_val); 146 msg_info("send attr %s = %u", attr_name, int_val);
|
| attr_print_plain.c | 118 unsigned int_val; local 142 int_val = va_arg(ap, int); 143 vstream_fprintf(fp, "%s=%u\n", attr_name, (unsigned) int_val); 145 msg_info("send attr %s = %u", attr_name, (unsigned) int_val);
|
| attr_print64.c | 152 unsigned int_val; local 176 int_val = va_arg(ap, int); 178 attr_print64_num(fp, (unsigned) int_val); 181 msg_info("send attr %s = %u", attr_name, int_val);
|
| attr_scan0.c | 535 int int_val; local 545 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 552 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); 567 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 572 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val);
|
| attr_scan_plain.c | 582 int int_val; local 592 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 599 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); 614 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 619 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val);
|
| attr_scan64.c | 604 int int_val; local 614 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 621 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val); 636 RECV_ATTR_INT(ATTR_NAME_INT, &int_val), 641 vstream_printf("%s %d\n", ATTR_NAME_INT, int_val);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x_attrib.c | 84 int64_t int_val; 99 if (ASN1_ENUMERATED_get_int64(&int_val, av->value.integer) > 0) { 100 return BIO_printf(out, "%lld", (long long int)int_val) > 0;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| emitter.c | 476 abc.int_val = 123; 478 ghi.int_val = 456; 481 abc.int_val = 789; 483 ghi.int_val = 1011;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| emitter.c | 521 abc.int_val = 123; 523 ghi.int_val = 456; 526 abc.int_val = 789; 528 ghi.int_val = 1011;
|
| /src/external/gpl3/gcc/dist/libgfortran/caf/ |
| single.c | 489 int128t int_val = 0; local 497 int_val = *(int8_t*) src; 499 int_val = *(int16_t*) src; 501 int_val = *(int32_t*) src; 503 int_val = *(int64_t*) src; 506 int_val = *(int128t*) src; 553 *(int8_t*) dst = (int8_t) int_val; 555 *(int16_t*) dst = (int16_t) int_val; 557 *(int32_t*) dst = (int32_t) int_val; 559 *(int64_t*) dst = (int64_t) int_val; [all...] |