Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c679 char *tmp, *err, *dotbz = 0; in do_bunzip2() local
682 dotbz = name+len-3; in do_bunzip2()
683 if ((len>3 && !strcmp(dotbz, ".bz")) || (len>4 && !strcmp(--dotbz, ".bz2"))) in do_bunzip2()
684 dotbz = 0; in do_bunzip2()
690 if (!dotbz || !access(name, X_OK)) { in do_bunzip2()
713 if (dotbz) *dotbz = '.'; in do_bunzip2()