Searched refs:tmpl (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dmksdir.cpp31 int mksdir(char *tmpl) argument
33 return gen_tempname(tmpl, 1);
H A Dmkstemp.cpp31 int mkstemp(char *tmpl) argument
33 return gen_tempname(tmpl, 0);
H A Dtmpname.cpp68 int gen_tempname(char *tmpl, int dir) argument
72 size_t len = strlen(tmpl);
73 if (len < 6 || strcmp(&tmpl[len - 6], "XXXXXX"))
77 char *XXXXXX = &tmpl[len - 6];
105 int fd = dir ? mkdir(tmpl, S_IRUSR | S_IWUSR | S_IXUSR)
106 : open(tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c66 other_variants(const struct statvfs *tmpl, const int *minfree, int minfreecnt, argument
76 *sf = *tmpl;
93 static const struct statvfs tmpl = { local
112 *getnewstatvfs() = tmpl;
113 other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]),
124 static const struct statvfs tmpl = { local
145 *getnewstatvfs() = tmpl;
146 other_variants(&tmpl, minfree, sizeof(minfree) / sizeof(minfree[0]),
156 static const struct statvfs tmpl = { local
175 *getnewstatvfs() = tmpl;
185 static const struct statvfs tmpl = { local
[all...]
/freebsd-10-stable/usr.sbin/config/
H A DMakefile9 kernconf.c: kernconf.tmpl
10 file2c 'char kernconfstr[] = {' ',0};' < ${.CURDIR}/kernconf.tmpl > kernconf.c
/freebsd-10-stable/share/info/
H A DMakefile21 dir-tmpl ${DESTDIR}${INFODIR}/dir
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dtest-readenv.c49 make_file(char *tmpl, size_t l) argument
52 strlcpy(tmpl, "env.XXXXXX", l);
53 fd = mkstemp(tmpl);
/freebsd-10-stable/contrib/groff/src/include/
H A Dlib.h74 int mkstemp(char *tmpl);
77 int mksdir(char *tmpl);
/freebsd-10-stable/sys/boot/powerpc/boot1.chrp/
H A DMakefile30 uudecode ${.CURDIR}/hfs.tmpl.bz2.uu
31 mv hfs.tmpl.bz2 ${.TARGET}.bz2
H A Dgenerate-hfs.sh21 OUTPUT_FILE=hfs.tmpl
/freebsd-10-stable/contrib/ntp/libntp/
H A Ddolfptoa.c71 u_int32 digit, tmph, tmpl; local
82 tmpl = fpv;
85 M_ADD(digit, fpv, tmph, tmpl);
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-clock.h102 " rdhwr %[tmpl], $31 \n"
103 " dsrl %[tmph], %[tmpl], 32 \n"
104 " sll %[tmpl], 0 \n"
107 : [tmpl] "=&r" (tmp_low), [tmph] "=&r" (tmp_hi) : );
/freebsd-10-stable/sys/ia64/disasm/
H A Ddisasm_format.c297 const char *tmpl; local
300 tmpl = b->b_templ + slot;
301 if (*tmpl == ';' || (slot == 2 && b->b_templ[1] == ';'))
302 tmpl++;
304 if (*tmpl == 'L' || i->i_op == ASM_OP_NONE)
308 printf("%lx[%c] ", ip + slot, *tmpl);
/freebsd-10-stable/contrib/gcc/cp/
H A Dpt.c231 tree tmpl = CLASSTYPE_TI_TEMPLATE (type); local
232 check_member_template (tmpl);
233 return tmpl;
641 check_specialization_namespace (tree tmpl) argument
643 tree tpl_ns = decl_namespace_context (tmpl);
645 /* [tmpl.expl.spec]
659 pedwarn ("specialization of %qD in different namespace", tmpl);
660 pedwarn (" from definition of %q+#D", tmpl);
796 optimize_specialization_lookup_p (tree tmpl) argument
798 return (DECL_FUNCTION_TEMPLATE_P (tmpl)
836 retrieve_specialization(tree tmpl, tree args, bool class_specializations_p) argument
923 retrieve_local_specialization(tree tmpl) argument
933 is_specialization_of(tree decl, tree tmpl) argument
1148 register_specialization(tree spec, tree tmpl, tree args, bool is_friend) argument
1269 reregister_specialization(tree spec, tree tmpl, tree new_spec) argument
1310 register_local_specialization(tree spec, tree tmpl) argument
1610 tree tmpl = most_specialized_instantiation (templates); local
1703 tree tmpl; local
1953 tree tmpl = NULL_TREE; local
2595 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); local
3027 tree tmpl; local
3344 tree tmpl; local
4365 tree tmpl = most_general_template (CLASSTYPE_TI_TEMPLATE (t)); local
4858 tree tmpl = CLASSTYPE_TI_TEMPLATE (TREE_VALUE (found)); local
5324 tree tmpl; local
5562 tree tmpl; local
6872 tree tmpl = NULL_TREE; local
9346 tree tmpl; local
9509 check_instantiated_args(tree tmpl, tree args, tsubst_flags_t complain) argument
9570 instantiate_template(tree tmpl, tree targ_ptr, tsubst_flags_t complain) argument
11301 tree tmpl; local
11544 most_specialized_class(tree type, tree tmpl) argument
11920 regenerate_decl_from_template(tree decl, tree tmpl) argument
12005 tree tmpl = DECL_TI_TEMPLATE (decl); local
12068 tree tmpl = DECL_TI_TEMPLATE (d); local
12375 tf_warning_or_error, tmpl, local
12600 tree tmpl; local
13202 dependent_template_p(tree tmpl) argument
13232 dependent_template_id_p(tree tmpl, tree args) argument
13296 tree tmpl; local
[all...]
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dgenerate-fat.sh31 OUTPUT_FILE=fat.tmpl
H A DMakefile99 uudecode ${.CURDIR}/fat-${MACHINE}.tmpl.bz2.uu
100 mv fat-${MACHINE}.tmpl.bz2 ${.TARGET}.bz2
/freebsd-10-stable/usr.bin/xinstall/
H A Dxinstall.c521 char tmpl[MAXPATHLEN]; local
525 (void)snprintf(tmpl, sizeof(tmpl), "%s.inst.XXXXXX", to_name);
527 if (quiet_mktemp(tmpl) == NULL)
528 err(EX_OSERR, "%s: mktemp", tmpl);
529 ret = link(from_name, tmpl);
533 unlink(tmpl);
542 ret = rename(tmpl, to_name);
548 (void)unlink(tmpl);
567 char tmpl[MAXPATHLE local
[all...]
/freebsd-10-stable/sys/ia64/ia64/
H A Ddb_machdep.c362 const char *tmpl; local
370 tmpl = bundle.b_templ + slot;
371 if (*tmpl == ';' || (slot == 2 && bundle.b_templ[1] == ';'))
372 tmpl++;
373 if (*tmpl == 'L' || i->i_op == ASM_OP_NONE) {
379 db_printf("[%c%d] ", *tmpl, slot);
412 if (tmpl[1] == ';')
415 tmpl = NULL;
422 if (slot == 1 && tmpl[1] == 'L')
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.c156 list_find(list_t *list, void *tmpl, int (*cmp)(void *, void *)) argument
159 if (cmp(list->l_data, tmpl) == 0)
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dfs.c203 do_mkdtemp(char *tmpl) argument
207 PRE(strstr(tmpl, "XXXXXX") != NULL);
209 if (mkdtemp(tmpl) == NULL)
211 "with template '%s'", tmpl);
220 do_mkstemp(char *tmpl, int *fdout) argument
224 PRE(strstr(tmpl, "XXXXXX") != NULL);
226 *fdout = mkstemp(tmpl);
229 "with template '%s'", tmpl);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c8370 struct rsrc tmpl; local
8378 tmpl.dependency = dep;
8379 tmpl.note = note;
8380 tmpl.insn_srlz = tmpl.data_srlz = 0;
8381 tmpl.qp_regno = CURR_SLOT.qp_regno;
8382 tmpl.link_to_qp_branch = 1;
8383 tmpl.mem_offset.hint = 0;
8384 tmpl.mem_offset.offset = 0;
8385 tmpl
[all...]
/freebsd-10-stable/sys/powerpc/powermac/
H A Duninorth.c224 u_int32_t tmpl; local
228 tmpl = inl(reg);
229 tmpl &= ~clr;
230 tmpl |= set;
231 outl(reg, tmpl);
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtdata.c314 labelent_t *tmpl = arg2; local
315 return (streq(le->le_name, tmpl->le_name));
/freebsd-10-stable/usr.bin/sort/
H A Dsort.c349 char *tmpl; local
352 tmpl = sort_strdup(locale);
354 if (cclocale && !strcmp(cclocale, tmpl))
360 if (pclocale && !strcmp(pclocale, tmpl))
363 setlocale(LC_COLLATE, tmpl);
364 sort_free(tmpl);
/freebsd-10-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c85 struct vector_str tmpl; member in struct:cpp_demangle_data
539 vector_str_dest(&d->tmpl);
558 if (!vector_str_init(&d->tmpl))
568 assert(d->tmpl.container != NULL);
586 vector_str_dest(&d->tmpl);
884 if (ddata == NULL || ddata->tmpl.size <= idx)
886 if ((len = strlen(ddata->tmpl.container[idx])) == 0)
888 if (!cpp_demangle_push_str(ddata, ddata->tmpl.container[idx], len))
2423 if (!vector_str_find(&ddata->tmpl, arg, arg_len) &&
2424 !vector_str_push(&ddata->tmpl, ar
[all...]

Completed in 369 milliseconds

12