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

/netbsd-current/external/bsd/libarchive/dist/cat/
H A Dcmdline.c119 size_t optlength; local
224 optlength = (size_t)(p - bsdcat->getopt_word);
227 optlength = strlen(bsdcat->getopt_word);
236 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) {
240 if (strlen(popt->name) == optlength) {
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dcmdline.c223 size_t optlength; local
362 optlength = (size_t)(p - bsdtar->getopt_word);
365 optlength = strlen(bsdtar->getopt_word);
374 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) {
378 if (strlen(popt->name) == optlength) {
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcmdline.c119 size_t optlength; local
221 optlength = (size_t)(p - opt_word);
224 optlength = strlen(opt_word);
233 if (strncmp(opt_word, popt->name, optlength) == 0) {
237 if (strlen(popt->name) == optlength) {

Completed in 151 milliseconds