Searched refs:fn (Results 101 - 125 of 148) sorted by relevance

123456

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c664 xmlChar fn[50]; local
667 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
696 if ((fullname != fn) && (fullname != content->name))
3871 xmlChar fn[50]; local
3874 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
3883 if ((fullname != fn) && (fullname != elem->name))
3956 xmlChar fn[50]; local
3959 fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50);
3965 if ((fullname != fn) && (fullname != elem->name))
4265 xmlChar fn[5 local
4442 xmlChar fn[50]; local
5191 xmlChar fn[50]; local
5965 xmlChar fn[50]; local
6232 xmlChar fn[50]; local
[all...]
H A DSAX2.c1460 xmlChar fn[50]; local
1463 fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50);
1488 if ((fulln != fn) && (fulln != attr->name))
2018 xmlChar fn[50]; local
2021 fullname = xmlBuildQName(localname, prefix, fn, 50);
2030 if ((fullname != fn) && (fullname != localname))
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c274 FILE_NAME_ATTR *fn; local
276 fn = (FILE_NAME_ATTR *)&ie->key;
277 return ntfs_attr_name_get(fn->file_name, fn->file_name_length);
1459 char *fn;
1460 fn = ntfs_ie_filename_get(ie);
1461 ntfs_log_trace("file: '%s'\n", fn);
1462 ntfs_attr_name_free(&fn);
1516 * @fn: FILE_NAME attribute to add
1517 * @mref: reference of the inode which @fn describe
1521 ntfs_index_add_filename(ntfs_inode *ni, FILE_NAME_ATTR *fn, MFT_REF mref) argument
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dhash.c522 int (*fn) (void *, void *, void *), void *arg)
533 if (fn (key, c->value, arg))
/haiku-fatelf/src/bin/unzip/
H A Dextract.c564 Trace((stderr, "dir = %s\n", d->fn));
567 LoadFarString(DirlistSetAttrFailed), d->fn));
571 free(d->fn);
1102 (*pdirlist)->fn =
1104 if ((*pdirlist)->fn == (char *)NULL) {
1113 strcpy((*pdirlist)->fn, G.filename);
2236 return strcmp((*(dirtime **)b)->fn, (*(dirtime **)a)->fn);
2237 /* return namecmp((*(dirtime **)b)->fn, (*(dirtime **)a)->fn); */
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_gif.c210 static const char fn[] = "pdf_process_GIF_data"; local
385 image->params = (char *) pdc_malloc(p->pdc, PDF_MAX_PARAMSTRING, fn);
H A Dp_jpeg.c268 static const char fn[] = "pdf_process_JPEG_data"; local
413 app13 = (pdc_byte*)pdc_malloc(p->pdc, length, fn);
H A Dp_tiff.c267 static const char *fn = "pdf_process_TIFF_data"; local
383 fn);
405 fn);
467 fn);
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Darmdbg.h143 #define Dbg_InitBufDesc_P(bd, buf, bytes, fn, a) \
145 (bd).p = (fn), (bd).arg = (a))
1413 Dbg_Error Dbg_OnTaskSwitch(Dbg_MCState *state, Dbg_TaskSwitchProc *fn, void *arg);
1419 The value of <arg> passed to Dbg_OnTaskSwitch is passed to <fn>
1426 Dbg_Error Dbg_OnRestart(Dbg_MCState *state, Dbg_RestartProc *fn, void *arg);
1441 The value of <arg> passed to Dbg_OnRestart is passed to <fn>
H A Dardi.c74 angel_RDI_TargetStoppedProc *fn; member in struct:stoppedProcListElement
1195 int angel_RDI_OnTargetStopping(angel_RDI_TargetStoppedProc *fn, argument
1206 (*lptr)->fn = fn;
1218 int local_err = p->fn(reason, p->arg);
/haiku-fatelf/src/bin/sharutils/doc/
H A DMakefile131 rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr
/haiku-fatelf/src/libs/ncurses/tack/
H A Dtack.h383 extern void scan_init(char *fn);
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_output.c533 static const char *fn = "pdc_boot_output"; local
536 out = (pdc_output*)pdc_malloc(pdc, sizeof(pdc_output), fn);
570 static const char *fn = "pdc_init_output"; local
580 sizeof(long) * out->file_offset_capacity, fn);
/haiku-fatelf/src/bin/gdb/gdb/
H A Darm-tdep.c439 if ((inst & 0xffbf0fff) == 0xec2d0200) /* sfmfd fn, <cnt>, [sp]! */
442 if ((inst & 0xffff8fff) == 0xed6d0103) /* stfe fn, [sp, #-12]! */
512 else if (sal.end < prologue_end) /* next line begins after fn end */
1465 #define bits(obj,st,fn) (((obj) >> (st)) & submask ((fn) - (st)))
1466 #define sbits(obj,st,fn) \
1467 ((long) (bits(obj,st,fn) | ((long) bit(obj,fn) * ~ submask (fn - st))))
H A Ddwarf2read.c6369 struct function_range *fn; local
6378 fn = cu->cached_fn;
6379 while (fn)
6380 if (fn->lowpc <= address && fn->highpc > address)
6383 fn = fn->next;
6385 fn = cu->first_fn;
6386 while (fn && fn !
[all...]
H A Dgdbtypes.c2171 int fn, oi; /* function and overloaded instance indices */ local
2181 for (fn = 0; fn < TYPE_NFN_FIELDS (dclass); fn++)
2182 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (dclass, fn); oi++)
2183 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (dclass, fn), oi))
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Didtag.cpp81 StreamInfo::SetFilename ( const char *fn )
84 filename = strdup ( fn );
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcgen.h1144 const char * (* fn)
1148 #define CGEN_MIEXPN_FN(ex) ((ex)->fn)
1400 /* Cover fn to handle simple case. */
1129 const char * (* fn) member in struct:cgen_minsn_expansion
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspcl.c894 char *fn = hpgs_alloca(l); local
897 snprintf(fn,l,"%s%04d.png",reader->png_dump_filename,reader->png_dump_count);
900 hpgs_log(hpgs_i18n("Dumping inline PCL image to file <%s>.\n"),fn);
902 int ret = hpgs_image_write(reader->pcl_image,fn);
H A Dhpgsdevices.c754 char *fn = hpgs_alloca(l+20); local
759 _snprintf(fn,l+20,"%.*s%4.4d%s",
762 snprintf(fn,l+20,"%.*s%4.4d%s",
765 l = rename(eps->filename,fn);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Darc-opc.c26 #define INSERT_FN(fn) \
27 static arc_insn fn PARAMS ((arc_insn, const struct arc_operand *, \
30 #define EXTRACT_FN(fn) \
31 static long fn PARAMS ((arc_insn *, const struct arc_operand *, \
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dchikuji.c56 static int generalNaive(uiContext d, int (*fn )(...));
744 generalNaive(uiContext d, int (*fn )(...))
748 return (*fn)(d);
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcistpl.h95 } fn[CISTPL_MAX_FUNCTIONS]; member in struct:cistpl_longlink_mfc_t
/haiku-fatelf/src/bin/bash/
H A Dbashline.c2564 char *fn; local
2567 fn = bash_tilde_expand (name, 0);
2568 r = file_isdir (fn);
2569 free (fn);
/haiku-fatelf/src/bin/findutils/locate/
H A Dlocate.c428 add_visitor(visitfunc fn, void *context) argument
431 p->inspector = fn;

Completed in 495 milliseconds

123456