Home
last modified time | relevance | path

Searched defs:optind (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/compat/
H A Dgetopt.c37 static int optind = 1; variable
[all...]
/third_party/node/deps/cares/src/tools/
H A Dares_getopt.h38 int optind; /* index into parent argv vector */ member
/third_party/libcoap/examples/
H A Dgetopt.c18 static int optind = 1; variable
[all...]
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt.c54 optind = 1, /* index into parent argv vector */ variable
/third_party/musl/src/misc/
H A Dgetopt.c11 int optind=1, opterr=1, optopt, __optpos, __optreset=0; variable
[all...]
/third_party/icu/tools/multi/proj/chello/
H A Ddate.c65 int optind = 1; in main() local
/third_party/glfw/deps/
H A Dgetopt.c39 int optind = 1; variable
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.cpp362 LOG_ECMA(INFO) << "option: " << option << ", optopt: " << optopt << ", optind: " << optind; in ParseCommand() local
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c173 int status, pid, pending_sig, optind = 1, state = 1; in main() local
[all...]
/third_party/ninja/src/
H A Dgetopt.c106 int optind = 0; variable
[all...]
/third_party/backends/lib/
H A Dgetopt.c138 int optind = 1; global() variable
[all...]
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c59 int optind = 1; /* index into parent argv vector */ variable
[all...]
/third_party/ltp/pan/
H A Dltp-pan.c1174 static struct collection *get_collection(char *file, int optind, int argc, in get_collection() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dcommon.c377 int optind = 1; variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.c419 int optind = 1; variable
[all...]
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs840 pub static mut optind: c_int; consts
/third_party/toybox/toys/pending/
H A Dawk.c4356 static void init_globals(int optind, int argc, char **argv, char *sepstring, in init_globals() argument
4463 static void run(int optind, int argc, char **argv, char *sepstring, in run() argument
4529 int optind = 0; in awk_main() local
4505 awk(char *sepstring, char *progstring, struct arg_list *prog_args, struct arg_list *assign_args, int optind, int argc, char **argv, int opt_run_prog) awk() argument
/third_party/mksh/
H A Dsh.h1620 #undef optind macro
1624 int optind; member

Completed in 24 milliseconds