Home
last modified time | relevance | path

Searched refs:tmpl (Results 1 – 25 of 82) sorted by relevance

1234

/dragonfly/contrib/diffutils/lib/
H A Dtempname.c180 __try_tempname (char *tmpl, int suffixlen, void *args, in __try_tempname() argument
207 len = strlen (tmpl); in __try_tempname()
215 XXXXXX = &tmpl[len - 6 - suffixlen]; in __try_tempname()
246 fd = tryfunc (tmpl, args); in __try_tempname()
262 try_file (char *tmpl, void *flags) in try_file() argument
265 return __open (tmpl, in try_file()
271 try_dir (char *tmpl, void *flags _GL_UNUSED) in try_dir() argument
273 return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR); in try_dir()
277 try_nocreate (char *tmpl, void *flags _GL_UNUSED) in try_nocreate() argument
300 __gen_tempname (char *tmpl, int suffixlen, int flags, int kind) in __gen_tempname() argument
[all …]
H A Dtempname.h52 extern int gen_tempname (char *tmpl, int suffixlen, int flags, int kind);
58 extern int try_tempname (char *tmpl, int suffixlen, void *args,
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c1053 elt.tmpl = most_general_template (tmpl); in maybe_process_partial_specialization()
1059 elt.tmpl = tmpl; in maybe_process_partial_specialization()
1237 elt.tmpl = tmpl; in retrieve_specialization()
1523 elt.tmpl = tmpl; in register_specialization()
1667 equal = (e1->tmpl == e2->tmpl in equal()
2648 tmpl = DECL_TEMPLATE_RESULT (tmpl); in warn_spec_missing_attributes()
3066 if (!tmpl || tmpl == error_mark_node) in check_explicit_specialization()
5803 DECL_PRIMARY_TEMPLATE (tmpl) = tmpl; in push_template_decl_real()
5877 DECL_PRIMARY_TEMPLATE (tmpl) = tmpl; in add_inherited_template_parms()
23567 tmpl = DECL_TI_TEMPLATE (tmpl); in template_for_substitution()
[all …]
H A Dconstraint.cc210 tree tmpl = *iter; in resolve_constraint_check() local
292 tree tmpl = TREE_OPERAND (id, 0); in resolve_variable_concept_check() local
295 if (!variable_concept_p (tmpl)) in resolve_variable_concept_check()
554 tree tmpl = DECL_TI_TEMPLATE (decl); in expand_concept() local
1282 tree tmpl = DECL_TI_TEMPLATE (con); in finish_shorthand_constraint() local
1283 tree check = VAR_P (con) ? tmpl : ovl_make (tmpl); in finish_shorthand_constraint()
1462 tmpl = DECL_TI_TEMPLATE (decl); in placeholder_extract_concept_and_args()
1578 tree tmpl = DECL_TI_TEMPLATE (decl); in tsubst_check_constraint() local
2032 tree tmpl = DECL_TI_TEMPLATE (decl); in satisfy_check_constraint() local
2380 tree tmpl = TI_TEMPLATE (ti); in constraints_satisfied_p() local
[all …]
H A Dlogic.cc414 tree tmpl = CHECK_CONSTR_CONCEPT (t); in analyze_check() local
416 tree c = expand_concept (tmpl, args); in analyze_check()
561 tree tmpl = DECL_TI_TEMPLATE (decl); in load_check_assumption() local
563 return ts.replace(i, expand_concept (tmpl, args)); in load_check_assumption()
/dragonfly/games/battlestar/
H A Dsave.c153 size_t tmpl; in save_file_name() local
166 tmpl = strlen(home); in save_file_name()
167 newname = malloc(tmpl + len + 2); in save_file_name()
172 memcpy(newname, home, tmpl); in save_file_name()
173 newname[tmpl] = '/'; in save_file_name()
174 memcpy(newname + tmpl + 1, filename, len); in save_file_name()
175 newname[tmpl + len + 1] = 0; in save_file_name()
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c371 char tmpl[MAXPATHLEN]; in do_link() local
375 (void)snprintf(tmpl, sizeof(tmpl), "%s.inst.XXXXXX", to_name); in do_link()
377 if (quiet_mktemp(tmpl) == NULL) in do_link()
379 ret = link(from_name, tmpl); in do_link()
383 unlink(tmpl); in do_link()
394 ret = rename(tmpl, to_name); in do_link()
400 (void)unlink(tmpl); in do_link()
419 char tmpl[MAXPATHLEN]; in do_symlink() local
422 (void)snprintf(tmpl, sizeof(tmpl), "%s.inst.XXXXXX", to_name); in do_symlink()
431 (void)unlink(tmpl); in do_symlink()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c86 tree tmpl; member
911 elt.tmpl = most_general_template (tmpl); in maybe_process_partial_specialization()
917 elt.tmpl = tmpl; in maybe_process_partial_specialization()
1055 elt.tmpl = tmpl; in retrieve_specialization()
1337 elt.tmpl = tmpl; in register_specialization()
1472 equal = (e1->tmpl == e2->tmpl in eq_specializations()
2567 if (!tmpl || tmpl == error_mark_node) in check_explicit_specialization()
4803 DECL_PRIMARY_TEMPLATE (tmpl) = tmpl; in push_template_decl_real()
17443 tmpl = most_general_template (tmpl); in most_specialized_class()
18061 tmpl = DECL_TI_TEMPLATE (tmpl); in template_for_substitution()
[all …]
/dragonfly/contrib/lvm2/dist/
H A Dmake.tmpl1 # make.tmpl. Generated from make.tmpl.in by configure.
128 DEPS = $(top_builddir)/make.tmpl $(top_srcdir)/VERSION \
254 Makefile make.tmpl core \
/dragonfly/usr.bin/sort/
H A Dsort.c370 char *tmpl; in set_locale() local
373 tmpl = sort_strdup(locale); in set_locale()
375 if (cclocale && !strcmp(cclocale, tmpl)) in set_locale()
381 if (pclocale && !strcmp(pclocale, tmpl)) in set_locale()
384 setlocale(LC_COLLATE, tmpl); in set_locale()
385 sort_free(tmpl); in set_locale()
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/plugins/
H A DMakefile22 include ../../../make.tmpl
H A DMakefile.in22 include ../../../make.tmpl
/dragonfly/contrib/lvm2/dist/doc/
H A DMakefile22 include ../make.tmpl
H A DMakefile.in22 include ../make.tmpl
/dragonfly/contrib/lvm2/dist/daemons/
H A DMakefile33 include ../make.tmpl
H A DMakefile.in33 include ../make.tmpl
/dragonfly/contrib/lvm2/dist/lib/mirror/
H A DMakefile25 include ../../make.tmpl
H A DMakefile.in25 include ../../make.tmpl
/dragonfly/contrib/lvm2/dist/lib/snapshot/
H A DMakefile25 include ../../make.tmpl
H A DMakefile.in25 include ../../make.tmpl
/dragonfly/contrib/lvm2/dist/lib/locking/
H A DMakefile25 include ../../make.tmpl
H A DMakefile.in25 include ../../make.tmpl
/dragonfly/contrib/lvm2/dist/scripts/
H A DMakefile19 include ../make.tmpl
H A DMakefile.in19 include ../make.tmpl
/dragonfly/contrib/lvm2/dist/lib/format_pool/
H A DMakefile29 include ../../make.tmpl

1234