Searched refs:targs (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/fs/msdosfs/
H A Dt_snapshot.c43 struct tmpfs_args targs = { .ta_version = TMPFS_ARGS_VERSION, }; local
47 if (rump_sys_mount(MOUNT_TMPFS, "/stor", 0, &targs,sizeof(targs)) == -1)
/freebsd-11-stable/contrib/netbsd-tests/fs/nullfs/
H A Dt_basic.c75 struct tmpfs_args targs; local
86 memset(&targs, 0, sizeof(targs));
87 targs.ta_version = TMPFS_ARGS_VERSION;
88 targs.ta_root_mode = 0777;
89 if (rump_sys_mount(MOUNT_TMPFS, "/td1", 0, &targs, sizeof(targs)) == -1)
/freebsd-11-stable/contrib/netbsd-tests/fs/umapfs/
H A Dt_basic.c72 struct tmpfs_args targs; local
83 memset(&targs, 0, sizeof(targs));
84 targs.ta_version = TMPFS_ARGS_VERSION;
85 targs.ta_root_mode = 0777;
86 if (rump_sys_mount(MOUNT_TMPFS, "/td1", 0, &targs, sizeof(targs)) == -1)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dargv.c437 char **targs; local
448 for (targs = argv; *targs != NULL; targs++)
450 printf ("\t\"%s\"\n", *targs);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dargv.c490 char **targs; local
501 for (targs = argv; *targs != NULL; targs++)
503 printf ("\t\"%s\"\n", *targs);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dpropedit-cmd.c318 apr_array_header_t *targs = apr_array_make(subpool, 1,
321 APR_ARRAY_PUSH(targs, const char *) = target;
324 targs, pname, propval, subpool));
327 targs, svn_depth_empty,
316 apr_array_header_t *targs = apr_array_make(subpool, 1, local
/freebsd-11-stable/contrib/bmake/
H A Dcompat.c696 * targs List of target nodes to re-create
707 Compat_Run(Lst targs)
749 Make_ExpandUse(targs);
762 while (!Lst_IsEmpty (targs)) {
763 gn = (GNode *)Lst_DeQueue(targs);
704 Compat_Run(Lst targs) argument
H A Dmake.c1282 * targs the initial list of targets
1288 Make_ExpandUse(Lst targs)
1293 examine = Lst_Duplicate(targs, NULL);
1370 * targs the initial list of targets
1411 Make_ProcessWait(Lst targs)
1431 Lst_ForEach(targs, link_parent, pgn);
1488 * targs the initial list of targets
1500 Make_Run(Lst targs)
1507 Make_ExpandUse(targs);
1508 Make_ProcessWait(targs);
1279 Make_ExpandUse(Lst targs) argument
1402 Make_ProcessWait(Lst targs) argument
1491 Make_Run(Lst targs) argument
[all...]
H A Dsuff.c2057 Lst targs; /* List of targets to which things can be
2077 targs = Lst_Init(FALSE);
2143 (void)Lst_AtEnd(targs, targ);
2155 if (Lst_IsEmpty(targs) && suffNull != NULL) {
2188 (void)Lst_AtEnd(targs, targ);
2202 if (!Lst_IsEmpty(targs)) {
2203 targ = (Src *)Lst_Datum(Lst_First(targs));
2397 while (SuffRemoveSrc(srcs) || SuffRemoveSrc(targs))
2401 Lst_Concat(slst, targs, LST_CONCLINK);
2056 Lst targs; /* List of targets to which things can be local
H A Dmain.c928 Lst targs; /* target nodes to create -- passed to Make_Init */ local
938 targs = Parse_MainName();
940 targs = Targ_FindList(create, TARG_CREATE);
956 outOfDate = Make_Run(targs);
962 Compat_Run(targs);
965 Lst_Destroy(targs, NULL);
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c1382 tree targs; local
1514 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true);
1516 if (!targs)
1522 templates = tree_cons (targs, fn, templates);
1649 targs = DECL_TI_ARGS (DECL_TEMPLATE_RESULT (TREE_VALUE (templates)));
1650 if (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (targs))
1652 *targs_out = copy_node (targs);
1954 tree targs = NULL_TREE; local
2106 &targs,
2124 int arg_depth = TMPL_ARGS_DEPTH (targs);
8323 tree targs = TREE_OPERAND (t, 1); local
8952 tree targs = TREE_OPERAND (t, 1); local
9702 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
9896 type_unification_real(tree tparms, tree targs, tree xparms, tree xargs, int subr, unification_kind_t strict, int flags) argument
10053 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict) argument
10153 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p) argument
10228 try_class_unification(tree tparms, tree targs, tree parm, tree arg) argument
10285 get_template_base(tree tparms, tree targs, tree parm, tree arg) argument
10426 unify(tree tparms, tree targs, tree parm, tree arg, int strict) argument
11253 tree targs; local
11291 tree targs = make_tree_vec (ntparms); local
12601 tree targs; local
[all...]
H A Ddecl2.c1611 constrain_visibility_for_template (tree decl, tree targs)
1616 tree args = INNERMOST_TEMPLATE_ARGS (targs);
1606 constrain_visibility_for_template(tree decl, tree targs) argument
H A Dcall.c2229 tree targs = make_tree_vec (ntparms); local
2245 i = fn_type_unification (tmpl, explicit_targs, targs,
2252 fn = instantiate_template (tmpl, targs, tf_none);
2312 cand->template_decl = tree_cons (tmpl, targs, NULL_TREE);
H A Dclass.c5900 tree targs;
5913 targs = make_tree_vec (DECL_NTPARMS (fn));
5914 if (fn_type_unification (fn, explicit_targs, targs,
5921 instantiation = instantiate_template (fn, targs, flags);
5893 tree targs; local
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c552 static struct targ *targs; variable in typeref:struct:targ
564 targs[i].cancel = 1;
2488 targs = calloc(g->nthreads, sizeof(*targs));
2496 t = &targs[i];
2536 targs[i].fd = g->main_fd;
2554 t = &targs[i];
2589 cur.pkts += targs[i].ctr.pkts;
2590 cur.bytes += targs[i].ctr.bytes;
2591 cur.events += targs[
[all...]

Completed in 370 milliseconds