Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c72 extern void __error_at_line (int status, int errnum, const char *file_name,
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument
281 && (file_name == old_file_name in error_at_line()
282 || strcmp (old_file_name, file_name) == 0)) in error_at_line()
286 old_file_name = file_name; in error_at_line()
314 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ", in error_at_line()
315 file_name, line_number); in error_at_line()
317 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ", in error_at_line()
318 file_name, line_number); in error_at_line()
Dlocalcharset.c125 char *file_name; in get_charset_aliases() local
138 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases()
139 if (file_name != NULL) in get_charset_aliases()
141 memcpy (file_name, dir, dir_len); in get_charset_aliases()
143 file_name[dir_len] = DIRECTORY_SEPARATOR; in get_charset_aliases()
144 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases()
148 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL) in get_charset_aliases()
217 if (file_name != NULL) in get_charset_aliases()
218 free (file_name); in get_charset_aliases()
/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h575 char file_name[1]; member
579 return file_name[0] == '\0'; in is_last_entry()
584 return file_name; in get_file_name()
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in process()
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in get_dir_index()
Delf_file.cc201 address_info->file_name = info.file_name; in get_pc_address_info()
205 address_info->file_name = NULL; in get_pc_address_info()
266 desc->file_name; in get_pc_address_info()
Delff_api.h86 const char* file_name; member
Ddwarf_cu.h30 const char* file_name; member
Ddwarf_cu.cc748 info->file_name = rel_cu_path(); in set_source_info()
753 info->file_name = file_info->get_file_name(); in set_source_info()
/ndk/sources/host-tools/ndk-stack/
Dndk-stack-parser.c345 pc_info.routine_name, pc_info.dir_name, pc_info.file_name, in ParseFrame()
349 pc_info.routine_name, pc_info.file_name, pc_info.line_number); in ParseFrame()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c384 char *file_name; local
388 file_name = get_buffer(b);
390 if (strcmp(p->name, file_name) == 0)
402 if (strcmp(special->outf.name, file_name) == 0)
413 p->name = ck_strdup(file_name);
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local
596 ofstream out(file_name); in win32_file_format()
606 ifstream in(file_name); in win32_file_format()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local
596 ofstream out(file_name); in win32_file_format()
606 ifstream in(file_name); in win32_file_format()