HomeSort by: relevance | last modified time | path
    Searched defs:variable (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/usr.bin/indent/
lex_ident.c 44 int variable; variable in typeref:typename:int
16 var\\ variable in typeref:typename:int
opt_ts.c 13 int variable; variable in typeref:typename:int
24 int variable; variable in typeref:typename:int
opt_ut.c 12 int variable; variable in typeref:typename:int
29 int variable; variable in typeref:typename:int
46 int variable; variable in typeref:typename:int
  /src/tests/usr.bin/xlint/lint1/
msg_086.c 8 extern double variable;
18 /* expect+1: warning: automatic 'variable' hides external declaration with type 'double' [86] */
19 int variable = 3; local in function:local_
23 sink = variable;
msg_130.c 142 * name or a typedef name, or implicitly by using a variable in a switch
156 } variable; variable in typeref:enum:__anonfa995aff0503
  /src/usr.bin/mkesdb/
yacc.y 62 static char *name, *encoding, *variable;
91 | property variable R_LN
104 variable : R_VARIABLE L_STRING label
106 set_prop_string("VARIABLE", &variable, &$2);
171 /* store variable */
172 if (variable)
174 (df, _CITRUS_ESDB_SYM_VARIABLE, variable));
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 18 # variable or the guard target is defined, the file is skipped completely, as
19 # including it would not have any effect, not even on the special variable
20 # '.MAKE.MAKEFILES', as that variable skips duplicate pathnames.
30 # This is the canonical form of a variable-based multiple-inclusion guard.
31 CASES+= variable-ifndef
32 LINES.variable-ifndef= \
36 # expect: Parse_PushInput: variable-ifndef.tmp:1
37 # expect: Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined
42 CASES+= variable-ifndef-reuse
43 LINES.variable-ifndef-reuse=
    [all...]
  /src/usr.bin/xlint/lint1/
README.md 182 # Common variable names
195 # Abbreviations in variable names
  /src/lib/libc/citrus/
citrus_iconv.c 108 const char **module, const char **variable)
129 /* get variable */
131 *variable = p += cp - cq;
163 const char *module, *variable; local in function:open_shared
168 &module, &variable);
174 &module, &variable);
232 (const void *)variable,
233 strlen(variable)+1);
citrus_mapper.c 134 const char **module, const char **variable)
172 /* get variable */
173 *variable = p;
211 const char * __restrict variable)
267 (const void *)variable,
268 strlen(variable)+1,
290 const char * __restrict variable)
292 return mapper_open(ma, rcm, module, variable);
324 const char *module, *variable = NULL; local in function:_citrus_mapper_open
344 (size_t)PATH_MAX, &module, &variable);
    [all...]
  /src/usr.bin/tip/
cmds.c 735 variable(char dummy __unused) function in typeref:typename:void
  /src/usr.bin/usbhidctl/
usbhid.c 69 /* Variable name, not NUL terminated */
70 char const *variable; member in struct:Susbvar
73 char const *value; /* Value to set variable to */
177 varname = var->variable;
183 * Parse the current variable name, locating the end of the
197 * Variable name is too long (hit delimiter instead of
198 * end-of-variable).
291 * Clear state in HID variable records used by hidmatch().
333 /* Don't match collections for this variable */
339 * Don't match constants for this variable,
    [all...]
  /src/usr.bin/telnet/
commands.c 271 * was to assign "c" to an unsigned int variable...
671 int *variable;
853 if (c->variable) {
854 *c->variable = !*c->variable; /* invert it */
856 printf("%s %s.\n", *c->variable? "Will" : "Won't",
969 if (c->variable) {
971 *c->variable = 1;
973 *c->variable = 0;
979 printf("%s %s.\n", *c->variable? "Will" : "Won't"
669 int *variable; member in struct:togglelist
    [all...]
  /src/usr.bin/make/
parse.c 86 * Try to parse the given line as a variable assignment.
88 * a target or a variable assignment. Used internally
212 * dependency line, for example because it is a variable assignment.
844 * Add the name to the .TARGETS variable as well, so the user can
1544 * Check for local variable assignment,
1568 * for variable changes later) and isn't
1728 * Determine the assignment operator and adjust the end of the variable
1772 * Parse a variable assignment, consisting of a single-word variable name,
1774 * variable value
2315 char *variable = line + 6; local in function:ParseGmakeExport
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 3183 char **variable; member in struct:read_config_file::config_keywords
3237 FREEPTR(*config_keywords[i].variable);
3250 config_keywords[i].variable, &p, ConfFile,
3255 *config_keywords[i].variable);

Completed in 21 milliseconds