Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c108 bsdunzip->getopt_word = *bsdunzip->argv++; in bsdunzip_getopt()
111 if (bsdunzip->getopt_word[1] == '-') { in bsdunzip_getopt()
114 bsdunzip->getopt_word += 2; /* Skip leading '--' */ in bsdunzip_getopt()
118 ++bsdunzip->getopt_word; /* Skip leading '-' */ in bsdunzip_getopt()
127 opt = *bsdunzip->getopt_word++; in bsdunzip_getopt()
144 if (bsdunzip->getopt_word[0] == '\0') { in bsdunzip_getopt()
146 bsdunzip->getopt_word = *bsdunzip->argv; in bsdunzip_getopt()
147 if (bsdunzip->getopt_word == NULL) { in bsdunzip_getopt()
158 bsdunzip->argument = bsdunzip->getopt_word; in bsdunzip_getopt()
168 p = strchr(bsdunzip->getopt_word, '='); in bsdunzip_getopt()
[all …]
H A Dbsdunzip.h25 char *getopt_word; member
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c141 bsdcat->getopt_word = *bsdcat->argv++; in bsdcat_getopt()
143 if (bsdcat->getopt_word[1] == '-') { in bsdcat_getopt()
146 bsdcat->getopt_word += 2; /* Skip leading '--' */ in bsdcat_getopt()
150 ++bsdcat->getopt_word; /* Skip leading '-' */ in bsdcat_getopt()
159 opt = *bsdcat->getopt_word++; in bsdcat_getopt()
176 if (bsdcat->getopt_word[0] == '\0') { in bsdcat_getopt()
178 bsdcat->getopt_word = *bsdcat->argv; in bsdcat_getopt()
179 if (bsdcat->getopt_word == NULL) { in bsdcat_getopt()
193 bsdcat->argument = bsdcat->getopt_word; in bsdcat_getopt()
204 p = strchr(bsdcat->getopt_word, '='); in bsdcat_getopt()
[all …]
H A Dbsdcat.h22 char *getopt_word; member
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c229 bsdtar->getopt_word = *bsdtar->argv++; in bsdtar_getopt()
239 opt = *bsdtar->getopt_word++; in bsdtar_getopt()
279 bsdtar->getopt_word = *bsdtar->argv++; in bsdtar_getopt()
281 if (bsdtar->getopt_word[1] == '-') { in bsdtar_getopt()
284 bsdtar->getopt_word += 2; /* Skip leading '--' */ in bsdtar_getopt()
288 ++bsdtar->getopt_word; /* Skip leading '-' */ in bsdtar_getopt()
297 opt = *bsdtar->getopt_word++; in bsdtar_getopt()
314 if (bsdtar->getopt_word[0] == '\0') { in bsdtar_getopt()
316 bsdtar->getopt_word = *bsdtar->argv; in bsdtar_getopt()
317 if (bsdtar->getopt_word == NULL) { in bsdtar_getopt()
[all …]
H A Dbsdtar.h53 char *getopt_word; member