Searched refs:argp (Results 151 - 175 of 273) sorted by relevance

1234567891011

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_callback_test.c24 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, argument
31 my_param_argp[my_param_count] = argp;
/netbsd-current/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c1384 arg_v *argp
1387 ZERO(*argp);
1388 argp->string = str;
1389 argp->type = code & ~OPT;
1391 switch (argp->type) {
1402 if (!getnetnum(str, &(argp->netnum), (char *)0, ai_fam_templ)) {
1407 if (!atouint(str, &argp->uval)) {
1414 if (!atoint(str, &argp->ival)) {
1422 argp->ival = 6 ;
1424 argp
[all...]
/netbsd-current/usr.sbin/iopctl/
H A Diopctl.c459 char *argp; local
465 tid = (int)strtol(argv[0], &argp, 0);
466 if (*argp != '\0')
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-cmd.c725 gdbpy_ref<> argp (PyString_FromString (arg));
727 if (argp == NULL
728 || PyList_Append (py_argv.get (), argp.get ()) < 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-cmd.c691 gdbpy_ref<> argp (PyUnicode_FromString (arg));
693 if (argp == NULL
694 || PyList_Append (py_argv.get (), argp.get ()) < 0)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dby_dir.c51 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
82 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
102 ret = add_cert_dir(ld, argp, (int)argl);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Ds_apps.h39 long bio_dump_callback(BIO *bio, int cmd, const char *argp, size_t len,
/netbsd-current/usr.bin/ftp/
H A Dmain.c803 char *argp; local
810 argp = slurpstring();
811 ftp_sl_add(marg_sl, argp);
812 if (argp == NULL)
/netbsd-current/sys/compat/linux/common/
H A Dlinux_exec_aout.c81 struct ps_strings *arginfo, char **stackp, void *argp)
101 sp = argp;
80 linux_aout_copyargs(struct lwp *l, struct exec_package *pack, struct ps_strings *arginfo, char **stackp, void *argp) argument
/netbsd-current/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c126 struct ps_strings *arginfo, char **stackp, void *argp)
138 if ((error = copyargs(l, pack, arginfo, stackp, argp)) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/sim/m68hc11/
H A Dgencode.c1161 va_list argp; local
1164 va_start (argp, msg);
1165 vfprintf (stderr, msg, argp);
1166 va_end (argp);
1183 va_list argp; local
1189 va_start (argp, msg);
1190 vsprintf (buf, msg, argp);
1191 va_end (argp);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dframe.h848 struct frame_arg *argp,
851 struct frame_arg *argp);
H A Dstack.c510 struct frame_arg *argp)
512 argp->sym = sym;
513 argp->val = NULL;
514 argp->error = NULL;
518 argp->val = read_var_value (sym, NULL, frame);
522 argp->error.reset (xstrdup (except.what ()));
532 struct frame_arg *argp, struct frame_arg *entryargp)
693 argp->sym = sym;
694 argp->val = val;
695 argp
508 read_frame_local(struct symbol *sym, struct frame_info *frame, struct frame_arg *argp) argument
529 read_frame_arg(const frame_print_options &fp_opts, symbol *sym, frame_info *frame, struct frame_arg *argp, struct frame_arg *entryargp) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m68hc11/
H A Dgencode.c1164 va_list argp; local
1167 va_start (argp, msg);
1168 vfprintf (stderr, msg, argp);
1169 va_end (argp);
1186 va_list argp; local
1192 va_start (argp, msg);
1193 vsprintf (buf, msg, argp);
1194 va_end (argp);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe.h747 struct frame_arg *argp,
750 struct frame_arg *argp);
H A Dstack.c510 struct frame_arg *argp)
512 argp->sym = sym;
513 argp->val = NULL;
514 argp->error = NULL;
518 argp->val = read_var_value (sym, NULL, frame);
522 argp->error.reset (xstrdup (except.what ()));
532 struct frame_arg *argp, struct frame_arg *entryargp)
693 argp->sym = sym;
694 argp->val = val;
695 argp
508 read_frame_local(struct symbol *sym, frame_info_ptr frame, struct frame_arg *argp) argument
529 read_frame_arg(const frame_print_options &fp_opts, symbol *sym, frame_info_ptr frame, struct frame_arg *argp, struct frame_arg *entryargp) argument
[all...]
/netbsd-current/bin/sh/
H A Dshow.c460 union node *argp; local
463 for (argp = n->nfor.args; argp; argp=argp->narg.next) {
464 sharg(argp, fp);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-pru.c1643 const char *argp;
1657 for (argp = argsfmt; !had_errors () && *argp && *argtk; ++argp)
1661 switch (*argp)
1723 BAD_CASE (*argp);
1727 if (*argp && !had_errors ())
1634 const char *argp; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-pru.c1621 const char *argp;
1635 for (argp = argsfmt; !had_errors () && *argp && *argtk; ++argp)
1639 switch (*argp)
1701 BAD_CASE (*argp);
1705 if (*argp && !had_errors ())
1612 const char *argp; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-pru.c1622 const char *argp;
1636 for (argp = argsfmt; !had_errors () && *argp && *argtk; ++argp)
1640 switch (*argp)
1702 BAD_CASE (*argp);
1706 if (*argp && !had_errors ())
1613 const char *argp; local
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Ds_cb.c429 long bio_dump_callback(BIO *bio, int cmd, const char *argp, size_t len, argument
441 (void *)bio, (void *)argp, len, *processed, *processed);
442 BIO_dump(out, argp, (int)*processed);
445 (void *)bio, (void *)argp, len, ret);
450 (void *)bio, (void *)argp, len, *processed, *processed);
451 BIO_dump(out, argp, (int)*processed);
454 (void *)bio, (void *)argp, len, ret);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_ident.c965 dt_node_t *args, *argp; local
971 for (argp = args; argp != NULL; argp = argp->dn_list)
/netbsd-current/usr.bin/tftp/
H A Dmain.c723 char **argp = margv; local
731 *argp++ = cp;
739 *argp++ = NULL;
/netbsd-current/lib/libutil/
H A Dpasswd.c240 const char *argp[] = { "sh", "-c", NULL, NULL }; local
257 argp[2] = p;
268 execvp(_PATH_BSHELL, (char *const *)__UNCONST(argp));
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_lib.c31 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, argument
38 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed);
61 ret = b->callback(b, oper, argp, argi, argl, inret);

Completed in 523 milliseconds

1234567891011