Lines Matching refs:nname
445 Dbg_file_fixname(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_fixname() argument
451 dbg_print(lml, MSG_INTL(MSG_FIL_FIXNAME), oname, nname); in Dbg_file_fixname()
458 char *oname, *nname, *ofile; in Dbg_file_output() local
481 if ((nname = malloc(strlen(prefix) + strlen(ofile) + 1)) != 0) { in Dbg_file_output()
482 (void) strcpy(nname, prefix); in Dbg_file_output()
483 (void) strcat(nname, ofile); in Dbg_file_output()
484 if ((fd = open(nname, O_RDWR | O_CREAT | O_TRUNC, in Dbg_file_output()
489 free(nname); in Dbg_file_output()
573 Dbg_file_deferred(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_deferred() argument
579 dbg_print(lml, MSG_INTL(MSG_FIL_DEFERRED), oname, nname); in Dbg_file_deferred()
700 Dbg_file_reuse(Lm_list *lml, const char *nname, const char *oname) in Dbg_file_reuse() argument
706 dbg_print(lml, MSG_INTL(MSG_FIL_REUSE), nname, oname); in Dbg_file_reuse()
710 Dbg_file_skip(Lm_list *lml, const char *oname, const char *nname) in Dbg_file_skip() argument
715 if (oname && strcmp(nname, oname)) in Dbg_file_skip()
716 dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_1), nname, oname); in Dbg_file_skip()
718 dbg_print(lml, MSG_INTL(MSG_FIL_SKIP_2), nname); in Dbg_file_skip()
723 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) in Dbg_file_modified() argument
735 if (nname != oname) in Dbg_file_modified()
736 dbg_print(lml, MSG_INTL(MSG_FIL_NAMECHANGE), nname); in Dbg_file_modified()