Lines Matching defs:algorithm
1468 char algorithm[MAXALGLEN];
1679 * Signature (name of the compression algorithm)
1688 (void) bzero(algorithm, sizeof (algorithm));
1689 (void) strlcpy(algorithm, li->l_name, sizeof (algorithm));
1690 if (write(compfd, algorithm, sizeof (algorithm))
1691 != sizeof (algorithm))
1793 die(gettext("invalid algorithm name: %s\n"), algname);
1914 /* optional algorithm */