Home
last modified time | relevance | path

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

/external/wayland/doc/doxygen/
Dgen-doxygen.py98 manpath = os.path.join(args.builddir, args.output_format) variable
99 for filename in os.listdir(manpath):
100 full_path = os.path.join(manpath, filename)
/external/toybox/toys/pending/
Dman.c140 static char manpath() in manpath() function
180 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()
/external/fonttools/
Dsetup.py348 def find_data_files(manpath="share/man"): argument
381 manpagebase = os.environ.get('FONTTOOLS_MANPATH', convert_path(manpath))