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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dtmpfile.cpp120 char *templ = new char[tmpfile_prefix_len + postlen + 6 + 1]; local
121 strcpy(templ, tmpfile_prefix);
123 strcat(templ, postfix);
124 strcat(templ, "XXXXXX");
125 return templ;
174 char *templ = xtmptemplate(postfix_long, postfix_short); local
176 int fd = mkstemp(templ);
184 add_tmp_file(templ);
186 *namep = templ;
188 a_delete templ; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp194 bool TemplateMatch(const char *templ, const char *str) { argument
198 if (templ && templ[0] == '^') {
200 templ++;
203 while (templ && templ[0]) {
204 if (templ[0] == '*') {
205 templ++;
210 if (templ[0] == '$')
214 char *tpos = (char*)internal_strchr(templ, '*');
[all...]
H A Dsanitizer_libignore.cpp32 lib->templ = internal_strdup(name_templ);
47 TemplateMatch(lib->templ, name))
62 if (!TemplateMatch(lib->templ, mod.full_name()) &&
69 SanitizerToolName, lib->templ, lib->name, mod.full_name());
78 lib->templ, mod.full_name());
93 SanitizerToolName, lib->name, lib->templ);
H A Dsanitizer_suppressions.h24 char *templ; member in struct:__sanitizer::Suppression
H A Dsanitizer_suppressions.cpp98 if (0 == internal_strcmp(cur.type, type) && TemplateMatch(cur.templ, str)) {
145 s.templ = (char*)InternalAlloc(end2 - line + 1);
146 internal_memcpy(s.templ, line, end2 - line);
147 s.templ[end2 - line] = 0;
H A Dsanitizer_libignore.h53 char *templ; member in struct:__sanitizer::LibIgnore::Lib
H A Dsanitizer_common.h261 bool TemplateMatch(const char *templ, const char *str);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp99 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
137 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ);
158 matched[i]->type, matched[i]->templ);
H A Dtsan_interceptors_posix.cpp220 libignore()->AddIgnoredLibrary(s->templ);
/freebsd-11-stable/usr.bin/indent/
H A Dlexi.c64 struct templ { struct
69 struct templ specials[1000] =
158 struct templ *p;
629 struct templ *p = specials;
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c1035 u_int32_t templ; local
1055 GETLONG(templ, cp);
1056 latval = (templ - ((unsigned)1<<31));
1058 GETLONG(templ, cp);
1059 longval = (templ - ((unsigned)1<<31));
1061 GETLONG(templ, cp);
1062 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1063 altval = referencealt - templ;
1066 altval = templ - referencealt;
/freebsd-11-stable/crypto/openssh/
H A Dpkcs11.h785 struct ck_attribute *templ,
789 struct ck_attribute *templ, unsigned long count,
801 struct ck_attribute *templ,
806 struct ck_attribute *templ,
810 struct ck_attribute *templ,
955 struct ck_attribute *templ,
980 struct ck_attribute *templ,
987 struct ck_attribute *templ,
/freebsd-11-stable/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h787 struct ck_attribute *templ,
791 struct ck_attribute *templ, unsigned long count,
803 struct ck_attribute *templ,
808 struct ck_attribute *templ,
812 struct ck_attribute *templ,
957 struct ck_attribute *templ,
982 struct ck_attribute *templ,
989 struct ck_attribute *templ,
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c178 struct mem_addr_template *templ; local
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
218 *templ->step_p = st;
220 *templ->off_p = off;
222 return templ->ref;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcode.h1576 (bfd *templ,
1618 if (! bfd_header_big_endian (templ))
1625 if (! bfd_header_little_endian (templ))
1637 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr);
1670 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]);
1776 nbfd->xvec = templ->xvec;
H A Dopncls.c748 bfd *bfd_create (const char *filename, bfd *templ);
757 bfd_create (const char *filename, bfd *templ)
765 if (templ)
766 nbfd->xvec = templ->xvec;
756 bfd_create(const char *filename, bfd *templ) argument
H A Delf-bfd.h1028 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
2027 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
2030 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
H A Dbfd-in.h745 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
H A Dbfd-in2.h752 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1020 bfd *bfd_create (const char *filename, bfd *templ);
H A Delf.c8776 (bfd *templ,
8781 return (*get_elf_backend_data (templ)->elf_backend_bfd_from_remote_memory)
8782 (templ, ehdr_vma, loadbasep, target_read_memory);
8765 bfd_elf_bfd_from_remote_memory(bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, int (*target_read_memory) (bfd_vma, bfd_byte *, int)) argument
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h969 * @param templ The template to use when creating a temp file.
983 APR_DECLARE(apr_status_t) apr_file_mktemp(apr_file_t **fp, char *templ,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp520 &matched[i]->hit_count)), matched[i]->weight, matched[i]->templ);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c5429 const char *templ = svn_dirent_join(directory, "svn-XXXXXX", scratch_pool);
5433 SVN_ERR(svn_path_cstring_from_utf8(&templ_apr, templ, scratch_pool));
5442 "template '%s'"), templ);
5418 const char *templ = svn_dirent_join(directory, "svn-XXXXXX", scratch_pool); local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c7341 match (int templ, int type, int slot) argument
7346 unit = ia64_templ_desc[templ].exec_unit[slot];
7368 extra_goodness (int templ, int slot) argument
7373 if (slot == 1 && match (templ, IA64_TYPE_F, slot))
7375 else if (slot == 2 && match (templ, IA64_TYPE_B, slot))
7381 if (match (templ, IA64_TYPE_M, slot)
7382 || match (templ, IA64_TYPE_I, slot))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h758 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1026 bfd *bfd_create (const char *filename, bfd *templ);

Completed in 374 milliseconds