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

/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcmdline.c114 size_t optlength; local
210 optlength = (size_t)(p - opt_word);
213 optlength = strlen(opt_word);
222 if (strncmp(opt_word, popt->name, optlength) == 0) {
226 if (strlen(popt->name) == optlength) {
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dcmdline.c202 size_t optlength; local
335 optlength = (size_t)(p - bsdtar->getopt_word);
338 optlength = strlen(bsdtar->getopt_word);
347 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) {
351 if (strlen(popt->name) == optlength) {

Completed in 111 milliseconds