Searched refs:arglist (Results 276 - 300 of 331) sorted by relevance

<<11121314

/netbsd-current/external/gpl3/binutils/lib/libbfd/arch/x86_64/
H A Dbfd.h7522 #define BFD_SEND(bfd, message, arglist) \
7523 ((*((bfd)->xvec->message)) arglist)
7527 #define BFD_SEND(bfd, message, arglist) \
7529 ((*((bfd)->xvec->message)) arglist) : \
7532 #define BFD_SEND_FMT(bfd, message, arglist) \
7533 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
7537 #define BFD_SEND_FMT(bfd, message, arglist) \
7539 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c1933 extern int slapi_int_log_error( int level, char *subsystem, char *fmt, va_list arglist );
1943 va_list arglist; local
1945 va_start( arglist, fmt );
1946 rc = slapi_int_log_error( severity, subsystem, fmt, arglist );
1947 va_end( arglist );
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c272 gfc_actual_arglist *arglist; local
291 arglist = e->value.function.actual;
292 if (arglist->expr->ts.type == BT_INTEGER
293 && e->ts.kind > arglist->expr->ts.kind)
295 e = arglist->expr;
H A Dmatch.c4980 gfc_actual_arglist *a, *arglist; local
4988 arglist = NULL;
5041 m = gfc_match_actual_arglist (1, &arglist);
5052 for (a = arglist; a; a = a->next)
5065 for (a = arglist; a; a = a->next)
5093 for (a = arglist; a; a = a->next)
5118 new_st.ext.actual = arglist;
5126 gfc_free_actual_arglist (arglist);
H A Dprimary.c3124 gfc_actual_arglist **arglist,
3138 ; /* gfc_current_locus = *arglist->expr ? ->where;*/
3152 actual = parent ? *arglist : expr->value.function.actual;
3356 *arglist = actual;
3123 gfc_convert_to_structure_constructor(gfc_expr *e, gfc_symbol *sym, gfc_expr **cexpr, gfc_actual_arglist **arglist, bool parent) argument
H A Ddump-parse-tree.c1133 fputs ("Formal arglist:", dumpfile);
H A Dcheck.c3665 check_rest (bt type, int kind, gfc_actual_arglist *arglist) argument
3671 if (!min_max_args (arglist))
3674 for (arg = arglist, n=1; arg; arg = arg->next, n++)
3694 for (tmp = arglist, m=1; tmp != arg; tmp = tmp->next, m++)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc273 gfc_actual_arglist *arglist; local
292 arglist = e->value.function.actual;
293 if (arglist->expr->ts.type == BT_INTEGER
294 && e->ts.kind > arglist->expr->ts.kind)
296 e = arglist->expr;
H A Dmatch.cc5021 gfc_actual_arglist *a, *arglist; local
5029 arglist = NULL;
5082 m = gfc_match_actual_arglist (1, &arglist);
5093 for (a = arglist; a; a = a->next)
5106 for (a = arglist; a; a = a->next)
5134 for (a = arglist; a; a = a->next)
5159 new_st.ext.actual = arglist;
5167 gfc_free_actual_arglist (arglist);
H A Dprimary.cc3132 gfc_actual_arglist **arglist,
3146 ; /* gfc_current_locus = *arglist->expr ? ->where;*/
3160 actual = parent ? *arglist : expr->value.function.actual;
3364 *arglist = actual;
3131 gfc_convert_to_structure_constructor(gfc_expr *e, gfc_symbol *sym, gfc_expr **cexpr, gfc_actual_arglist **arglist, bool parent) argument
H A Ddump-parse-tree.cc1160 fputs ("Formal arglist:", dumpfile);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmisc.c1051 addargs(arglist *args, const char *fmt, ...)
1071 fatal_f("arglist corrupt");
1083 replacearg(arglist *args, u_int which, const char *fmt, ...)
1095 fatal_f("arglist corrupt");
1105 freeargs(arglist *args)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c534 union arglist *al;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c628 union arglist *al;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1164 tree fndecl, vec<tree, va_gc> &arglist)
1165 : function_call_info (location, instance, fndecl), m_arglist (arglist)
3573 vec<tree, va_gc> *arglist)
3581 *arglist).resolve ();
1162 function_resolver(location_t location, const function_instance &instance, tree fndecl, vec<tree, va_gc> &arglist) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1159 tree fndecl, vec<tree, va_gc> &arglist)
1160 : function_call_info (location, instance, fndecl), m_arglist (arglist)
3573 vec<tree, va_gc> *arglist)
3581 *arglist).resolve ();
1157 function_resolver(location_t location, const function_instance &instance, tree fndecl, vec<tree, va_gc> &arglist) argument
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c239 union arglist *al;
1048 * Sort arglist so that register assignments ends up last.
1129 /* Must sort arglist so that STASG ends up first */
1137 union arglist *al = l->n_df->dfun;
/netbsd-current/sys/dev/acpi/
H A Dthinkpad_acpi.c312 ACPI_OBJECT_LIST arglist = { local
320 &arglist, &buf);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dcode.c315 union arglist *usym;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c2009 printf("%d:subarg GOTwarn; arglist '", lvl);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dcode.c362 union arglist *usym;
/netbsd-current/external/historical/nawk/dist/
H A Dytab.c84 bool infunc = false; /* = true if in arglist or body of func */
87 Node *arglist = 0; /* list of args for current function */ variable
3472 { arglist = (yyval.p) = 0; }
3478 { arglist = (yyval.p) = celltonode((yyvsp[0].cp),CVAR); }
3486 arglist = (yyval.p) = linkum((yyvsp[-2].p),celltonode((yyvsp[0].cp),CVAR)); }
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtree.c572 arg = expr -> data.funcall.arglist;
2987 if (expr -> data.funcall.arglist)
2988 expression_dereference (&expr -> data.funcall.arglist,
3725 e = expr->data.funcall.arglist;
H A Dprint.c1122 (expr -> data.funcall.arglist, buf + rv,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp6354 set arglist [list $testname $executable $options]
6356 lappend arglist $source $options
6359 return [eval build_executable_from_specs $arglist]

Completed in 349 milliseconds

<<11121314