Searched refs:manpath (Results 1 – 3 of 3) sorted by relevance
98 manpath = os.path.join(args.builddir, args.output_format) variable99 for filename in os.listdir(manpath):100 full_path = os.path.join(manpath, filename)
140 static char manpath() in manpath() function180 while (!manpath()) { in man_main()202 else while ((fd == -1) && !manpath()) fd = tryfile(*toys.optargs); in man_main()208 while ((fd == -1) && !manpath()) fd = tryfile(toys.optargs[1]); in man_main()
348 def find_data_files(manpath="share/man"): argument381 manpagebase = os.environ.get('FONTTOOLS_MANPATH', convert_path(manpath))