Searched refs:arg2 (Results 26 - 50 of 465) sorted by relevance

1234567891011>>

/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dsel.c37 _hx509_make_expr(enum hx_expr_op op, void *arg1, void *arg2) argument
46 expr->arg2 = arg2;
58 if (word->arg2 == NULL)
65 return eval_word(context, env, word->arg2);
76 if (word->arg2 == NULL)
82 return find_variable(context, env, word->arg2);
96 s2 = eval_word(context, env, expr->arg2);
121 subexpr = expr->arg2;
128 subexpr = subexpr->arg2;
[all...]
H A Dtest_nist.in63 while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
74 case "$arg2" in
75 *.crt) args="$args chain:FILE:$nistdir/certs/$arg2" ;;
76 *.crl) args="$args crl:FILE:$nistdir/crls/$arg2" ;;
77 *) args="$args $arg2" ;;
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A Deqn.h44 const errarg &arg2 = empty_errarg,
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_methodcalls.d47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
H A Dj_objnew.d47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->class[arg2] = '\0';
H A Djs_flow.d60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
H A Drb_flow.d61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
H A Dj_flowtime.d76 this->class = (char *)copyin(arg1, arg2 + 1);
77 this->class[arg2] = '\0';
91 this->class = (char *)copyin(arg1, arg2 + 1);
92 this->class[arg2] = '\0';
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_methodcalls.d47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
H A Dj_objnew.d47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->class[arg2] = '\0';
H A Dj_flowtime.d76 this->class = (char *)copyin(arg1, arg2 + 1);
77 this->class[arg2] = '\0';
91 this->class = (char *)copyin(arg1, arg2 + 1);
92 this->class[arg2] = '\0';
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_flow.d60 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
68 basename(copyinstr(arg0)), self->depth * 2, "", copyinstr(arg2));
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_flow.d61 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
70 basename(copyinstr(arg2)), self->depth * 2, "", copyinstr(arg0),
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.c33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, argument
H A Dtst.args1.d57 /arg0 == 0 && arg1 == 1 && arg2 == 2 && arg3 == 3 && arg4 == 4 &&
65 printf("wrong args: %d %d %d %d %d %d %d %d %d %d", arg0, arg1, arg2,
/freebsd-10.2-release/sys/kern/
H A Dkern_sdt.c50 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
49 sdt_probe_stub(uint32_t id, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) argument
/freebsd-10.2-release/sys/sys/
H A Dlockstat.h155 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
164 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) do { \
168 (*lockstat_probe_func)(id, (uintptr_t)(lp), (arg1), (arg2), \
181 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \
182 LOCKSTAT_RECORD4(probe, lp, arg1, arg2, 0, 0)
184 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) \
185 LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, 0)
211 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2)
212 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3)
213 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg
[all...]
/freebsd-10.2-release/contrib/texinfo/makeinfo/
H A Dxref.c118 char *arg2 = get_xref_token (0); local
140 if (*arg2 || *arg3)
145 execute_string ("%s", *arg3 ? arg3 : arg2);
177 if (*arg2)
180 execute_string ("%s", arg2);
216 arg2 - reference name
217 arg3 - title or topic (and reference name if arg2 is NULL)
222 if (!*arg2)
230 ref_name = arg2;
288 if (arg2) fre
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh99 /arg0 == 9 && arg1 == 19 && arg2 == 2006/
101 printf("%d/%d/%d", arg0, arg1, arg2);
107 printf("%d/%d/%d", arg0, arg1, arg2);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dvalarith.c88 value_add (struct value *arg1, struct value *arg2)
96 COERCE_NUMBER (arg2);
98 type2 = check_typedef (VALUE_TYPE (arg2));
112 valint = arg2;
117 valptr = arg2;
131 return value_binop (arg1, arg2, BINOP_ADD);
135 value_sub (struct value *arg1, struct value *arg2)
139 COERCE_NUMBER (arg2);
141 type2 = check_typedef (VALUE_TYPE (arg2));
152 - (sz * value_as_long (arg2))));
87 value_add(struct value *arg1, struct value *arg2) argument
134 value_sub(struct value *arg1, struct value *arg2) argument
292 binop_user_defined_p(enum exp_opcode op, struct value *arg1, struct value *arg2) argument
341 value_x_binop(struct value *arg1, struct value *arg2, enum exp_opcode op, enum exp_opcode otherop, enum noside noside) argument
613 value_concat(struct value *arg1, struct value *arg2) argument
748 value_binop(struct value *arg1, struct value *arg2, enum exp_opcode op) argument
1187 value_strcmp(struct value *arg1, struct value *arg2) argument
1217 value_equal(struct value *arg1, struct value *arg2) argument
1276 value_less(struct value *arg1, struct value *arg2) argument
[all...]
H A Deval.c393 struct value *arg2 = NULL;
679 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
681 return arg2;
983 /* First, evaluate the structure into arg2 */
991 arg2 = evaluate_subexp_for_address (exp, pos, noside);
995 arg2 = evaluate_subexp (NULL_TYPE, exp, pos, noside);
1015 basetype = TYPE_TARGET_TYPE (VALUE_TYPE (arg2));
1017 arg2 = value_cast (lookup_pointer_type (domain_type), arg2);
1027 struct value *temp = value_ind (arg2);
391 struct value *arg2 = NULL; local
[all...]
/freebsd-10.2-release/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp45 char arg2[] = "-Z"; local
48 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dksyms.d46 printf("read %u bytes to user address %x\n", arg2, arg1);

Completed in 385 milliseconds

1234567891011>>