Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwindmc.c180 char *hsz; in mc_create_path_text_file() local
185 hsz = xmalloc (len); in mc_create_path_text_file()
186 sprintf (hsz, "%s%s%s", (path != NULL ? path : ""), mcset_mc_basename, in mc_create_path_text_file()
188 if ((ret = fopen (hsz, "wb")) == NULL) in mc_create_path_text_file()
189 fatal (_("can't create %s file `%s' for output.\n"), (ext ? ext : "text"), hsz); in mc_create_path_text_file()
190 free (hsz); in mc_create_path_text_file()
920 char *hsz; in mc_unify_path() local
924 hsz = xmalloc (strlen (path) + 2); in mc_unify_path()
925 strcpy (hsz, path); in mc_unify_path()
926 end = hsz + strlen (hsz); in mc_unify_path()
[all …]