/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_type_traits.cpp | 17 const bool true_type::value; member in class:__sanitizer::true_type 18 const bool false_type::value; member in class:__sanitizer::false_type
|
/freebsd-head/contrib/bmake/unit-tests/ |
H A D | opt-var-expanded.exp | 1 other value $$ 2 value
|
H A D | opt-var-literal.exp | 2 value
|
H A D | make-exported.exp | 1 -literal=make-exported-value
|
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/ |
H A D | tst.precondi.d | 38 #define value 5 44 /value == 5/ 46 printf("The value is %d\n", value);
|
/freebsd-head/contrib/gdb/gdb/ |
H A D | wrapper.h | 23 struct value; 33 extern int gdb_evaluate_expression (struct expression *, struct value **); 35 extern int gdb_value_fetch_lazy (struct value *); 37 extern int gdb_value_equal (struct value *, struct value *, int *); 39 extern int gdb_value_assign (struct value *, struct value *, struct value **); 41 extern int gdb_value_subscript (struct value *, struct value *, struc [all...] |
H A D | infcall.h | 25 struct value; 28 extern CORE_ADDR find_function_addr (struct value *function, 34 is a value, the function to be called. Returns a value 40 extern struct value *call_function_by_hand (struct value *function, int nargs, 41 struct value **args);
|
H A D | value.h | 37 /* The structure which defines the type of a value. It should never 38 be possible for a program lval value to survive over a call to the 42 struct value struct 44 /* Type of value; either not an lval, or one of the various 51 /* Location of value (if lval). */ 66 /* Describes offset of a value within lval of a structure in bytes. 81 /* Frame value is relative to. In practice, this ID is only used if 82 the value is stored in several registers in other than the 88 /* Type of the value. */ 91 /* If a value represent 284 struct value *value; member in struct:internalvar [all...] |
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.charconstants.d | 55 printf("decimal value = %d; character value = %c\n", char_1, char_1); 56 printf("decimal value = %d; character value = %c\n", char_2, char_2); 57 printf("decimal value = %d; character value = %c\n", char_3, char_3); 58 printf("decimal value = %d; character value = %c\n", char_4, char_4); 59 printf("decimal value = %d; character value [all...] |
/freebsd-head/libexec/getty/ |
H A D | gettytab.h | 40 char *defalt; /* value we find by looking in defaults */ 41 char *value; /* value that we find there */ member in struct:gettystrs 47 long value; /* number we find there */ member in struct:gettynums 55 char value; /* true/false flag */ member in struct:gettyflags 62 #define NX gettystrs[0].value 63 #define CL gettystrs[1].value 64 #define IM gettystrs[2].value 65 #define LM gettystrs[3].value 66 #define ER gettystrs[4].value [all...] |
/freebsd-head/lib/libc/gen/ |
H A D | getpagesize.c | 57 static int value; local 61 if (value != 0) 62 return (value); 64 error = _elf_aux_info(AT_PAGESZ, &value, sizeof(value)); 65 if (error == 0 && value != 0) 66 return (value); 70 size = sizeof value; 71 if (sysctl(mib, nitems(mib), &value, &size, NULL, 0) == -1) 74 return (value); [all...] |
H A D | getosreldate.c | 47 int value; local 51 value = atoi(temp); 52 return (value); 57 size = sizeof value; 58 if (sysctl(mib, 2, &value, &size, NULL, 0) == -1) 60 return (value);
|
/freebsd-head/crypto/openssl/crypto/asn1/ |
H A D | a_utf8.c | 18 * to the string and the length of the string. It sets 'value' to the value of 30 unsigned long value; local 36 /* Check syntax and work out the encoded value (if correct) */ 38 value = *p++ & 0x7f; 45 value = (*p++ & 0x1f) << 6; 46 value |= *p++ & 0x3f; 47 if (value < 0x80) 56 value = (*p++ & 0xf) << 12; 57 value | 124 UTF8_putc(unsigned char *str, int len, unsigned long value) argument [all...] |
/freebsd-head/sys/contrib/openzfs/module/zfs/ |
H A D | spa_boot.c | 36 char *value; local 39 DDI_PROP_DONTPASS, propname, &value) != DDI_SUCCESS) 41 return (value); 45 spa_free_bootprop(char *value) argument 47 ddi_prop_free(value);
|
/freebsd-head/crypto/heimdal/appl/login/ |
H A D | conf.c | 49 char *value; local 52 if(cgetstr(confbuf, (char *)str, &value) < 0) 54 return value;
|
/freebsd-head/tools/tools/genericize/ |
H A D | genericize.pl | 50 foreach my $value (split(/,\s*/, $values)) { 52 $machine = $value; 54 $ident = $value; 55 } elsif ($keyword eq 'options' && $value =~ m/(\w+)=(.+)/) { 58 $config{$keyword}->{$value} = \&EMPTY; 87 my ($keyword, $value) = split(' ', $_); 89 die("$generic is for $value, not $machine\n") 90 unless ($value eq $machine); 92 $line =~ s/$value/$ident/; 93 } elsif ($keyword eq 'options' && $value [all...] |
/freebsd-head/bin/sh/ |
H A D | arith_yylex.c | 84 int value; local 90 value = *buf; 91 switch (value) { 171 value = ARITH_VAR; 174 value += ARITH_ASS - '='; 180 value += 11; 185 value += ARITH_GE - '>'; 188 value += ARITH_RSHIFT - '>'; 191 value += ARITH_GT - '>'; 198 value [all...] |
/freebsd-head/lib/libsdp/ |
H A D | util.c | 296 } value; local 315 SDP_GET8(value.uint8, start); 316 printf("uint8 %u\n", value.uint8); 319 SDP_GET16(value.uint16, start); 320 printf("uint16 %u\n", value.uint16); 323 SDP_GET32(value.uint32, start); 324 printf("uint32 %u\n", value.uint32); 327 SDP_GET64(value.uint64, start); 328 printf("uint64 %ju\n", value.uint64); 333 SDP_GET128(&value [all...] |
/freebsd-head/contrib/tcp_wrappers/ |
H A D | setenv.c | 17 /* setenv - update or insert environment (name,value) pair */ 19 int setenv(name, value, clobber) 21 char *value; 30 if ((cp = malloc(strlen(name) + strlen(value) + 2)) == 0) 32 sprintf(cp, "%s=%s", name, value);
|
/freebsd-head/sys/dev/amdsmn/ |
H A D | amdsmn.h | 31 int amdsmn_read(device_t dev, uint32_t addr, uint32_t *value); 32 int amdsmn_write(device_t dev, uint32_t addr, uint32_t value);
|
/freebsd-head/lib/libc/compat-43/ |
H A D | gethostid.c | 48 long value; local 52 size = sizeof value; 53 if (sysctl(mib, 2, &value, &size, NULL, 0) == -1) 55 return (value);
|
/freebsd-head/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_data.c | 51 sdp_data_t value; local 53 ATF_REQUIRE(sdp_get_data(&test, &value)); 54 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_NIL); 56 ATF_REQUIRE(sdp_get_data(&test, &value)); 57 ATF_CHECK_EQ(sdp_data_type(&value), SDP_DATA_UINT8); 91 sdp_data_t value; local 93 ATF_REQUIRE(sdp_get_data(&test, &value)); 94 ATF_CHECK_EQ(sdp_data_size(&value), 1); 96 ATF_REQUIRE(sdp_get_data(&test, &value)); 97 ATF_CHECK_EQ(sdp_data_size(&value), [all...] |
/freebsd-head/contrib/googletest/googletest/test/ |
H A D | gtest_json_test_utils.py | 45 def _normalize(key, value): 47 return re.sub(r'^\d+(\.\d+)?s$', '*', value) 49 return re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\dZ$', '*', value) 51 value = re.sub(r'^.*[/\\](.*:)\d+\n', '\\1*\n', value) 52 return re.sub(r'Stack trace:\n(.|\n)*', 'Stack trace:\n*', value) 54 return normalize(value)
|
/freebsd-head/sys/compat/linuxkpi/common/include/linux/ |
H A D | refcount.h | 37 atomic_t value; member in struct:refcount_linux 44 atomic_set(&ref->value, i); 50 atomic_inc(&ref->value); 56 return (atomic_inc_not_zero(&ref->value)); 62 atomic_dec(&ref->value); 68 return atomic_read(&ref->value); 75 if (atomic_dec_and_test(&ref->value) == true) {
|
/freebsd-head/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | inquire_sec_context_by_oid.c | 53 gss_buffer_desc value; local 55 value.length = ctx->sessionkey.length; 56 value.value = ctx->sessionkey.data; 59 &value, 72 gss_buffer_desc value; local 80 value.length = sizeof(num); 81 value.value = # 84 &value, [all...] |