Home | History | Annotate | Download | only in bzip2

Lines Matching refs:suffix

1110 Bool hasSuffix ( Char* s, const Char* suffix )
1113 Int32 nx = strlen(suffix);
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
1178 "%s: Input file %s already has %s suffix.\n",