Home
last modified time | relevance | path

Searched refs:tryfile (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dman.c149 static int tryfile(char *name) in tryfile() function
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()

Completed in 1 milliseconds