Searched refs:filename (Results 426 - 450 of 610) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c1683 if ((ctxt->input != NULL) && (ctxt->input->filename))
1685 "%s(%d): ", ctxt->input->filename,
5544 if ((ctxt->input != NULL) && (ctxt->input->filename))
5546 "%s(%d): ", ctxt->input->filename,
5578 if ((ctxt->input != NULL) && (ctxt->input->filename))
5580 "%s(%d): ", ctxt->input->filename,
5599 if ((ctxt->input != NULL) && (ctxt->input->filename))
5601 "%s(%d): ", ctxt->input->filename,
5634 if ((ctxt->input != NULL) && (ctxt->input->filename))
5636 "%s(%d): ", ctxt->input->filename,
10554 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
11982 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) argument
12027 xmlParseEntity(const char *filename) argument
12109 xmlCreateURLParserCtxt(const char *filename, int options) argument
12151 xmlCreateFileParserCtxt(const char *filename) argument
12177 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data) argument
12245 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery) argument
12277 xmlParseFile(const char *filename) argument
12293 xmlRecoverFile(const char *filename) argument
12309 xmlSetupParserForBuffer(xmlParserCtxtPtr ctxt, const xmlChar* buffer, const char* filename) argument
12345 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, const char *filename) argument
12918 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
13193 xmlReadFile(const char *filename, const char *encoding, int options) argument
13358 xmlCtxtReadFile(xmlParserCtxtPtr ctxt, const char *filename, const char *encoding, int options) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dxcoffread.c468 char *name; /* include filename */
1231 /* XCOFF, according to the AIX 3.2 documentation, puts the filename
1745 pst->filename);
1760 printf_filtered ("%s...", pst->dependencies[i]->filename);
1799 pst->filename);
1810 printf_filtered ("Reading in symbols for %s...", pst->filename);
1945 xcoff_start_psymtab (struct objfile *objfile, char *filename, int first_symnum,
1951 filename,
1961 /* Deduce the source language from the filename for this psymtab. */
1962 psymtab_language = deduce_language_from_filename (filename);
1937 xcoff_start_psymtab(struct objfile *objfile, char *filename, int first_symnum, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
[all...]
H A Dhpread.c267 file_exists (char *filename)
269 if (filename)
270 return (access (filename, F_OK) == 0);
506 if (hpread_call_pxdb (sym_bfd->filename))
1945 if (pst && !strcmp (namestring, pst->filename))
1985 pst->filename = (char *)
1988 strcpy (pst->filename, namestring);
2393 hpread_start_psymtab (struct objfile *objfile, char *filename,
2402 filename, textlow, global_syms, static_syms);
2455 pst->filename,
264 file_exists(char *filename) argument
2382 hpread_start_psymtab(struct objfile *objfile, char *filename, CORE_ADDR textlow, int ldsymoff, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
2782 hpread_expand_symtab(struct objfile *objfile, int sym_offset, int sym_size, CORE_ADDR text_offset, int text_size, struct section_offsets *section_offsets, char *filename) argument
5089 hpread_process_one_debug_symbol(union dnttentry *dn_bufp, char *name, struct section_offsets *section_offsets, struct objfile *objfile, CORE_ADDR text_offset, int text_size, char *filename, int index, int *at_module_boundary_p) argument
[all...]
H A Dproc-api.c72 if (procfs_filename != NULL) /* if output filename known */
88 /* Just changed the filename for procfs tracing.
640 open_with_trace (char *filename, int mode, char *file, int line) argument
646 ret = open (filename, mode);
662 "%d = open (%s, ", ret, filename);
793 "Set filename for /proc tracefile.\n", &setlist);
H A Dv850ice.c157 #define GLOADFILENAME 0x213 /* retrieve load filename */
267 /* Load in a new file... Need filename */
756 v850ice_load (char *filename, int from_tty) argument
763 generic_load (filename, from_tty);
764 ExeAppReq ("GDB", GDOWNLOAD, filename, &iob);
H A Dremote-vx.c117 net_load (char *filename, CORE_ADDR *pTextAddr, CORE_ADDR *pDataAddr, argument
138 status = clnt_call (pClient, VX_LOAD, xdr_wrapstring, &filename, xdr_ldfile,
/haiku-fatelf/headers/private/system/
H A Dsyscalls.h548 extern partition_id _kern_find_disk_device(const char *filename,
550 extern partition_id _kern_find_partition(const char *filename,
552 extern partition_id _kern_find_file_disk_device(const char *filename,
557 extern partition_id _kern_register_file_device(const char *filename);
559 const char *filename);
560 // Only a valid deviceID or filename need to be passed. The other one
561 // is -1/NULL. If both is given only filename is ignored.
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsreader.c962 Sets a filename for dumping inline PCL images in
965 If \c filename contains an extension .png the counter
968 int hpgs_reader_set_png_dump(hpgs_reader *reader, const char *filename) argument
975 if (!filename)
982 l = strlen(filename);
984 if (l>4 && strcmp(filename+l-4,".png")==0)
990 return hpgs_set_error(hpgs_i18n("Error allocating memory for png dump filename: %s"),
993 strncpy(reader->png_dump_filename,filename,l);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dsrec.c1010 unsigned int len = strlen (abfd->filename);
1017 abfd->filename, abfd->filename + len);
1085 len = strlen (abfd->filename);
1087 || bfd_bwrite (abfd->filename, len, abfd) != len
H A Dbfd.c42 . {* The filename the application opened the BFD with. *}
43 . const char *filename;
485 abfd->my_archive->filename, abfd->filename);
487 snprintf (bufp, avail, "%s", abfd->filename);
H A Drs6000-core.c697 str2 = strrchr (exec_bfd->filename, '/');
701 str2 = str2 != NULL ? str2 + 1 : exec_bfd->filename;
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_tiff.c214 image->filename, 0, 0);
239 const char *filename; local
245 filename = pdc_file_name(fp);
246 tiff_info->tif = TIFFClientOpen(filename, "r",
830 const char *stemp = pdc_errprintf(p->pdc, "%s", image->filename);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Drpc_handlers.c103 char filename[B_PATH_NAME_LENGTH]; local
109 error = btReadDir(session->pathBuffer, dir_vnid, &dir, &file_vnid, filename, &st);
122 btRPCPutString(&packet, filename, strlen(filename));
129 error = btReadDir(session->pathBuffer, dir_vnid, &dir, &file_vnid, filename, &st);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A Dudf.cpp470 udf_walk(void *ns, void *_dir, const char *filename, char **resolvedPath, vnode_id *vnodeId)
472 DEBUG_INIT_ETC(NULL, ("dir: %p, filename = `%s'", _dir, filename));
474 if (!ns || !_dir || !filename || !vnodeId)
483 if (strcmp(filename, ".") == 0) {
487 error = dir->Find(filename, vnodeId);
/haiku-fatelf/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp86 File::File(const char* filename) { argument
87 fFile = fopen(filename, "r+b");
1249 const char* filename = argv[i]; local
1250 File file(filename);
1257 fprintf(stderr, "%s error: could not open file '%s'\n", program, filename);
/haiku-fatelf/src/tests/kits/app/broster/
H A DLaunchTester.cpp119 ref_for_path(const char *filename, bool traverse = true) argument
123 CHK(entry.SetTo(filename, traverse) == B_OK);
142 create_app(const char *filename, const char *signature, argument
148 system((string("cp ") + testApp.String() + " " + filename).c_str());
150 system((string("chmod a+x ") + filename).c_str());
152 CHK(file.SetTo(filename, B_READ_WRITE) == B_OK);
169 create_file(const char *filename, const char *type, argument
174 system((string("echo -n \"") + contents + "\" > " + filename).c_str());
176 system((string("touch ") + filename).c_str());
179 CHK(file.SetTo(filename, B_READ_WRIT
197 check_app_type(const char *signature, const char *filename) argument
211 set_file_time(const char *filename, time_t time) argument
222 set_version(const char *filename, uint32 version) argument
235 set_type_app_hint(const char *signature, const char *filename) argument
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dhttp.c955 filename=\"foo bar\"", the first call to this function will return
957 return the token named "filename" and value "foo bar". The third
1030 Content-Disposition: attachment; filename="flora.jpg"
1036 *filename and true is returned. Otherwise, the function returns
1043 parse_content_disposition (const char *hdr, char **filename)
1047 if (BOUNDED_EQUAL_NO_CASE (name.b, name.e, "filename") && value.b != NULL)
1068 *filename = xmalloc (total_length + 1);
1069 strcpy (*filename, opt.dir_prefix);
1071 (*filename)[prefix_length - 1] = '/';
1072 memcpy (*filename
1040 parse_content_disposition(const char *hdr, char **filename) argument
3360 char *filename; member in struct:__anon4484
3375 char *filename; local
[all...]
H A Dutils.c539 file_exists_p (const char *filename)
542 return access (filename, F_OK) >= 0;
545 return stat (filename, &buf) >= 0;
565 file_size (const char *filename)
573 FILE *fp = fopen (filename, "rb");
582 if (stat (filename, &st) < 0)
535 file_exists_p(const char *filename) argument
561 file_size(const char *filename) argument
/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdflib_pl.c420 croak("Usage: PDF_add_launchlink(p, llx, lly, urx, ury, filename);");
519 croak("Usage: PDF_add_pdflink(p, llx, lly, urx, ury, filename, page, optlist);");
575 char * PDF_VOLATILE filename; local
585 croak("Usage: PDF_attach_file(p, llx, lly, urx, ury, filename, description, author, mimetype, icon);");
594 filename = (char *) SvPV(ST(5),PL_na);
600 try { PDF_attach_file2(p,llx,lly,urx,ury,filename,0,description,(int) len_descr,author,(int) len_auth,mimetype,icon);
899 croak("Usage: PDF_open_file(p,filename);");
2281 char * PDF_VOLATILE filename; local
2287 croak("Usage: PDF_load_image(p, imagetype, filename, optlist);");
2293 filename
2877 char * PDF_VOLATILE filename; local
2904 char * PDF_VOLATILE filename; local
[all...]
/haiku-fatelf/src/tools/translation/inspector/
H A DImageView.cpp196 const char *filename; local
197 chk = pmsg->FindString("name", &filename);
200 BFile file(&dir, filename, B_WRITE_ONLY | B_CREATE_FILE);
/haiku-fatelf/src/add-ons/kernel/file_systems/fat/
H A Dfile.c65 strlcpy(buffer, node->filename, bufferSize);
149 if (node->filename) free(node->filename);
1197 if (file->filename) free(file->filename);
1198 file->filename = malloc(strlen(newname) + 1);
1199 if (file->filename) strcpy(file->filename, newname);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteApp.cpp617 const char* filename) {
661 filename,
615 _writeSelectedNodeSet( entry_ref* dirRef, const char* filename) argument
/haiku-fatelf/src/apps/webpositive/support/
H A DSettingsMessage.cpp22 const char* filename)
30 fStatus = fPath.Append(filename);
21 SettingsMessage(directory_which directory, const char* filename) argument
/haiku-fatelf/src/bin/bash/
H A Dcopy_cmd.c136 new_redirect->redirectee.filename = copy_word (redirect->redirectee.filename);
/haiku-fatelf/src/bin/coreutils/src/
H A Dtest.c159 get_mtime (char const *filename, struct timespec *mtime) argument
162 bool ok = (stat (filename, &finfo) == 0);
187 * '-'('h'|'d'|'f'|'r'|'s'|'w'|'c'|'b'|'p'|'u'|'g'|'k') filename
188 * '-'('L'|'x') filename

Completed in 401 milliseconds

<<11121314151617181920>>