Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/groff/src/libs/libgroff/
HDtmpfile.cpp120 char *templ = new char[tmpfile_prefix_len + postlen + 6 + 1]; in xtmptemplate() local
121 strcpy(templ, tmpfile_prefix); in xtmptemplate()
123 strcat(templ, postfix); in xtmptemplate()
124 strcat(templ, "XXXXXX"); in xtmptemplate()
125 return templ; in xtmptemplate()
174 char *templ = xtmptemplate(postfix_long, postfix_short); in xtmpfile() local
176 int fd = mkstemp(templ); in xtmpfile()
184 add_tmp_file(templ); in xtmpfile()
186 *namep = templ; in xtmpfile()
188 a_delete templ; in xtmpfile() local
/trueos/lib/libc/resolv/
HDres_debug.c1044 u_int32_t templ; local
1064 GETLONG(templ, cp);
1065 latval = (templ - ((unsigned)1<<31));
1067 GETLONG(templ, cp);
1068 longval = (templ - ((unsigned)1<<31));
1070 GETLONG(templ, cp);
1071 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1072 altval = referencealt - templ;
1075 altval = templ - referencealt;
/trueos/usr.bin/indent/
HDlexi.c62 struct templ { struct
67 struct templ specials[1000] = argument
155 struct templ *p; in lexi()
595 struct templ *p = specials; in addkey()
/trueos/crypto/openssh/
HDpkcs11.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,
/trueos/crypto/heimdal/lib/hx509/ref/
HDpkcs11.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,
/trueos/contrib/gcc/
HDtree-ssa-address.c178 struct mem_addr_template *templ; in addr_for_mem_ref() local
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index, in addr_for_mem_ref()
218 *templ->step_p = st; in addr_for_mem_ref()
220 *templ->off_p = off; in addr_for_mem_ref()
222 return templ->ref; in addr_for_mem_ref()
/trueos/contrib/binutils/bfd/
HDopncls.c756 bfd_create (const char *filename, bfd *templ) in bfd_create() argument
764 if (templ) in bfd_create()
765 nbfd->xvec = templ->xvec; in bfd_create()
HDelfcode.h1572 (bfd *templ, in NAME()
1614 if (! bfd_header_big_endian (templ)) in NAME()
1621 if (! bfd_header_little_endian (templ)) in NAME()
1633 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); in NAME()
1666 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); in NAME()
1772 nbfd->xvec = templ->xvec; in NAME()
HDelf-bfd.h1026 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
2024 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
2027 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
HDbfd-in.h738 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
HDbfd-in2.h745 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1013 bfd *bfd_create (const char *filename, bfd *templ);
HDelf.c8766 (bfd *templ, in bfd_elf_bfd_from_remote_memory() argument
8771 return (*get_elf_backend_data (templ)->elf_backend_bfd_from_remote_memory) in bfd_elf_bfd_from_remote_memory()
8772 (templ, ehdr_vma, loadbasep, target_read_memory); in bfd_elf_bfd_from_remote_memory()
/trueos/contrib/apr/include/
HDapr_file_io.h951 APR_DECLARE(apr_status_t) apr_file_mktemp(apr_file_t **fp, char *templ,
/trueos/contrib/subversion/subversion/libsvn_subr/
HDio.c4467 const char *templ = svn_dirent_join(directory, "svn-XXXXXX", scratch_pool); in temp_file_create() local
4471 SVN_ERR(svn_path_cstring_from_utf8(&templ_apr, templ, scratch_pool)); in temp_file_create()
4480 "template '%s'"), templ); in temp_file_create()
/trueos/contrib/binutils/gas/config/
HDtc-ia64.c7341 match (int templ, int type, int slot) in match() argument
7346 unit = ia64_templ_desc[templ].exec_unit[slot]; in match()
7368 extra_goodness (int templ, int slot) in extra_goodness() argument
7373 if (slot == 1 && match (templ, IA64_TYPE_F, slot)) in extra_goodness()
7375 else if (slot == 2 && match (templ, IA64_TYPE_B, slot)) in extra_goodness()
7381 if (match (templ, IA64_TYPE_M, slot) in extra_goodness()
7382 || match (templ, IA64_TYPE_I, slot)) in extra_goodness()
/trueos/gnu/usr.bin/binutils/libbfd/
HDbfd.h751 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1019 bfd *bfd_create (const char *filename, bfd *templ);