Searched refs:variable (Results 1 - 25 of 163) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dmygetenv.c39 mygetenv(char *variable, char *deflt) argument
43 value = getenv(variable);
H A Dlibrary.h40 char *mygetenv(char *variable, char *deflt);
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dagent.c96 static int agent_get_next_loop(SNMP_variable *variable, Node *node, Oid *suffix);
267 SNMP_variable *variable; local
278 for(variable = pdu->first_variable; variable; variable = variable->next_variable)
280 node = node_find(NEXT_ENTRY, &(variable->name), &suffix);
291 trace("!! getnext(): processing the variable %s\n\n",
295 if(variable->type != NULLOBJ)
298 variable
336 agent_get_next_loop(SNMP_variable *variable, Node *node, Oid *suffix) argument
689 SNMP_variable *variable; local
1046 SNMP_variable *variable; local
[all...]
H A Dreg_subtree.c109 /* global variable */
371 SNMP_variable *new, *variable; local
390 variable = response->first_variable;
391 if (SSAOidCmp(&(variable->name), name)
392 || (variable->type != INTEGER)
393 || (variable->val.integer == NULL)
394 || (variable->val_len != sizeof (int)) ) {
400 idx = *(variable->val.integer);
413 SNMP_variable *new, *variable; local
437 variable
477 SNMP_variable *variable=NULL; local
516 SNMP_variable *variable=NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dpdu.c64 static void trace_snmp_variable(SNMP_variable *variable);
69 static u_char *snmp_pdu_encode_variable(SNMP_variable *variable, u_char *data, int *length, char *error_label);
452 void snmp_variable_free(SNMP_variable *variable) argument
454 if(variable == NULL)
459 if(variable->name.subids)
461 free(variable->name.subids);
464 if(variable->val.string)
466 free(variable->val.string);
469 free(variable);
498 SNMP_variable *variable; local
555 trace_snmp_variable(SNMP_variable *variable) argument
856 SNMP_variable *variable; local
890 SNMP_variable *variable; local
1059 SNMP_variable *variable; local
1331 snmp_pdu_encode_variable(SNMP_variable *variable, u_char *data, int *length, char *error_label) argument
1541 snmp_variable_dup(SNMP_variable *variable, char *error_label) argument
[all...]
H A Drequest.c265 SNMP_variable *variable; local
319 variable = response->first_variable;
320 if(variable->next_variable
321 || SSAOidCmp(&(variable->name), &sysUptime_instance)
322 || (variable->type != TIMETICKS)
323 || (variable->val.integer == NULL)
324 || (variable->val_len != sizeof(int32_t)) )
330 sysUpTime = *(variable->val.integer);
361 SNMP_variable *variable; local
410 variable
[all...]
H A Dmadman_api.c1022 static int translate_variable(SNMP_variable *variable, int translator,
1073 SNMP_variable *variable; local
1104 variable = response->first_variable;
1106 if(variable == NULL)
1114 if(SSAOidCmp(&(variable->name), object->name))
1122 if(variable->type != object->type)
1125 variable->type, object->label);
1130 if(translate_variable(variable, object->translator, pointer, error_label))
1237 SNMP_variable *variable; local
1270 variable
1462 SNMP_variable *variable; local
1658 SNMP_variable *variable; local
1859 SNMP_variable *variable; local
2111 SNMP_variable *variable; local
2292 SNMP_variable *variable; local
2508 SNMP_variable *variable; local
2702 SNMP_variable *variable; local
2899 SNMP_variable *variable; local
3080 SNMP_variable *variable; local
3276 SNMP_variable *variable; local
3528 SNMP_variable *variable; local
3703 SNMP_variable *variable; local
3897 SNMP_variable *variable; local
4074 SNMP_variable *variable; local
4358 translate_variable(SNMP_variable *variable, int translator, uintptr_t pointer, char *error_label) argument
[all...]
H A Dpdu.h52 struct _SNMP_variable *next_variable;/* NULL for last variable */
53 Oid name; /* Object identifier of variable */
54 u_char type; /* ASN.1 type of variable */
55 union { /* value of variable */
98 extern void snmp_variable_free(SNMP_variable *variable);
109 extern SNMP_variable *snmp_variable_dup(SNMP_variable *variable, char *error_label);
/opensolaris-onvv-gate/usr/src/cmd/tip/
H A Dcmdtab.c18 extern void consh(int), variable(int), cu_take(int), cu_put(int);
35 { 's', NORM, "set variable", variable },
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out27 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
36 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
38 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>
43 code TEST-8000-08 item 2 = <<This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08>>
45 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd>>
52 DESC: This entry tests URL variable expansion - url = http://sun.com/msg/TEST-8000-08
54 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd
61 DESC: This entry tests URL variable expansion - url = http://foo.bar.com/TEST-8000-08
63 IMPACT: This entry tests variable expansio
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.t71 $Transient::variable = 42;
73 ok( defined $Transient::{variable}, 'transient variable in stash' );
75 ok( !exists $Transient::{variable}, 'transient variable no longer in stash' );
H A DEnv.pm30 After an environment variable is tied, merely use it like a normal variable.
42 variable requires splitting the environment variable's string anew.
57 To remove a tied environment variable from
H A Dstrict.pm87 This generates a compile-time error if you access a variable that wasn't
90 variable suicide problems and subtle dynamic scoping issues, a merely
91 local() variable isn't good enough. See L<perlfunc/my> and
H A Dvars.pm25 Carp::croak("'$_' is not a valid variable name under strict vars");
37 Carp::croak("'$_' is not a valid variable name");
41 Carp::croak("'$_' is not a valid variable name");
51 vars - Perl pragma to predeclare global variable names (obsolete)
67 Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and
H A Dsubs.pm20 Unlike pragmas that affect the C<$^H> hints variable, the C<use vars> and
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlex_assign.t151 ($operator, $variable) = /^\s*(\w+)\s*\$(\w+)/ or warn "misprocessed '$_'\n";
154 my \$$variable = "Ac# Ca\\nxxx";
155 \$$variable = $operator \$$variable;
156 \$toself = \$$variable;
158 print "# \\\$$variable = $operator \\\$$variable\\nnot "
H A Dgoto.t121 my $variable = 1;
123 LABEL20: $ok = 1 if $variable;
132 my $variable = 1;
134 LABEL21: $ok = 1 if $variable;
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsession.c94 static int session_build_request_list(Session *session, int index, SNMP_variable *variable, Subtree *subtree);
95 static int session_build_local_sysUptime(Session *session, int index, SNMP_variable *variable);
198 SNMP_variable *variable; local
239 for(variable = request->pdu->first_variable; variable; variable = variable->next_variable)
241 trace("\t\t\t%s\n", SSAOidString(&(variable->name)));
257 SNMP_variable *variable; local
265 for(variable
300 SNMP_variable *variable; local
445 SNMP_variable *variable; local
600 session_build_local_sysUptime(Session *session, int index, SNMP_variable *variable) argument
695 session_build_request_list(Session *session, int index, SNMP_variable *variable, Subtree *subtree) argument
932 SNMP_variable *variable; local
1229 SNMP_variable *new_variable, *variable; local
[all...]
H A Dsession.h101 SNMP_variable *variable; member in struct:_Three_Phase
110 /* Each bit in a flags corresponds to a variable */
116 /* variable of the "original" SNMP request, the flags */
118 /* handles the 2nd variable of the "original" SNMP */
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s35 pushl %esi / save register variable
73 popl %esi / restore register variable
81 popl %esi / restore register variable
87 popl %esi / restore register variable
H A Dmemset.s36 pushl %edi / save register variable
58 popl %edi / restore register variable
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c1358 #define ENV_TYP_IGNORE 0x01 /* ignore - variable is for */
1360 #define ENV_TYP_ISA 0x02 /* variable is ISA specific */
1361 #define ENV_TYP_CONFIG 0x04 /* variable obtained from a */
1363 #define ENV_TYP_PERMANT 0x08 /* variable is permanent */
1364 #define ENV_TYP_CMDLINE 0x10 /* variable provide with -e */
1365 #define ENV_TYP_NULL 0x20 /* variable is null */
1428 * Pattern match an LD_XXXX environment variable. s1 points to the XXXX part
1437 u_longlong_t variable = 0; local
1456 * Parse the variable given.
1468 variable
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/trapsend/
H A Doid.c132 /* error return NULL, success variable */
140 SNMP_variable *variable = NULL; local
218 variable = snmp_typed_variable_new(name_oid,
221 return(variable);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dlint.t76 Use of regexp variable $& at -e line 1
80 Use of regexp variable $& at -e line 1
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
H A Dscalar.pm31 on a scalar variable. All the normal file operations can be performed

Completed in 213 milliseconds

1234567