Searched refs:file_name (Results 1 - 11 of 11) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dlocalcharset.c125 char *file_name; local
133 /* Concatenate dir and base into freshly allocated file_name. */
138 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
139 if (file_name != NULL)
141 memcpy (file_name, dir, dir_len);
143 file_name[dir_len] = DIRECTORY_SEPARATOR;
144 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
148 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
217 if (file_name !
[all...]
H A Derror.c72 extern void __error_at_line (int status, int errnum, const char *file_name,
271 error_at_line (int status, int errnum, const char *file_name,
282 && (file_name == old_file_name
283 || strcmp (old_file_name, file_name) == 0))
287 old_file_name = file_name;
315 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ",
316 file_name, line_number);
318 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
319 file_name, line_number);
270 error_at_line(int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) argument
/ndk/sources/host-tools/ndk-stack/elff/
H A Delff_api.h86 const char* file_name; member in struct:Elf_AddressInfo
88 /* Path to the source file directory. If file_name field of this structure is
92 /* Line number in the source file for the address. If file_name field of this
H A Ddwarf_defs.h575 char file_name[1]; member in struct:Dwarf_STMTL_FileDesc
579 return file_name[0] == '\0';
584 return file_name;
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1);
H A Delf_file.cc201 address_info->file_name = info.file_name;
205 address_info->file_name = NULL;
266 desc->file_name;
H A Ddwarf_cu.h30 const char* file_name; member in struct:Dwarf_AddressInfo
H A Ddwarf_cu.cc748 info->file_name = rel_cu_path();
753 info->file_name = file_info->get_file_name();
/ndk/sources/host-tools/ndk-stack/
H A Dndk-stack-parser.c345 pc_info.routine_name, pc_info.dir_name, pc_info.file_name,
349 pc_info.routine_name, pc_info.file_name, pc_info.line_number);
/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dcompile.c389 char *file_name;
393 file_name = get_buffer(b);
395 if (strcmp(p->name, file_name) == 0)
407 if (strcmp(special->outf.name, file_name) == 0)
418 p->name = ck_strdup(file_name);
384 char *file_name; local
/ndk/tests/device/test-gnustl-full/unit/
H A Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; local
596 ofstream out(file_name);
606 ifstream in(file_name);
/ndk/tests/device/test-stlport/unit/
H A Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; local
596 ofstream out(file_name);
606 ifstream in(file_name);

Completed in 108 milliseconds