Lines Matching refs:nname
458 Dbg_file_fixname(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_fixname() argument
464 dbg_print(lml, MSG_INTL(MSG_FIL_FIXNAME), oname, nname); in Dbg_file_fixname()
471 char *oname, *nname, *ofile; in Dbg_file_output() local
494 if ((nname = malloc(strlen(prefix) + strlen(ofile) + 1)) != 0) { in Dbg_file_output()
495 (void) strcpy(nname, prefix); in Dbg_file_output()
496 (void) strcat(nname, ofile); in Dbg_file_output()
497 if ((fd = open(nname, O_RDWR | O_CREAT | O_TRUNC, in Dbg_file_output()
502 free(nname); in Dbg_file_output()
586 Dbg_file_deferred(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_deferred() argument
592 dbg_print(lml, MSG_INTL(MSG_FIL_DEFERRED), oname, nname); in Dbg_file_deferred()
707 Dbg_file_reuse(Lm_list *lml, const char *nname, const char *oname) in Dbg_file_reuse() argument
713 dbg_print(lml, MSG_INTL(MSG_FIL_REUSE), nname, oname); in Dbg_file_reuse()
717 Dbg_file_skip(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_skip() argument
722 if (oname && strcmp(nname, oname)) in Dbg_file_skip()
723 dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_1), nname, oname); in Dbg_file_skip()
725 dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_2), nname); in Dbg_file_skip()
730 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) in Dbg_file_modified() argument
742 if (nname != oname) in Dbg_file_modified()
743 dbg_print(lml, MSG_INTL(MSG_FIL_NAMECHANGE), nname); in Dbg_file_modified()