Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dhtml.c679 fix_filename (char *filename) in fix_filename() function
771 fix_filename (dirname); in nodename_to_filename_1()
784 fix_filename (filename + strlen (filename) - strlen (p)); in nodename_to_filename_1()
800 fix_filename (filename + strlen (filename) - strlen (p)); in nodename_to_filename_1()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_symbolize.py30 def fix_filename(file_name): function
117 file_name = fix_filename(file_name)
182 return ['%s in %s %s' % (addr, function, fix_filename(file)) for (function, file) in lines]
249 file_name = fix_filename(match.group(3))
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1185 (fix_filename): removed size calculation and memory reallocation for
1197 (fix_filename): generate links following html cross refs proposal
H A DChangeLog.463167 * makeinfo/html.c (fix_filename): new function.