Home
last modified time | relevance | path

Searched defs:orig_argv (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dmain.c42 static char **orig_argv; variable
/external/kmod/tools/
Dmodprobe.c677 static char **prepend_options_from_env(int *p_argc, char **orig_argv) in prepend_options_from_env()
746 static int do_modprobe(int argc, char **orig_argv) in do_modprobe()
/external/python/cpython3/Modules/
Dmain.c66 static wchar_t **orig_argv = NULL; variable