Home
last modified time | relevance | path

Searched refs:getopt_word (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libarchive/cat/
Dcmdline.c154 bsdcat->getopt_word = *bsdcat->argv++; in bsdcat_getopt()
156 if (bsdcat->getopt_word[1] == '-') { in bsdcat_getopt()
159 bsdcat->getopt_word += 2; /* Skip leading '--' */ in bsdcat_getopt()
163 ++bsdcat->getopt_word; /* Skip leading '-' */ in bsdcat_getopt()
172 opt = *bsdcat->getopt_word++; in bsdcat_getopt()
189 if (bsdcat->getopt_word[0] == '\0') { in bsdcat_getopt()
191 bsdcat->getopt_word = *bsdcat->argv; in bsdcat_getopt()
192 if (bsdcat->getopt_word == NULL) { in bsdcat_getopt()
206 bsdcat->argument = bsdcat->getopt_word; in bsdcat_getopt()
217 p = strchr(bsdcat->getopt_word, '='); in bsdcat_getopt()
[all …]
Dbsdcat.h43 char *getopt_word; member
/freebsd-12-stable/contrib/libarchive/tar/
Dcmdline.c240 bsdtar->getopt_word = *bsdtar->argv++; in bsdtar_getopt()
250 opt = *bsdtar->getopt_word++; in bsdtar_getopt()
290 bsdtar->getopt_word = *bsdtar->argv++; in bsdtar_getopt()
292 if (bsdtar->getopt_word[1] == '-') { in bsdtar_getopt()
295 bsdtar->getopt_word += 2; /* Skip leading '--' */ in bsdtar_getopt()
299 ++bsdtar->getopt_word; /* Skip leading '-' */ in bsdtar_getopt()
308 opt = *bsdtar->getopt_word++; in bsdtar_getopt()
325 if (bsdtar->getopt_word[0] == '\0') { in bsdtar_getopt()
327 bsdtar->getopt_word = *bsdtar->argv; in bsdtar_getopt()
328 if (bsdtar->getopt_word == NULL) { in bsdtar_getopt()
[all …]
Dbsdtar.h73 char *getopt_word; member