Searched refs:map_file (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.h55 extern char *map_file;
H A Dnlmheader.y61 char *map_file;
249 map_file = "";
254 map_file = $2;
275 map_file = "";
279 map_file = $2;
H A Dnlmheader.c194 char *map_file; variable
1360 map_file = "";
1368 map_file = yyvsp[0].string;
1404 map_file = "";
1411 map_file = yyvsp[0].string;
H A Dnlmconv.c292 map_file = NULL;
323 input_file = link_inputs (input_files, ld_arg, map_file);
2053 link_inputs (struct string_list *inputs, char *ld, char * map_file)
2102 if (map_file
2103 && * map_file
2104 && strcmp (map_file, "stderr") == 0)
2107 argv[5] = map_file;
2044 link_inputs(struct string_list *inputs, char *ld, char * map_file) argument
/macosx-10.10.1/rsync-45/rsync/support/
H A Dfile-attr-restore10 our($p_opt, $o_opt, $g_opt, $map_file, $dry_run, $verbosity, $help_opt);
18 'map|m=s' => \$map_file,
28 &parse_map_file($map_file) if defined $map_file;
/macosx-10.10.1/rsync-45/rsync/
H A Dchecksum.c110 buf = map_file(fd, size, MAX_MAP_SIZE, CSUM_CHUNK);
H A Dfileio.c150 struct map_struct *map_file(int fd, OFF_T len, int32 read_size, function
156 out_of_memory("map_file");
H A Dsender.c389 mbuf = map_file(fd, st.st_size, read_size, s->blength);
H A Dproto.h65 struct map_struct *map_file(int fd, OFF_T len, int32 read_size,
H A Dreceiver.c154 mapbuf = map_file(fd_r, size_r, read_size, sum.blength);
H A Dgenerator.c502 mapbuf = map_file(fd, len, MAX_MAP_SIZE, sum.blength);
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c84 /* map_file --------------------------------------------------------------- */
94 map_file(void) function
251 map_file();
634 map_file();
784 map_file();
898 map_file();
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp746 const char *map_file = argv[optind + 1]; local
752 if (!read_map(map_file, table))
872 fprintf(stream, "usage: %s [-sv] [-g gf_file] [-k skewchar] tfm_file map_file font\n",

Completed in 271 milliseconds