/freebsd/sys/dev/bhnd/nvram/ |
H A D | nvram_map | 6 # The contents of this file (variable names, descriptions, and offsets) were 23 # NVRAM variable and SPROM layout descriptions. 95 #desc <variable description> 96 #help <variable help> 99 #desc <variable description> 100 #help <variable help> 103 #desc <variable description> 104 #help <variable help> 107 #desc <variable description> 108 #help <variable help> [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-include-guard.mk | 31 CASES+= variable-ifndef 32 LINES.variable-ifndef= \ 42 CASES+= variable-ifndef-reuse 43 LINES.variable-ifndef-reuse= \ 52 CASES+= variable-ifndef-zero 53 LINES.variable-ifndef-zero= \ 62 CASES+= variable-ifndef-one 63 LINES.variable-ifndef-one= \ 85 CASES+= variable-if 86 LINES.variable-if= \ [all …]
|
H A D | export-variants.mk | 12 . warning At this point, no variable should be exported. 16 . warning At this point, no variable should be exported. 20 . warning At this point, no variable should be exported. 28 . warning At this point, a single variable should be exported. 32 . warning At this point, a single variable should be exported. 36 . warning At this point, a single variable should be exported.
|
H A D | cond-func.mk | 12 ${:UA B}= variable name with spaces 13 ${:UVAR(value)}= variable name with parentheses 14 ${:UVAR{value}}= variable name with balanced braces 19 ${VARNAME_UNBALANCED_BRACES}= variable name with unbalanced braces
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_length.c | 41 const char *variable) in length_primitive() argument 43 fprintf (codefile, "%s += der_length_%s(%s);\n", variable, typename, name); in length_primitive() 64 const char *variable, const char *tmpstr) in length_type() argument 72 variable, t->symbol->gen_name, name); in length_type() 79 length_primitive ("integer", "&enumint", variable); in length_type() 82 length_primitive ("heim_integer", name, variable); in length_type() 84 length_primitive ("integer64", name, variable); in length_type() 86 length_primitive ("unsigned64", name, variable); in length_type() 88 length_primitive ("integer", name, variable); in length_type() 90 length_primitive ("unsigned", name, variable); in length_type() [all...] |
/freebsd/contrib/ncurses/misc/ |
H A D | shlib | 124 variable=PATH 127 variable=LIBRARY_PATH 130 variable=DYLD_LIBRARY_PATH 133 variable=LD_LIBRARY_PATH 137 eval 'test -z "$'$variable'" && '$variable'=":"' 138 eval $variable'="$q:$'$variable'"' 139 eval 'export '$variable
|
H A D | ncurses.ref | 8 "stdscr" @500 NONAME ; variable 9 "curscr" @501 NONAME ; variable 10 "newscr" @502 NONAME ; variable 11 "COLORS" @503 NONAME ; variable 12 "COLOR_PAIRS" @504 NONAME ; variable 13 "color_pairs" @505 NONAME ; variable 14 "acs_map" @506 NONAME ; variable 15 "LINES" @510 NONAME ; variable 16 "COLS" @511 NONAME ; variable 17 "TABSIZE" @512 NONAME ; variable [all …]
|
/freebsd/lib/libc/locale/ |
H A D | rune.c | 64 void *variable; in _Read_RuneMagi() local 99 variable = frl + 1; in _Read_RuneMagi() 105 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 106 variable = runetype_ext_ranges + frl->runetype_ext_nranges; in _Read_RuneMagi() 107 if (variable > lastp) { in _Read_RuneMagi() 111 maplower_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 112 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi() 113 if (variable > lastp) { in _Read_RuneMagi() 117 mapupper_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi() 118 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi() [all …]
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_mapper.c | 128 size_t linebufsize, const char **module, const char **variable) in lookup_mapper_entry() argument 167 *variable = p; in lookup_mapper_entry() 205 const char * __restrict variable) in mapper_open() argument 260 (const void *)variable, strlen(variable) + 1, in mapper_open() 281 const char * __restrict module, const char * __restrict variable) in _citrus_mapper_open_direct() argument 284 return (mapper_open(ma, rcm, module, variable)); in _citrus_mapper_open_direct() 318 const char *module, *variable; in _citrus_mapper_open() local 321 variable = NULL; in _citrus_mapper_open() 339 (size_t)PATH_MAX, &module, &variable); in _citrus_mapper_open() 345 ret = mapper_open(ma, &cm, module, variable); in _citrus_mapper_open()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | variable.subr | 32 f_dprintf "%s: loading includes..." variable.subr 52 # f_variable_new $handle $variable 54 # Register a new variable named $variable with the given reference-handle 55 # $handle. The environment variable $handle is set to $variable allowing you to 57 # of environment variable $variable. For example: 65 # to return the value of environment variable `abc'. Variables registered in 66 # this manner are recorded in the $VARIABLES environment variable for later 71 local handle="$1" variable="$2" 73 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable" 74 setvar $handle $variable [all …]
|
/freebsd/share/examples/bootforth/ |
H A D | frames.4th | 6 variable h_el 7 variable v_el 8 variable lt_el 9 variable lb_el 10 variable rt_el 11 variable rb_el 12 variable fill
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_flags.inc | 29 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set " 32 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set " 35 "DEPRECATED: use the environment variable XRAY_BASIC_OPTIONS and set " 42 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set " 45 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set " 48 "DEPRECATED: use the environment variable XRAY_FDR_OPTIONS and set "
|
/freebsd/contrib/lutok/m4/ |
H A D | compiler-flags.m4 | 43 dnl Checks for a compiler flag and sets a result variable. 47 dnl \param 1 The shell variable containing the compiler name. Used for 49 dnl \param 2 The shell variable containing the flags for the compiler. 52 dnl \param 4 The shell variable to set with the result of the test. Will 72 dnl Checks for a compiler flag and appends it to a result variable. 74 dnl \param 1 The shell variable containing the compiler name. Used for 76 dnl \param 2 The shell variable containing the flags for the compiler. 79 dnl \param 4 The shell variable to which to append $3 if the flag is valid. 98 dnl Checks for a C compiler flag and appends it to a variable. 103 dnl \param 2 The shell variable to which to append $1 if the flag is valid. [all …]
|
/freebsd/stand/forth/ |
H A D | menu.4th | 57 variable menuidx \ Menu item stack for number prefixes 58 variable menurow \ Menu item stack for positioning 59 variable menubllt \ Menu item bullet 62 variable menuX \ Menu X offset (columns) 63 variable menuY \ Menu Y offset (rows) 66 variable menurebootadded 69 variable kernidx 70 variable kernlen 71 variable kernmenuidx 74 variable menu_timeout_enabled \ timeout state (internal use only) [all …]
|
H A D | frames.4th | 34 variable h_el 35 variable v_el 36 variable lt_el 37 variable lb_el 38 variable rt_el 39 variable rb_el 40 variable fill
|
/freebsd/contrib/kyua/m4/ |
H A D | compiler-flags.m4 | 43 dnl Checks for a compiler flag and sets a result variable. 47 dnl \param 1 The shell variable containing the compiler name. Used for 49 dnl \param 2 The shell variable containing the flags for the compiler. 52 dnl \param 4 The shell variable to set with the result of the test. Will 82 dnl Checks for a compiler flag and appends it to a result variable. 84 dnl \param 1 The shell variable containing the compiler name. Used for 86 dnl \param 2 The shell variable containing the flags for the compiler. 89 dnl \param 4 The shell variable to which to append $3 if the flag is valid. 108 dnl Checks for a C compiler flag and appends it to a variable. 113 dnl \param 2 The shell variable to which to append $1 if the flag is valid. [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-VALGRIND.md | 29 This variable is used to specify the shell used to execute OpenSSL test 31 to allow programs to find shared libraries. The variable can be modified 42 Additional Valgrind options may be added to the `EXE_SHELL` variable. 46 This variable controls the processor-specific code on Intel processors. 48 processor, and use it to its fullest capability. This variable can be 56 This variable may need to be set to something different based on the 68 If an error occurs, you can then run the specific test via the `TESTS` variable
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_defs.h | 1002 u8 variable[]; member 1006 u8 variable[]; member 1012 u8 variable[]; member 1019 u8 variable[]; member 1026 u8 variable[]; member 1030 u8 variable[]; member 1038 u8 variable[]; member 1047 u8 variable[]; member 1056 u8 variable[]; member 1070 u8 variable[]; /* FT Request */ member [all …]
|
/freebsd/contrib/tcsh/nls/french/ |
H A D | set1 | 32 30 Le nom de la variable doit commencer par une lettre 33 31 Le nom de la variable est trop long 34 32 Le nom de la variable ne doit contenir que des caractères alphanumériques 80 78 Pas de variable `$home' définie 83 81 Retour-chariot dans un nom de variable 86 84 Nom de variable incorrect 87 85 Retour-chariot dans l'index de variable 89 87 Syntaxe de variable 110 108 Pas de variable `$watch' définie 139 137 Unknown colorls variable '%c%c'
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | sel-gram.y | 63 %type <expr> variable variables 92 | word kw_IN variable { $$ = _hx509_make_expr(comp_IN, $1, $3); } 98 | variable { $$ = $1; } 107 variable: '%' '{' variables '}' { $$ = $3; }
|
/freebsd/usr.bin/mkesdb/ |
H A D | yacc.y | 57 static char *encoding, *name, *output = NULL, *variable; variable 85 | property variable R_LN 98 variable : R_VARIABLE L_STRING 100 set_prop_string("VARIABLE", &variable, &$2); 166 if (variable) in dump_file() 168 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 28 variable. 43 variable 49 variable 56 variable 187 This is a read-only variable. 270 This is a read-only variable. 295 This is a read-only variable. 343 This is a read-only variable. 350 This is a read-only variable. 357 names. This is a read-only variable. [all …]
|
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set1 | 32 30 El nombre de la variable debe comenzar con una letra 33 31 El nombre de la variable es demasiado grande 34 32 El nombre de la variable debe contener caracteres alfanuméricos 80 78 La variable $home no está definida 83 81 Nombre de variable incluye un retorno de carro 86 84 Nombre de variable ilegal 89 87 Sintaxis de variable 110 108 La variable $watch no ha sido definida 139 137 Unknown colorls variable '%c%c'
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set1 | 28 26 Undefined variable 80 78 No $home variable set 83 81 Newline in variable name 86 84 Illegal variable name 87 85 Newline in variable index 110 108 No $watch variable set 139 137 Unknown colorls variable '%c%c'
|
/freebsd/stand/uboot/ |
H A D | help.uboot | 15 If no variable names are specified, all U-Boot environment 16 variables are imported. Each variable is prefixed with "uboot." 24 If no variable names are specified, all U-Boot environment
|