HomeSort by: relevance | last modified time | path
    Searched defs:optlength (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libarchive/dist/cat/
cmdline.c 101 size_t optlength; local
206 optlength = (size_t)(p - bsdcat->getopt_word);
209 optlength = strlen(bsdcat->getopt_word);
218 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) {
222 if (strlen(popt->name) == optlength) {
cmdline.c 101 size_t optlength; local
206 optlength = (size_t)(p - bsdcat->getopt_word);
209 optlength = strlen(bsdcat->getopt_word);
218 if (strncmp(bsdcat->getopt_word, popt->name, optlength) == 0) {
222 if (strlen(popt->name) == optlength) {
  /src/external/bsd/libarchive/dist/tar/
cmdline.c 207 size_t optlength; local
346 optlength = (size_t)(p - bsdtar->getopt_word);
349 optlength = strlen(bsdtar->getopt_word);
358 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) {
362 if (strlen(popt->name) == optlength) {
cmdline.c 207 size_t optlength; local
346 optlength = (size_t)(p - bsdtar->getopt_word);
349 optlength = strlen(bsdtar->getopt_word);
358 if (strncmp(bsdtar->getopt_word, popt->name, optlength) == 0) {
362 if (strlen(popt->name) == optlength) {
  /src/external/bsd/libarchive/dist/cpio/
cmdline.c 103 size_t optlength; local
205 optlength = (size_t)(p - opt_word);
208 optlength = strlen(opt_word);
217 if (strncmp(opt_word, popt->name, optlength) == 0) {
221 if (strlen(popt->name) == optlength) {
cmdline.c 103 size_t optlength; local
205 optlength = (size_t)(p - opt_word);
208 optlength = strlen(opt_word);
217 if (strncmp(opt_word, popt->name, optlength) == 0) {
221 if (strlen(popt->name) == optlength) {

Completed in 54 milliseconds