Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c712 #define BSUF 4 /* number of valid 'bzip2' sufixes */ macro
9409 return (check_suffix(bsuffix, BSUF)); in bz_suffix()
9463 } else if (check_suffix(bsuffix, BSUF) != NULL) { in detect_compress()