/src/usr.bin/make/unit-tests/ |
opt-var-literal.exp | 1 other ${VALUE} $$$$ 2 value
|
opt-var-expanded.mk | 5 .MAKEFLAGS: -v VAR -v VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
opt-var-literal.mk | 5 .MAKEFLAGS: -V VAR -V VALUE 7 VAR= other ${VALUE} $$$$ 8 VALUE= value
|
varparse-errors.mk | 12 PLAIN= plain value 16 INDIRECT= An ${:Uindirect} value. 117 # expect: while evaluating "${:Z}" with value "" 118 # expect: while evaluating variable "INDIRECT" with value "${:Z}" 119 # expect: while evaluating variable "VALUE" with value "${INDIRECT}" 122 _!= echo '.info $${VALUE}' > varparse-errors.tmp 123 VALUE= ${INDIRECT}
|
varmod-sysv.mk | 77 # If the variable value is empty, it is debatable whether it consists of a 86 # If the variable value is empty, it is debatable whether it consists of a 113 .if ${value:L:e$=x} != "value" 119 # to ':e=x', which doesn't match the string "value$". Therefore the whole 120 # expression evaluated to "value$". 124 .if ${value:L:e=x} != "valux" 220 # lasts longer than expected. The whole expression initially has the value 236 VALUE= value [all...] |
varmod.mk | 50 # | O | strict | only literal value | yes | 75 # To get a single '$' sign in the value of an expression, it has to 76 # be written as '$$' in a literal variable value. 149 # expect+1: Invalid time value "\" 165 .if ${VAR::=value$} != "" || ${VAR} != "value" 171 .if ${VAR::+=appended$} != "" || ${VAR} != "value<space>appended" 209 # expect+1: Invalid time value "1000$" 215 # expect+1: Invalid time value "1000$" 244 .if ${VAR:LAR=ALUE} != "VALUE" [all...] |
/src/common/dist/zlib/win32/ |
zlib1.rc | 26 VALUE "FileDescription", "zlib data compression library\0" 27 VALUE "FileVersion", ZLIB_VERSION "\0" 28 VALUE "InternalName", "zlib1.dll\0" 29 VALUE "LegalCopyright", "(C) 1995-2022 Jean-loup Gailly & Mark Adler\0" 30 VALUE "OriginalFilename", "zlib1.dll\0" 31 VALUE "ProductName", "zlib\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0" 33 VALUE "Comments", "For more information visit http://www.zlib.net/\0" 38 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc10/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
20 VALUE "FileVersion", "1.3.1\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlibwapi.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0"
30 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc11/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
20 VALUE "FileVersion", "1.3.1\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlibwapi.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0"
30 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc12/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" 20 VALUE "FileVersion", "1.3.1\0" 21 VALUE "InternalName", "zlib\0" 22 VALUE "OriginalFilename", "zlibwapi.dll\0" 23 VALUE "ProductName", "ZLib.DLL\0" 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" 25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" 30 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc14/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" 20 VALUE "FileVersion", "1.3.1\0" 21 VALUE "InternalName", "zlib\0" 22 VALUE "OriginalFilename", "zlibwapi.dll\0" 23 VALUE "ProductName", "ZLib.DLL\0" 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" 25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" 30 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc17/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" 20 VALUE "FileVersion", "1.3.1\0" 21 VALUE "InternalName", "zlib\0" 22 VALUE "OriginalFilename", "zlibwapi.dll\0" 23 VALUE "ProductName", "ZLib.DLL\0" 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" 25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0" 30 VALUE "Translation", 0x0409, 1252
|
/src/common/dist/zlib/contrib/vstudio/vc9/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
20 VALUE "FileVersion", "1.3.1\0"
21 VALUE "InternalName", "zlib\0"
22 VALUE "OriginalFilename", "zlibwapi.dll\0"
23 VALUE "ProductName", "ZLib.DLL\0"
24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
25 VALUE "LegalCopyright", "(C) 1995-2024 Jean-loup Gailly & Mark Adler\0"
30 VALUE "Translation", 0x0409, 1252
|
/src/usr.bin/msgc/ |
msgparse.y | 54 %token <s_value> NAME VALUE 65 msg : MESSAGE NAME VALUE
|
msgscan.l | 97 return VALUE;
|
/src/sys/external/isc/libsodium/dist/builds/msvc/ |
resource.rc | 47 VALUE "FileDescription", "The Sodium crypto library (libsodium) "
48 VALUE "FileVersion", LIBSODIUM_VERSION_STRING
49 VALUE "InternalName", "libsodium"
50 VALUE "LegalCopyright", "Copyright (c) 2017 The libsodium authors."
51 VALUE "OriginalFilename", "libsodium.dll"
52 VALUE "ProductName", LIBSODIUM_PRODUCT_NAME
53 VALUE "ProductVersion", LIBSODIUM_VERSION_STRING
58 VALUE "Translation", 0x409, 1200
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
pbsdboot.rc | 203 VALUE "CompanyName", "\0"
204 VALUE "FileDescription", "pbsdboot WCE MFC Application\0"
205 VALUE "FileVersion", "1, 0, 0, 1\0"
206 VALUE "InternalName", "pbsdboot\0"
207 VALUE "LegalCopyright", "Copyright (C) 1998\0"
208 VALUE "LegalTrademarks", "\0"
209 VALUE "OriginalFilename","pbsdboot.EXE\0"
210 VALUE "ProductName", "pbsdboot Application\0"
211 VALUE "ProductVersion", "1, 0, 0, 1\0"
216 VALUE "Translation", 0x409, 1200 [all...] |
/src/share/examples/puffs/pgfs/ |
newfs.sql | 42 CREATE DOMAIN fileid AS int8 NOT NULL CHECK(VALUE > 0); 43 CREATE DOMAIN uid AS int8 NOT NULL CHECK(VALUE >= 0); 44 CREATE DOMAIN gid AS int8 NOT NULL CHECK(VALUE >= 0); 45 CREATE DOMAIN mode AS int8 NOT NULL CHECK(VALUE >= 0 AND VALUE <= 7*8*8+7*8+7); 46 CREATE DOMAIN nlink AS int8 NOT NULL CHECK(VALUE >= 0);
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 89 # lt_dict_add(DICT, KEY, VALUE) 95 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) 109 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) 117 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
|
libtool.m4 | 284 # 'config.status' has no value for ac_aux_dir unless we are using Automake, 285 # so we pass a copy along to make sure it has a sensible value anyway. 354 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) 356 # CONFIGNAME is the name given to the value in the libtool script. 358 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on 359 # VARNAME. Any other value will be used directly. 364 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) 372 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) 383 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..] [all...] |
/src/tests/lib/libc/sys/ |
t_sigqueue.c | 46 #define VALUE (int)0xc001dad1 47 static int value; variable in typeref:typename:int 52 value = info->si_value.sival_int; 74 sv.sival_int = VALUE; 80 ATF_REQUIRE_EQ(sv.sival_int, value);
|
/src/tools/compat/ |
configure | 63 # to be unset--not just set to an empty or harmless value--now, to 122 # neutralization value for shells without unset; and this also 246 # neutralization value for shells without unset; and this also 376 # as_fn_append VAR VALUE 378 # Append the text in VALUE to the end of the definition contained in VAR. Take 1271 Usage: $0 [OPTION]... [VAR=VALUE]... 1274 VAR=VALUE. See below for descriptions of some of the useful variables. 1978 ac_must_keep_next=false # Got value, back to normal. 2169 Do not test the value of __STDC__, because some compilers set it to 0 2501 # value [all...] |
/src/sys/arch/m68k/060sp/dist/ |
fplsp.s | 382 set FTEMP_SGN, 2 # value saved in memory. 389 set LOCAL_SGN, 2 # value saved in memory. 396 set DST_HI, 4 # value saved in memory. 401 set SRC_HI, 4 # value saved in memory. 5544 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN 5548 #--US THE DESIRED VALUE IN FLOATING POINT. 5975 #--WE MUST NOW FIND INT(FP2). SINCE WE NEED THIS VALUE IN 5979 #--US THE DESIRED VALUE IN FLOATING POINT. 6677 fadd.s &0x00800000,%fp0 # add a small value 6749 # 2.5 Calculate the address of the stored value of [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfx_v8_0.c | 4454 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ 6262 tmp = REG_SET_FIELD(tmp, SPI_WCL_PIPE_PERCENT_GFX, VALUE, pipe_percent); 6439 amdgpu_ring_write(ring, 0x55aa55aa); /* patch dummy value later */ 6501 uint32_t value = 0; local in function:gfx_v8_0_ring_soft_recovery 6503 value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03); 6504 value = REG_SET_FIELD(value, SQ_CMD, MODE, 0x01); 6505 value = REG_SET_FIELD(value, SQ_CMD, CHECK_VMID, 1) [all...] |
amdgpu_gfx_v9_0.c | 3349 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ 3478 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ 5068 tmp = REG_SET_FIELD(tmp, SPI_WCL_PIPE_PERCENT_GFX, VALUE, pipe_percent); 5287 amdgpu_ring_write(ring, 0x55aa55aa); /* patch dummy value later */ 5370 uint32_t value = 0; local in function:gfx_v9_0_ring_soft_recovery 5372 value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03); 5373 value = REG_SET_FIELD(value, SQ_CMD, MODE, 0x01); 5374 value = REG_SET_FIELD(value, SQ_CMD, CHECK_VMID, 1) [all...] |