Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Dsrcpos.c316 char *pos_str, *fresh_fname = NULL, *first, *rest; in srcpos_string_comment() local
335 fresh_fname = shorten_to_initial_path(pos->file->name); in srcpos_string_comment()
336 if (fresh_fname) in srcpos_string_comment()
337 fname = fresh_fname; in srcpos_string_comment()
350 if (fresh_fname) in srcpos_string_comment()
351 free(fresh_fname); in srcpos_string_comment()