| /src/tests/lib/libcurses/director/ |
| testlang_conf.l | 47 extern char *cur_file; /* from director.c */ 93 cur_file, line, *p); 140 cur_file, line, *p); 198 "exceeded", cur_file, line); 207 dir_begin = cur_file; 208 const char *dir_end = strrchr(cur_file, '/'); 229 include_files[include_ptr++] = cur_file; 230 cur_file = inc_file; 244 free(cur_file); 245 cur_file = include_files[include_ptr] [all...] |
| testlang_parse.y | 57 extern char *cur_file; /* from director.c */ 600 cur_file, line, (const char *) arg); 613 cur_file, line, (const char *) arg); 621 cur_file, line); 680 cur_file, line, __func__); 689 cur_file, line, __func__); 778 cur_file, line, str); 933 cur_file, line, check_file); 940 cur_file, line, check_file); 1012 cur_file, line, check_file, offs [all...] |
| director.c | 65 char *cur_file; /* name of file currently being read */ variable 280 if ((cur_file = strdup(argv[0])) == NULL)
|
| /src/external/bsd/byacc/dist/test/ |
| grammar.y | 330 static IncludeStack *cur_file; /* current input file */ 493 func_params->begin_comment = cur_file->begin_comment; 494 func_params->end_comment = cur_file->end_comment; 511 if (cur_file->convert) 528 func_params->begin_comment = cur_file->begin_comment; 529 func_params->end_comment = cur_file->end_comment; 538 if (cur_file->convert) 728 func_style == FUNC_TRADITIONAL && cur_file->convert) { 730 fputs(cur_text(), cur_file->tmp_file); 737 func_style == FUNC_TRADITIONAL && cur_file->convert) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| line-header.c | 265 const char *cur_dir, *cur_file; local 397 while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL) 410 lh->add_file_name (cur_file, d_index, mod_time, length);
|
| read.c | 18820 const char *cur_file; 18824 cur_file = read_direct_string (abfd, line_ptr, 18836 lh->add_file_name (cur_file, dindex, mod_time, length); 18809 const char *cur_file; local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| line-header.c | 264 const char *cur_dir, *cur_file; local 396 while ((cur_file = read_direct_string (abfd, line_ptr, &bytes_read)) != NULL) 409 lh->add_file_name (cur_file, d_index, mod_time, length);
|
| read.c | 16439 const char *cur_file; 16443 cur_file = read_direct_string (abfd, line_ptr, 16455 lh->add_file_name (cur_file, dindex, mod_time, length); 16431 const char *cur_file; local
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| grammar.tab.c | 360 static IncludeStack *cur_file; /* current input file */ variable 1435 func_params->begin_comment = cur_file->begin_comment; 1436 func_params->end_comment = cur_file->end_comment; 1456 if (cur_file->convert) 1475 func_params->begin_comment = cur_file->begin_comment; 1476 func_params->end_comment = cur_file->end_comment; 1488 if (cur_file->convert) 1724 func_style == FUNC_TRADITIONAL && cur_file->convert) { 1726 fputs(cur_text(), cur_file->tmp_file); 1736 func_style == FUNC_TRADITIONAL && cur_file->convert) [all...] |
| /src/external/bsd/byacc/dist/test/btyacc/ |
| grammar.tab.c | 380 static IncludeStack *cur_file; /* current input file */ variable 2161 func_params->begin_comment = cur_file->begin_comment; 2162 func_params->end_comment = cur_file->end_comment; 2182 if (cur_file->convert) 2201 func_params->begin_comment = cur_file->begin_comment; 2202 func_params->end_comment = cur_file->end_comment; 2214 if (cur_file->convert) 2450 func_style == FUNC_TRADITIONAL && cur_file->convert) { 2452 fputs(cur_text(), cur_file->tmp_file); 2462 func_style == FUNC_TRADITIONAL && cur_file->convert) [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_iso9660.c | 686 struct isofile *cur_file; member in struct:iso9660 1071 iso9660->cur_file = NULL; 1536 iso9660->cur_file = NULL; 1543 iso9660->cur_file = NULL; 1554 iso9660->cur_file = NULL; 1611 * Set the current file to cur_file to read its contents. 1613 iso9660->cur_file = file; 1728 (iso9660->cur_file->cur_content->size + ws) >= 1734 iso9660->cur_file->cur_content->size); 1745 iso9660->cur_file->cur_content->size += ts [all...] |
| archive_write_set_format_xar.c | 259 struct file *cur_file; member in struct:xar 568 xar->cur_file = NULL; 652 * Set the current file to cur_file to read its contents. 654 xar->cur_file = file; 717 if (s == 0 || xar->cur_file == NULL) 719 if (xar->cur_file->data.compression == NONE) { 742 xar->cur_file->data.length += size; 765 (uint64_t)archive_entry_size(xar->cur_file->entry)) { 771 archive_string_empty(&(xar->cur_file->script)); 789 archive_strncpy(&(xar->cur_file->script), b + off [all...] |
| archive_write_set_format_7zip.c | 211 struct file *cur_file; member in struct:_7zip 567 zip->cur_file = NULL; 639 * Set the current file to cur_file to read its contents. 641 zip->cur_file = file; 761 if (s == 0 || zip->cur_file == NULL) 779 if (zip->cur_file == NULL) 792 zip->cur_file->crc32 = zip->entry_crc32; 793 zip->cur_file = NULL;
|
| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| terp.c | 41 const char *cur_file; member in struct:gen_ctx_st 53 ctx->cur_file = NULL; 223 ctx->cur_file = file; 230 ctx->first_error_file = ctx->cur_file;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf2.c | 2554 /* Add file to TABLE. CUR_FILE memory ownership is taken by TABLE. */ 2557 line_info_add_file_name (struct line_info_table *table, char *cur_file, 2575 table->files[table->num_files].name = cur_file; 2592 char *cur_file, 2720 char *cur_file, *cur_dir; local 2889 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) 2897 if (!line_info_add_file_name (table, cur_file, dir, xtime, size)) 2992 cur_file = read_string (&line_ptr, line_end); 2999 if (!line_info_add_file_name (table, cur_file, dir,
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf2.c | 2554 /* Add file to TABLE. CUR_FILE memory ownership is taken by TABLE. */ 2557 line_info_add_file_name (struct line_info_table *table, char *cur_file, 2575 table->files[table->num_files].name = cur_file; 2592 char *cur_file, 2720 char *cur_file, *cur_dir; local 2889 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) 2897 if (!line_info_add_file_name (table, cur_file, dir, xtime, size)) 2992 cur_file = read_string (&line_ptr, line_end); 2999 if (!line_info_add_file_name (table, cur_file, dir,
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf2.c | 2554 /* Add file to TABLE. CUR_FILE memory ownership is taken by TABLE. */ 2557 line_info_add_file_name (struct line_info_table *table, char *cur_file, 2575 table->files[table->num_files].name = cur_file; 2592 char *cur_file, 2720 char *cur_file, *cur_dir; local 2889 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) 2897 if (!line_info_add_file_name (table, cur_file, dir, xtime, size)) 2992 cur_file = read_string (&line_ptr, line_end); 2999 if (!line_info_add_file_name (table, cur_file, dir,
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf2.c | 2554 /* Add file to TABLE. CUR_FILE memory ownership is taken by TABLE. */ 2557 line_info_add_file_name (struct line_info_table *table, char *cur_file, 2575 table->files[table->num_files].name = cur_file; 2592 char *cur_file, 2720 char *cur_file, *cur_dir; local 2889 while ((cur_file = read_string (&line_ptr, line_end)) != NULL) 2897 if (!line_info_add_file_name (table, cur_file, dir, xtime, size)) 2992 cur_file = read_string (&line_ptr, line_end); 2999 if (!line_info_add_file_name (table, cur_file, dir,
|