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

12

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmkstemp-safer.c31 mkstemp_safer (char *templ) argument
33 return fd_safer (mkstemp (templ));
40 mkostemp_safer (char *templ, int flags) argument
42 return fd_safer_flag (mkostemp (templ, flags), flags);
50 mkostemps_safer (char *templ, int suffixlen, int flags) argument
52 return fd_safer_flag (mkostemps (templ, suffixlen, flags), flags);
59 int mkstemps_safer (char *templ, int suffixlen) argument
61 return fd_safer (mkstemps (templ, suffixlen));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymfile-mem.c61 symbol_file_add_from_memory (struct bfd *templ, CORE_ADDR addr, int from_tty) argument
70 if (bfd_get_flavour (templ) != bfd_target_elf_flavour)
73 nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, &loadbase,
116 struct bfd *templ; local
125 templ = symfile_objfile->obfd;
127 templ = exec_bfd;
128 if (templ == NULL)
132 symbol_file_add_from_memory (templ, addr, from_tty);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_opt.h78 const char *templ; member in struct:fuse_opt
97 #define FUSE_OPT_KEY(templ, key) { templ, -1U, key }
103 #define FUSE_OPT_END { .templ = NULL }
/haiku-fatelf/src/tools/stubgen/
H A Dtable.c53 elt->templ = NULL;
75 if (elt->templ) free(elt->templ);
214 * templ and throw_decl are allowed to be NULL,
218 if (skel_elem->templ != NULL) {
219 if (hdr_elem->templ == NULL)
221 else if (strcmp(skel_elem->templ, hdr_elem->templ) != 0)
223 } else if (hdr_elem->templ != NULL) {
352 log_printf(" templ
[all...]
H A Dtable.h73 char *templ; /* template declaration. may be NULL */ member in struct:syntaxelem
H A Dmain.c207 if (e->templ) {
208 fprintf(outfile, "%s\n", e->templ);
H A Dparser.y177 * it may rely in parent->templ info.
915 /* $2->templ = $1; */
923 /* $2->templ = $1; */
1467 tmp_elem->templ = $1;
1481 tmp_elem->templ = $1;
1535 tmp_elem->templ = $1;
1549 tmp_elem->templ = $1;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c178 for (; opt && opt->templ; opt++)
179 if (match_template(opt->templ, arg, sepp))
218 if (sep && opt->templ[sep + 1]) {
220 if (opt->templ[sep] == '=')
222 if (process_opt_param(var, opt->templ + sep + 1,
262 if (sep && opt->templ[sep] == ' ' && !arg[sep])
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c2215 inode->templ = NULL;
4445 * @templ: the node containing the content to be parsed
4450 * elements as immediate children of @templ.
4457 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { argument
4458 if ((style == NULL) || (templ == NULL))
4468 if (templ->children != NULL) {
4469 xmlNodePtr child = templ->children;
4498 * @templ: the container node (can be a document for literal results)
4505 xsltParseTemplateContent(xsltStylesheetPtr style, xmlNodePtr templ) { argument
4512 cur = templ
4808 xsltTemplatePtr templ; local
5918 xsltTemplatePtr templ; local
[all...]
H A Dxsltutils.h285 xsltTemplatePtr templ, xsltTransformContextPtr ctxt);
286 typedef int (*xsltAddCallCallback) (xsltTemplatePtr templ, xmlNodePtr source);
296 xslAddCall (xsltTemplatePtr templ,
H A Dtransform.c68 xmlNodePtr list, xsltTemplatePtr templ,
119 ctxt->templ = value;
139 ctxt->templ = ctxt->templTab[ctxt->templNr - 1];
141 ctxt->templ = (xsltTemplatePtr) 0;
373 cur->templ = NULL;
1938 * @templ: if is this a real template processing, the template processed
1947 xmlNodePtr list, xsltTemplatePtr templ,
1950 xsltApplyOneTemplateInt(ctxt, node, list, templ, params, 0);
1958 * @templ: if is this a real template processing, the template processed
1964 * ctxt->templ i
1946 xsltApplyOneTemplate(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr list, xsltTemplatePtr templ, xsltStackElemPtr params) argument
1970 xsltApplyOneTemplateInt(xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr list, xsltTemplatePtr templ, xsltStackElemPtr params, int notcur) argument
[all...]
H A Dtransform.h84 xsltTemplatePtr templ,
185 xsltTemplatePtr templ,
H A Dxsltutils.c1969 xsltTemplatePtr templ; local
1990 templ = style->templates;
1991 while (templ != NULL) {
1995 if (templ->nbCalls > 0)
1996 templates[nb++] = templ;
1997 templ = templ->next;
2011 templ = templates[j];
2013 templates[i] = templ;
2196 * @templ
2204 xslHandleDebugger(xmlNodePtr cur, xmlNodePtr node, xsltTemplatePtr templ, xsltTransformContextPtr ctxt) argument
2221 xslAddCall(xsltTemplatePtr templ, xmlNodePtr source) argument
[all...]
H A DxsltInternals.h716 xsltTemplatePtr templ; /* call-template */ member in struct:_xsltStyleItemCallTemplate
1181 xsltTemplatePtr templ; /* The owning template */ member in struct:_xsltCompilerNodeInfo
1310 xsltTemplatePtr templ; /* call-template */ member in struct:_xsltStylePreComp
1554 xsltTemplatePtr templ; /* the current template */ member in struct:_xsltTransformContext
1563 int varsBase; /* the var base for current templ */
1747 xmlNodePtr templ);
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c1046 u_int32_t templ; local
1066 GETLONG(templ, cp);
1067 latval = (templ - ((unsigned)1<<31));
1069 GETLONG(templ, cp);
1070 longval = (templ - ((unsigned)1<<31));
1072 GETLONG(templ, cp);
1073 if (templ < referencealt) { /*%< below WGS 84 spheroid */
1074 altval = referencealt - templ;
1077 altval = templ - referencealt;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_template.c60 p->templ = im; /* remember the current template id */
H A Dp_intern.h497 int templ; /* current template if in templ. state*/ member in struct:PDF_s
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Dmpc_dec.cpp282 float templ; local
302 *YL = (templ = *L++ * facL)+(tempr = *R++ * facR);
303 *YR = templ - tempr;
308 *YL = (templ = *L++ * facL)+(tempr = *R++ * facR);
309 *YR = templ - tempr;
314 *YL = (templ = *L++ * facL)+(tempr = *R++ * facR);
315 *YR = templ - tempr;
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_seq.c839 _fluid_seq_queue_remove_entries_matching(fluid_sequencer_t* seq, fluid_evt_entry* templ) argument
845 src = templ->evt.src;
846 dest = templ->evt.dest;
847 type = templ->evt.type;
850 _fluid_seq_heap_set_free(seq->heap, templ);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delfcode.h1523 (bfd *templ,
1565 if (! bfd_header_big_endian (templ))
1572 if (! bfd_header_little_endian (templ))
1584 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr);
1617 elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]);
1717 nbfd->xvec = templ->xvec;
H A Delf-bfd.h943 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1773 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
1776 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
H A Dopncls.c686 bfd *bfd_create (const char *filename, bfd *templ);
695 bfd_create (const char *filename, bfd *templ)
703 if (templ)
704 nbfd->xvec = templ->xvec;
694 bfd_create(const char *filename, bfd *templ) argument
H A Dbfd-in.h694 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
H A Dbfd-in2.h701 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
918 bfd *bfd_create (const char *filename, bfd *templ);
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h701 (bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep,
918 bfd *bfd_create (const char *filename, bfd *templ);

Completed in 281 milliseconds

12