Searched refs:map_file (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | alias.c | 454 if (stat(map->map_file, &stb) < 0) 470 map->map_file, ext == NULL ? "" : ext); 534 map->map_file, sm_errstring(saveerr)); 537 map->map_file, sm_errstring(saveerr)); 546 map->map_file, sm_errstring(errno)); 556 map->map_file); 561 map->map_file, NULL, LOCK_EX); 580 map->map_file, automatic ? "auto" : "", 592 map->map_file, sm_errstring(errno)); 595 map->map_file); [all …]
|
| H A D | map.c | 291 map->map_file = p; 296 map->map_file = newstr(map->map_file); 498 map->map_file == NULL ? "NULL" : map->map_file); 564 map->map_file); 577 map->map_file, 669 map->map_file == NULL ? "NULL" : map->map_file); 1234 if (map->map_file != NULL && *map->map_file != '\0') 1536 map->map_file); 1547 map->map_file); 1618 map->map_file); [all …]
|
| H A D | udb.c | 864 val = udbmatch(key, map->map_file, NULL);
|
| H A D | sendmail.h | 1286 char *map_file; /* the (nominal) filename */ variable
|
| H A D | readcf.c | 4682 s->s_map.map_mflags, s->s_map.map_file);
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldexp.c | 121 fputc (' ', config.map_file); in exp_print_token() 126 fputc (code, config.map_file); in exp_print_token() 131 fputc (' ', config.map_file); in exp_print_token() 967 if (config.map_file == NULL) in exp_print_tree() 968 config.map_file = stderr; in exp_print_tree() 995 fprintf (config.map_file, ")"); in exp_print_tree() 998 fprintf (config.map_file, "("); in exp_print_tree() 1002 fprintf (config.map_file, ")"); in exp_print_tree() 1006 fprintf (config.map_file, "?"); in exp_print_tree() 1015 fprintf (config.map_file, " ("); in exp_print_tree() [all …]
|
| H A D | ldmisc.c | 480 if (config.map_file != NULL) in minfo() 485 vfinfo (config.map_file, fmt, arg, FALSE); in minfo() 505 fprintf (config.map_file, " "); in print_space() 511 fprintf (config.map_file, "\n"); in print_nl()
|
| H A D | ldmain.c | 445 config.map_file = stdout; in main() 449 config.map_file = fopen (config.map_filename, FOPEN_WT); in main() 450 if (config.map_file == (FILE *) NULL) in main() 470 if (config.map_file != NULL) in main() 473 output_cref (config.map_file != NULL ? config.map_file : stdout); in main() 905 if (config.map_file != NULL) in add_archive_element()
|
| H A D | ld.h | 286 FILE *map_file; member
|
| H A D | ldlang.c | 1772 fprintf (config.map_file, "%-16s ", m->name); in lang_map() 3681 fputs (" FILL mask 0x", config.map_file); in print_fill_statement() 3683 fprintf (config.map_file, "%02x", *p); in print_fill_statement() 3684 fputs ("\n", config.map_file); in print_fill_statement() 3812 fprintf (config.map_file, "%02x", *p); in print_padding_statement() 3872 fprintf (config.map_file, "START GROUP\n"); in print_group() 3874 fprintf (config.map_file, "END GROUP\n"); in print_group() 3979 FILE *map_save = config.map_file; in dprint_statement() 3981 config.map_file = stderr; in dprint_statement() 3994 config.map_file = map_save; in dprint_statement() [all …]
|
| H A D | ldctor.c | 331 if (config.map_file != NULL) in ldctor_build_sets()
|
| H A D | ChangeLog-0001 | 1143 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
|
| H A D | ChangeLog-9197 | 5127 Just use map_file or map_filename instead.
|
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 254 static int map_file() { in map_file() function 386 if (map_file() == -1) { in llvm_gcda_start_file()
|