Home
last modified time | relevance | path

Searched refs:var (Results 1 – 25 of 1293) sorted by relevance

12345678910>>...52

/NextBSD/contrib/gcc/doc/
HDlibgcc.texi55 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
56 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
58 These functions return the result of shifting @var{a} left by @var{b} bits.
61 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
62 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
64 These functions return the result of arithmetically shifting @var{a} right
65 by @var{b} bits.
68 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
[all …]
/NextBSD/contrib/gdb/gdb/
HDvarobj.c138 struct varobj *var; member
152 struct varobj *var; member
183 static void free_variable (struct varobj *var);
185 static struct cleanup *make_cleanup_free_variable (struct varobj *var);
187 static struct type *get_type (struct varobj *var);
189 static struct type *get_type_deref (struct varobj *var);
197 static void vpush (struct vstack **pstack, struct varobj *var);
207 static enum varobj_languages variable_language (struct varobj *var);
219 static struct type *type_of_child (struct varobj *var);
221 static int variable_editable (struct varobj *var);
[all …]
/NextBSD/sys/sys/
HDqueue.h190 #define SLIST_FOREACH(var, head, field) \ argument
191 for ((var) = SLIST_FIRST((head)); \
192 (var); \
193 (var) = SLIST_NEXT((var), field))
195 #define SLIST_FOREACH_FROM(var, head, field) \ argument
196 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \
197 (var); \
198 (var) = SLIST_NEXT((var), field))
200 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
201 for ((var) = SLIST_FIRST((head)); \
[all …]
HDkernel.h268 int *var; member
270 #define TUNABLE_INT(path, var) \ argument
273 (var), \
279 #define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var)) argument
287 long *var; member
289 #define TUNABLE_LONG(path, var) \ argument
292 (var), \
298 #define TUNABLE_LONG_FETCH(path, var) getenv_long((path), (var)) argument
306 unsigned long *var; member
308 #define TUNABLE_ULONG(path, var) \ argument
[all …]
/NextBSD/sys/conf/
HDkern.opts.mk89 .for var in ${__DEFAULT_YES_OPTIONS}
90 .if !defined(MK_${var})
91 .if defined(WITHOUT_${var}) # WITHOUT always wins
92 MK_${var}:= no
94 MK_${var}:= yes
97 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
98 .error "Illegal value for MK_${var}: ${MK_${var}}"
105 .for var in ${__DEFAULT_NO_OPTIONS}
106 .if !defined(MK_${var})
107 .if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins
[all …]
/NextBSD/contrib/gdb/gdb/mi/
HDmi-cmd-var.c35 static int varobj_update_one (struct varobj *var);
43 struct varobj *var; in mi_cmd_var_create() local
92 var = varobj_create (name, expr, frameaddr, var_type); in mi_cmd_var_create()
94 if (var == NULL) in mi_cmd_var_create()
98 ui_out_field_int (uiout, "numchild", varobj_get_num_children (var)); in mi_cmd_var_create()
99 type = varobj_get_type (var); in mi_cmd_var_create()
117 struct varobj *var; in mi_cmd_var_delete() local
156 var = varobj_get_handle (name); in mi_cmd_var_delete()
158 if (var == NULL) in mi_cmd_var_delete()
161 numdel = varobj_delete (var, NULL, children_only_p); in mi_cmd_var_delete()
[all …]
/NextBSD/tools/tools/ath/athprom/
HDathprom.c488 eevar(FILE *fd, const char *var) in eevar() argument
492 if (streq(var, "mode")) { in eevar()
497 } else if (streq(var, "version")) { in eevar()
499 } else if (streq(var, "V_major")) { in eevar()
501 } else if (streq(var, "V_minor")) { in eevar()
503 } else if (streq(var, "earStart")) { in eevar()
505 } else if (streq(var, "tpStart")) { in eevar()
507 } else if (streq(var, "eepMap")) { in eevar()
509 } else if (streq(var, "exist32KHzCrystal")) { in eevar()
511 } else if (streq(var, "eepMap2PowerCalStart")) { in eevar()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
HDtst.StructDataTypes.d88 } var; variable
95 var.new_char = 'c';
96 var.new_short = 10;
97 var.new_int = 100;
98 var.new_long = 1234567890;
99 var.new_long_long = 1234512345;
100 var.new_int8 = 'p';
101 var.new_int16 = 20;
102 var.new_int32 = 200;
103 var.new_int64 = 2000000;
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/union/
HDtst.UnionDataTypes.d88 } var; variable
95 var.new_char = 'c';
96 var.new_short = 10;
97 var.new_int = 100;
98 var.new_long = 1234567890;
99 var.new_long_long = 1234512345;
100 var.new_int8 = 'p';
101 var.new_int16 = 20;
102 var.new_int32 = 200;
103 var.new_int64 = 2000000;
[all …]
/NextBSD/crypto/heimdal/doc/
HDwhatis.texi65 they claim to be. In the following example, @var{A} is the initiator of
66 the authentication exchange, usually a user, and @var{B} is the service
67 that @var{A} wishes to use.
69 To obtain a ticket for a specific service, @var{A} sends a ticket
70 request to the kerberos server. The request contains @var{A}'s and
71 @var{B}'s names (along with some other fields). The kerberos server
72 checks that both @var{A} and @var{B} are valid principals.
75 containing @var{A}'s and @var{B}'s names, @var{A}'s network address
76 (@var{A@sub{addr}}), the current time (@var{t@sub{issue}}), the lifetime
77 of the ticket (@var{life}), and a secret @dfn{session key}
[all …]
/NextBSD/contrib/gcclibs/libiberty/
HDfunctions.texi29 @deftypefn Replacement void* alloca (size_t @var{size})
47 @deftypefn Extension int asprintf (char **@var{resptr}, const char *@var{format}, ...)
52 pointer to the allocated memory in @code{*@var{resptr}}. The value
55 @code{*@var{resptr}}.
60 @deftypefn Supplemental int atexit (void (*@var{f})())
62 Causes function @var{f} to be called at exit. Returns 0.
67 @deftypefn Supplemental char* basename (const char *@var{name})
69 Returns a pointer to the last component of pathname @var{name}.
75 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
77 Compares the first @var{count} bytes of two areas of memory. Returns
[all …]
HDpexecute.txh2 …ypefn Extension {struct pex_obj *} pex_init (int @var{flags}, const char *@var{pname}, const char …
8 @var{flags} is a bitwise combination of the following:
27 @var{pname} is the name of program to be executed, used in error
28 messages. @var{tempbase} is a base name to use for any required
33 … *@var{obj}, int @var{flags}, const char *@var{executable}, char * const *@var{argv}, const char *…
39 @var{obj} is returned by a previous call to @code{pex_init}.
41 @var{flags} is a bitwise combination of the following:
49 of the program will be sent to @var{outname}, or, if @var{outname} is
53 @var{pex_run} may no longer be called with the same @var{obj}.
61 @var{outname} is a suffix. See the description of @var{outname},
[all …]
/NextBSD/contrib/gcc/
HDtree-ssa-alias.c64 tree var; member
318 tree var; in set_initial_properties() local
321 FOR_EACH_REFERENCED_VAR (var, rvi) in set_initial_properties()
323 if (is_global_var (var) in set_initial_properties()
324 && (!var_can_have_subvars (var) in set_initial_properties()
325 || get_subvars_for_var (var) == NULL)) in set_initial_properties()
327 if (!unmodifiable_var_p (var)) in set_initial_properties()
328 mark_call_clobbered (var, ESCAPE_IS_GLOBAL); in set_initial_properties()
330 else if (TREE_CODE (var) == PARM_DECL in set_initial_properties()
331 && default_def (var) in set_initial_properties()
[all …]
HDtree-ssanames.c121 make_ssa_name (tree var, tree stmt) in make_ssa_name() argument
126 gcc_assert (DECL_P (var) in make_ssa_name()
127 || TREE_CODE (var) == INDIRECT_REF); in make_ssa_name()
155 TREE_TYPE (t) = TREE_TYPE (var); in make_ssa_name()
156 SSA_NAME_VAR (t) = var; in make_ssa_name()
179 release_ssa_name (tree var) in release_ssa_name() argument
181 if (!var) in release_ssa_name()
186 if (var == default_def (SSA_NAME_VAR (var))) in release_ssa_name()
191 if (name_registered_for_update_p (var)) in release_ssa_name()
193 release_ssa_name_after_update_ssa (var); in release_ssa_name()
[all …]
HDtree-dfa.c245 tree var; in dump_referenced_vars() local
251 FOR_EACH_REFERENCED_VAR (var, rvi) in dump_referenced_vars()
254 dump_variable (file, var); in dump_referenced_vars()
272 dump_subvars_for (FILE *file, tree var) in dump_subvars_for() argument
274 subvar_t sv = get_subvars_for_var (var); in dump_subvars_for()
283 print_generic_expr (file, sv->var, dump_flags); in dump_subvars_for()
294 debug_subvars_for (tree var) in debug_subvars_for() argument
296 dump_subvars_for (stderr, var); in debug_subvars_for()
303 dump_variable (FILE *file, tree var) in dump_variable() argument
307 if (TREE_CODE (var) == SSA_NAME) in dump_variable()
[all …]
/NextBSD/etc/
HDnewsyslog.conf20 /var/log/all.log 600 7 * @T00 J
21 /var/log/amd.log 644 7 100 * J
22 /var/log/auth.log 600 7 100 @0101T JC
23 /var/log/console.log 600 5 100 * J
24 /var/log/cron 600 3 100 * JC
25 /var/log/daily.log 640 7 * @T00 JN
26 /var/log/debug.log 600 7 100 * JC
27 /var/log/init.log 644 3 100 * J
28 /var/log/kerberos.log 600 7 100 * J
29 /var/log/lpd-errs 644 7 100 * JC
[all …]
/NextBSD/share/mk/
HDbsd.mkopt.mk33 .for var in ${__DEFAULT_YES_OPTIONS}
34 .if !defined(MK_${var})
35 .if defined(WITHOUT_${var}) # WITHOUT always wins
36 MK_${var}:= no
38 MK_${var}:= yes
41 .if ${MK_${var}} != "yes" && ${MK_${var}} != "no"
42 .error "Illegal value for MK_${var}: ${MK_${var}}"
51 .for var in ${__DEFAULT_NO_OPTIONS}
52 .if !defined(MK_${var})
53 .if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins
[all …]
HDsrc.sys.mk15 .for var in ${__ENV_ONLY_OPTIONS}
16 __presrcconf_${var}:= ${MK_${var}:U-}${WITHOUT_${var}:Uno:Dyes}${WITH_${var}:Uno:Dyes}
23 .for var in ${__ENV_ONLY_OPTIONS}
24 __postrcconf_${var}:= ${MK_${var}:U-}${WITHOUT_${var}:Uno:Dyes}${WITH_${var}:Uno:Dyes}
25 .if ${__presrcconf_${var}} != ${__postrcconf_${var}}
26 .error Option ${var} may only be defined in ${SRC_ENV_CONF}, environment, or make argument, not ${S…
28 .undef __presrcconf_${var}
29 .undef __postrcconf_${var}
HDbsd.compiler.mk48 .for var in CCACHE_LOGFILE CCACHE_BASEDIR
49 .if defined(${var})
50 ${var}:= ${${var}}
51 .export ${var}
72 .for var in CC CXX HOST_CC HOST_CXX
73 .if defined(${var}) && ${${var}:M${CCACHE_BIN}} == ""
74 ${var}:= ${CCACHE_BIN} ${${var}}
104 .for var in ${_exported_vars}
105 .if defined(${var})
110 .for var in ${_exported_vars}
[all …]
/NextBSD/usr.bin/usbhidctl/
HDusbhid.c73 struct variable *var, **pnext; in parceargs() local
102 var = malloc(sizeof(*var)); in parceargs()
103 memset(var, 0, sizeof(*var)); in parceargs()
104 asprintf(&var->name, "%s%s%s:%s", in parceargs()
108 var->h = h; in parceargs()
109 *pnext = var; in parceargs()
110 pnext = &var->next; in parceargs()
116 var = malloc(sizeof(*var)); in parceargs()
117 memset(var, 0, sizeof(*var)); in parceargs()
120 var->name = strsep(&tmp1, "#"); in parceargs()
[all …]
/NextBSD/contrib/binutils/libiberty/
HDfunctions.texi29 @deftypefn Replacement void* alloca (size_t @var{size})
47 @deftypefn Extension int asprintf (char **@var{resptr}, const char *@var{format}, ...)
52 pointer to the allocated memory in @code{*@var{resptr}}. The value
55 @code{*@var{resptr}}.
60 @deftypefn Supplemental int atexit (void (*@var{f})())
62 Causes function @var{f} to be called at exit. Returns 0.
67 @deftypefn Supplemental char* basename (const char *@var{name})
69 Returns a pointer to the last component of pathname @var{name}.
75 @deftypefn Supplemental int bcmp (char *@var{x}, char *@var{y}, int @var{count})
77 Compares the first @var{count} bytes of two areas of memory. Returns
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDiofile_example.txt4 Here we run it while a tar command is backing up /var/adm,
10 5206 tar 109 /var/adm/acct/nite
11 5206 tar 110 /var/adm/acct/sum
12 5206 tar 114 /var/adm/acct/fiscal
13 5206 tar 117 /var/adm/messages.3
14 5206 tar 172 /var/adm/sa
15 5206 tar 3605 /var/adm/messages.2
16 5206 tar 4548 /var/adm/spellhist
17 5206 tar 5769 /var/adm/exacct/brendan1task
18 5206 tar 6416 /var/adm/acct
[all …]
HDnfswizard_example.txt33 /net/mars/var/tmp/adm/vold.log 4096
34 /net/mars/var/tmp/adm/uptime 4096
35 /net/mars/var/tmp/adm/mail 4096
36 /net/mars/var/tmp/adm/authlog.5 4096
37 /net/mars/var/tmp/adm/ftpd 12288
38 /net/mars/var/tmp/adm/spellhist 16384
39 /net/mars/var/tmp/adm/messages 16384
40 /net/mars/var/tmp/adm/utmpx 20480
41 /net/mars/var/tmp/adm/ftpd.2 20480
42 /net/mars/var/tmp/adm/ftpd.3 20480
[all …]
/NextBSD/crypto/openssh/openbsd-compat/
HDsys-queue.h200 #define SLIST_FOREACH(var, head, field) \ argument
201 for((var) = SLIST_FIRST(head); \
202 (var) != SLIST_END(head); \
203 (var) = SLIST_NEXT(var, field))
205 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
206 for ((var) = SLIST_FIRST(head); \
207 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \
208 (var) = (tvar))
274 #define LIST_FOREACH(var, head, field) \ argument
275 for((var) = LIST_FIRST(head); \
[all …]
/NextBSD/contrib/openbsm/compat/
HDqueue.h160 #define SLIST_FOREACH(var, head, field) \ argument
161 for ((var) = SLIST_FIRST((head)); \
162 (var); \
163 (var) = SLIST_NEXT((var), field))
165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
166 for ((var) = SLIST_FIRST((head)); \
167 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
168 (var) = (tvar))
170 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
172 ((var) = *(varp)) != NULL; \
[all …]

12345678910>>...52