Home
last modified time | relevance | path

Searched refs:getopt_state (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/archivers/libarchive/libarchive-3.5.2/tar/
H A Dcmdline.c227 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()
235 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
237 bsdtar->getopt_state = state_old_tar; in bsdtar_getopt()
251 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
292 bsdtar->getopt_state = state_long; in bsdtar_getopt()
296 bsdtar->getopt_state = state_short; in bsdtar_getopt()
304 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()
309 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
336 bsdtar->getopt_state = state_long; in bsdtar_getopt()
346 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/tar/
H A Dcmdline.c224 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()
232 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
234 bsdtar->getopt_state = state_old_tar; in bsdtar_getopt()
248 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
289 bsdtar->getopt_state = state_long; in bsdtar_getopt()
293 bsdtar->getopt_state = state_short; in bsdtar_getopt()
301 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()
306 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
333 bsdtar->getopt_state = state_long; in bsdtar_getopt()
343 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/tar/
H A Dcmdline.c223 if (bsdtar->getopt_state == state_start) { in bsdtar_getopt()
231 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
233 bsdtar->getopt_state = state_old_tar; in bsdtar_getopt()
247 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
288 bsdtar->getopt_state = state_long; in bsdtar_getopt()
292 bsdtar->getopt_state = state_short; in bsdtar_getopt()
300 if (bsdtar->getopt_state == state_short) { in bsdtar_getopt()
305 bsdtar->getopt_state = state_next_word; in bsdtar_getopt()
332 bsdtar->getopt_state = state_long; in bsdtar_getopt()
342 if (bsdtar->getopt_state == state_long) { in bsdtar_getopt()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/cat/
H A Dcmdline.c127 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt()
134 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
140 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt()
158 bsdcat->getopt_state = state_long; in bsdcat_getopt()
162 bsdcat->getopt_state = state_short; in bsdcat_getopt()
170 if (bsdcat->getopt_state == state_short) { in bsdcat_getopt()
175 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
202 bsdcat->getopt_state = state_long; in bsdcat_getopt()
205 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
212 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/cat/
H A Dcmdline.c127 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt()
134 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
140 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt()
158 bsdcat->getopt_state = state_long; in bsdcat_getopt()
162 bsdcat->getopt_state = state_short; in bsdcat_getopt()
170 if (bsdcat->getopt_state == state_short) { in bsdcat_getopt()
175 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
202 bsdcat->getopt_state = state_long; in bsdcat_getopt()
205 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
212 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/cat/
H A Dcmdline.c127 if (bsdcat->getopt_state == state_start) { in bsdcat_getopt()
134 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
140 if (bsdcat->getopt_state == state_next_word) { in bsdcat_getopt()
158 bsdcat->getopt_state = state_long; in bsdcat_getopt()
162 bsdcat->getopt_state = state_short; in bsdcat_getopt()
170 if (bsdcat->getopt_state == state_short) { in bsdcat_getopt()
175 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
202 bsdcat->getopt_state = state_long; in bsdcat_getopt()
205 bsdcat->getopt_state = state_next_word; in bsdcat_getopt()
212 if (bsdcat->getopt_state == state_long) { in bsdcat_getopt()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-chip/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/include/
H A Dgetopt.h15 struct getopt_state { struct
46 void getopt_init_state(struct getopt_state *gs);
48 int __getopt(struct getopt_state *gs, int argc, char *const argv[],
109 static inline int getopt(struct getopt_state *gs, int argc, in getopt()
124 static inline int getopt_silent(struct getopt_state *gs, int argc, in getopt_silent()

12345678910