Searched refs:optlength (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/libarchive/cat/
H A Dcmdline.c120 size_t optlength; local
219 optlength = (size_t)(p - bsdcat->getopt_word);
222 optlength = strlen(bsdcat->getopt_word);
231 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) {
235 if (strlen(popt->name) == optlength) {
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dcmdline.c208 size_t optlength; local
341 optlength = (size_t)(p - bsdtar->getopt_word);
344 optlength = strlen(bsdtar->getopt_word);
353 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) {
357 if (strlen(popt->name) == optlength) {
/freebsd-11.0-release/contrib/libarchive/cpio/
H A Dcmdline.c117 size_t optlength; local
213 optlength = (size_t)(p - opt_word);
216 optlength = strlen(opt_word);
225 if (strncmp(opt_word, popt->name, optlength) == 0) {
229 if (strlen(popt->name) == optlength) {

Completed in 63 milliseconds