Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dman.c151 int dotnum, fd = -1; in tryfile() local
155 for (dotnum = 0; dotnum <= 2; dotnum += 2) { in tryfile()
157 while ((fd == -1) && *suf) strcpy(s + len - dotnum, *suf++), fd = zopen(s); in tryfile()