Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Divars.c95 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); in object_getInstanceVariable() local
97 if (variable != NULL && returnValue != NULL) in object_getInstanceVariable()
99 char *location = (char *)object + variable->ivar_offset; in object_getInstanceVariable()
104 return variable; in object_getInstanceVariable()
115 struct objc_ivar * variable = class_getInstanceVariable (object->class_pointer, name); in object_setInstanceVariable() local
117 if (variable != NULL) in object_setInstanceVariable()
119 char *location = (char *)object + variable->ivar_offset; in object_setInstanceVariable()
124 return variable; in object_setInstanceVariable()
128 id object_getIvar (id object, struct objc_ivar * variable) in object_getIvar() argument
130 if (object == nil || variable == NULL) in object_getIvar()
[all …]
/dflybsd-src/lib/libc/locale/
H A Drune.c66 void *variable; in _Read_RuneMagi() local
101 variable = frl + 1; in _Read_RuneMagi()
107 runetype_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
108 variable = runetype_ext_ranges + frl->runetype_ext_nranges; in _Read_RuneMagi()
109 if (variable > lastp) { in _Read_RuneMagi()
113 maplower_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
114 variable = maplower_ext_ranges + frl->maplower_ext_nranges; in _Read_RuneMagi()
115 if (variable > lastp) { in _Read_RuneMagi()
119 mapupper_ext_ranges = (_FileRuneEntry *)variable; in _Read_RuneMagi()
120 variable = mapupper_ext_ranges + frl->mapupper_ext_nranges; in _Read_RuneMagi()
[all …]
/dflybsd-src/lib/libc/citrus/
H A Dcitrus_mapper.c130 size_t linebufsize, const char **module, const char **variable) in lookup_mapper_entry() argument
169 *variable = p; in lookup_mapper_entry()
207 const char * __restrict variable) in mapper_open() argument
262 (const void *)variable, strlen(variable) + 1, in mapper_open()
283 const char * __restrict module, const char * __restrict variable) in _citrus_mapper_open_direct() argument
286 return (mapper_open(ma, rcm, module, variable)); in _citrus_mapper_open_direct()
320 const char *module, *variable; in _citrus_mapper_open() local
323 variable = NULL; in _citrus_mapper_open()
341 (size_t)PATH_MAX, &module, &variable); in _citrus_mapper_open()
347 ret = mapper_open(ma, &cm, module, variable); in _citrus_mapper_open()
/dflybsd-src/stand/boot/common/
H A Dhelp.common50 # T<variable>=<value> DAssign value to variable
52 <variable>=<value>
54 Assign value to variable. The value is always assigned to local
55 variable <variable>. If <variable> is in the list of known kernel
57 assigned to the kernel environment variable of the given name.
58 If the variable name contains a `.' it is considered a kernel tunable.
65 The assignment described above, will assign to a local variable and,
66 if applicable, also snoop assignment to kernel environment variable.
89 If the ahci_load variable is set, the AHCI module will be loaded.
137 <flag>s can also be set via kernel_options variable.
[all …]
/dflybsd-src/contrib/ncurses/misc/
H A Dncurses.ref8 "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 …]
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dieee802_11_defs.h871 u8 variable[]; member
875 u8 variable[]; member
881 u8 variable[]; member
888 u8 variable[]; member
895 u8 variable[]; member
899 u8 variable[]; member
907 u8 variable[]; member
916 u8 variable[]; member
925 u8 variable[]; member
939 u8 variable[]; /* FT Request */ member
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvar-tracking.c404 } *variable; typedef
418 (*({ variable const __v = (var); \
425 (*({ variable const __v = (var); \
514 static void **unshare_variable (dataflow_set *set, void **slot, variable var,
533 static location_chain find_loc_in_1pdv (rtx, variable, htab_t);
537 static bool onepart_variable_different_p (variable, variable);
538 static bool variable_different_p (variable, variable);
553 static void dump_var (variable);
559 static void variable_was_changed (variable, dataflow_set *);
1372 static void loc_exp_dep_clear (variable var);
[all …]
H A Dstab.def21 /* Global variable. Only the name is significant.
29 /* Function name or text-segment variable for C. Value is its address.
34 /* Data-segment variable with internal linkage. Value is its address.
38 /* BSS-segment variable with internal linkage. Value is its address. */
70 /* Register variable. Value is number of register. */
99 /* GNU C++ exception variable. Name is variable name. */
118 /* Automatic variable in the stack. Value is offset from frame pointer.
131 /* Parameter variable. Value is offset from argument pointer.
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvar-tracking.c367 struct variable struct
409 (*({ variable *const __v = (var); \
416 (*({ variable *const __v = (var); \
475 struct variable_hasher : pointer_hash <variable>
478 static inline hashval_t hash (const variable *);
479 static inline bool equal (const variable *, const void *);
480 static inline void remove (variable *);
487 variable_hasher::hash (const variable *v) in hash()
495 variable_hasher::equal (const variable *v, const void *y) in equal()
505 variable_hasher::remove (variable *var) in remove()
[all …]
H A Dstab.def21 /* Global variable. Only the name is significant.
29 /* Function name or text-segment variable for C. Value is its address.
34 /* Data-segment variable with internal linkage. Value is its address.
38 /* BSS-segment variable with internal linkage. Value is its address. */
70 /* Register variable. Value is number of register. */
99 /* GNU C++ exception variable. Name is variable name. */
118 /* Automatic variable in the stack. Value is offset from frame pointer.
131 /* Parameter variable. Value is offset from argument pointer.
/dflybsd-src/contrib/tcsh-6/nls/french/
H A Dset132 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'
/dflybsd-src/contrib/tcsh-6/nls/spanish/
H A Dset132 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'
/dflybsd-src/contrib/bmake/
H A Dbmake.cat123 bmake prepends the contents of the MAKEFLAGS environment variable to the
44 `-', they are added to the MAKEFLAGS environment variable and are
95 L Turn on lint checks. This throws errors for variable as-
129 v Print debugging information about variable assignment and
183 ronment variable) starts with the string `.../', bmake searches
224 fined variable. The value printed is extracted from the global
226 variable contents (which may include additional unexpanded vari-
249 still exported via the MAKEFLAGS environment variable. This op-
254 Set the value of the variable variable to value. Normally, all
261 specifications, shell commands, variable assignments, include statements,
[all …]
/dflybsd-src/usr.bin/mkesdb/
H A Dyacc.y55 static char *name, *encoding, *variable; variable
88 | property variable R_LN
101 variable : R_VARIABLE L_STRING
103 set_prop_string("VARIABLE", &variable, &$2);
169 if (variable) in dump_file()
171 (df, _CITRUS_ESDB_SYM_VARIABLE, variable)); in dump_file()
/dflybsd-src/test/cocci/
H A Difaddr.cocci1 /// the address of a variable or field is non-zero is likely always to be
28 cocci.print_main("test of a variable/field address",p)
34 msg = "ERROR: test of a variable/field address"
/dflybsd-src/usr.bin/calendar/
H A Dio.c72 char *variable; /* variable name (T_VARIABLE) */ member
307 __func__, entry.variable, entry.value); in cal_parse()
310 if (strcasecmp(entry.variable, "LANG") == 0) { in cal_parse()
324 if (strcasecmp(entry.variable, "CALENDAR") == 0) { in cal_parse()
335 if (strcasecmp(entry.variable, "SEQUENCE") == 0) { in cal_parse()
342 if (strcasecmp(entry.variable, sday->name) == 0) { in cal_parse()
353 entry.variable, entry.value); in cal_parse()
356 free(entry.variable); in cal_parse()
455 entry->variable = xstrdup(p); in cal_readentry()
H A Ddates.c50 bool variable; /* Whether a variable event ? */ member
176 event_add(struct cal_day *dp, bool day_first, bool variable, in event_add() argument
196 e->variable = variable; in event_add()
217 fprintf(fp, "%s%c\t", e->date, e->variable ? '*' : ' '); in event_print_all()
/dflybsd-src/stand/boot/pc32/loader/
H A Dhelp.i38611 If the acpi_load variable is set, the ACPI module will be loaded.
48 NOTE: this variable is deprecated, use root_disk_unit instead.
65 forced by setting this variable.
67 See also vfs.root.mountfrom variable, under `set tunables' help item.
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap.h150 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable);
158 void (*set_bool)(void *ctx, enum eapol_bool_var variable,
167 unsigned int (*get_int)(void *ctx, enum eapol_int_var variable);
175 void (*set_int)(void *ctx, enum eapol_int_var variable,
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Doptions.texi44 A variable record to define a variable used to store option
47 variable, optionally with an initializer (but without any trailing
55 A variable record to define a variable used to store option
58 variable, optionally with an initializer (but without any trailing
60 and @samp{TargetSave} records in that the variable is defined in the
66 A variable record to record any additional files that the
73 A variable record to record any additional files that the
280 The state of this option should be stored in variable @var{var}
287 @var{var} is the integer variable that contains the mask.
291 variable that is nonzero when the option is enabled. The options
[all …]
H A Dcppenv.texi20 Each variable's value is a list of directories separated by a special
28 options on the command line. This environment variable is used
50 If this variable is set, its value specifies how to output
61 In other words, this environment variable is equivalent to combining
73 This variable is the same as @env{DEPENDENCIES_OUTPUT} (see above),
/dflybsd-src/usr.bin/dsynth/
H A Dprogress.js30 function catwidth (variable, queued) { argument
31 if (variable == 0)
33 var width = variable * progwidth / queued;
47 function minidraw(x, context, color, queued, variable, mcw) { argument
48 var width = catwidth (variable, queued);
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-nds32.texi263 Push value of double-word variable var into stack.
266 Push value of word variable var into stack.
269 Push value of half-word variable var into stack.
272 Push value of byte variable var into stack.
275 Push 32-bit address of variable var into stack.
287 Pop value of double-word variable var from stack using register ra5
291 Pop value of word variable var from stack using register ra5.
294 Pop value of half-word variable var from stack using register ra5.
297 Pop value of byte variable var from stack using register ra5.
/dflybsd-src/share/i18n/esdb/BIG5/
H A DMakefile.inc14 ${.CURDIR}/BIG5/Big5.variable
20 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
/dflybsd-src/contrib/gcc-4.7/libobjc/objc/
H A Druntime.h309 objc_EXPORT id object_getIvar (id object, Ivar variable);
316 objc_EXPORT void object_setIvar (id object, Ivar variable, id value);
320 objc_EXPORT const char * ivar_getName (Ivar variable);
324 objc_EXPORT ptrdiff_t ivar_getOffset (Ivar variable);
328 objc_EXPORT const char * ivar_getTypeEncoding (Ivar variable);

12345678910>>...14