/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 773 int main(int argc, char *argv[]) in main() argument 1016 p = argv[i]; in main()
|
/third_party/littlefs/scripts/ |
H A D | test.py | 302 f.writeln("// Generated by %s:" % sys.argv[0]) 304 f.writeln("// %s" % ' '.join(sys.argv))
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 1947 int main(int argc, char **argv) in main() argument 1952 compile(sparse_initialize(argc, argv, &filelist)); in main()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.cc | 1013 int argc, Local<Value> argv[], in CallFunctionOn() 1020 auto args = reinterpret_cast<i::Handle<i::Object>*>(argv); in CallFunctionOn() 1011 CallFunctionOn(Local<Context> context, Local<Function> function, Local<Value> recv, int argc, Local<Value> argv[], bool throw_on_side_effect) CallFunctionOn() argument
|
/third_party/mksh/ |
H A D | exec.c | 321 ap = (t->vars == NULL) ? e->loc->argv + 1 : in execute() 745 e->loc->argv = ap; in comexec() 1135 /* is declaration utility if argv[1] is one (POSIX: command) */ in builtin()
|
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 1405 unsigned short* argv = handle->tty.wr.ansi_csi_argv; in uv__tty_set_style() local 1423 short arg = argv[i]; in uv__tty_set_style()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1198 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt() 1772 argv: *mut *const ::c_char, in rtpSpawn()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1785 argv: *const *const ::c_char, in execvpe() 1790 argv: *const *const ::c_char, in fexecve()
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 1737 if sys.argv[1:]: 1738 filename = sys.argv[1]
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 2345 if len(sys.argv)>1: 2346 l = Layout(BitStream(open(sys.argv[1],'rb').read()))
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 30 * output argv[0] unmodified for -o comm or -o args (but procps violates 31 * posix for -o comm anyway, it's stat[2] not argv[0]). 220 SLOT_upticks, /*uptime-starttime*/ SLOT_argv0len, // argv[0] length 302 {"NAME", "Process name (PID's argv[0])", -27, -7}, 304 {"CMDLINE", "Command line (argv[])", -27, -6}, 842 // Thread doesn't have exe or argv[0], so use parent's in get_ps() 931 // Store end of argv[0] so ARGS and CMDLINE can differ. in get_ps() 1245 if ( toys.argv[1] && !strcmp(toys.argv[1], "-a")) { in link_shell_cmd_task()
|
/third_party/python/Lib/test/ |
H A D | test_sys.py | 539 self.assertIsInstance(sys.argv, list) 540 for arg in sys.argv: 787 # Issue #7774: Ensure that sys.executable is an empty string if argv[0] 1088 print(sys.argv) 1094 repr(['-c', 'arg']), # sys.argv
|
H A D | test_bigmem.py | 1261 if len(sys.argv) > 1: 1262 support.set_memlimit(sys.argv[1])
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 8833 Args( int argc, char const* const* argv ) 8834 : m_exeName(argv[0]), 8835 m_args(argv + 1, argv + argc) {} 9664 // Wrapper for argc, argv from main() 13226 int applyCommandLine( int argc, char const * const * argv ); 13228 int applyCommandLine( int argc, wchar_t const * const * argv ); 13234 int run(int argc, CharT const * const argv[]) { 13237 int returnCode = applyCommandLine(argc, argv); 13462 int Session::applyCommandLine( int argc, char const * const * argv ) { [all...] |
/third_party/node/src/ |
H A D | node_file.cc | 695 Local<Value> argv[2] { in Resolve() 700 value->IsUndefined() ? 1 : arraysize(argv), in Resolve() 701 argv); in Resolve()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 3028 fuse_log(FUSE_LOG_ERR, "fuse: empty argv passed to fuse_session_new().\n"); 3059 args->argv[0][0] == '-') { 3060 fuse_log(FUSE_LOG_ERR, "fuse: warning: argv[0] looks like an option, but " 3066 fuse_log(FUSE_LOG_ERR, "%s ", args->argv[i]); 3067 fuse_log(FUSE_LOG_ERR, "%s'\n", args->argv[i]);
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2458 argv: *const *const ::c_char, in execvpe() 2802 argv: *const *mut ::c_char, in posix_spawn() 2810 argv: *const *mut ::c_char, in posix_spawnp()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2716 argv: *const *const ::c_char, in execvpe() 2972 argv: *const *mut ::c_char, in posix_spawn() 2980 argv: *const *mut ::c_char, in posix_spawnp()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_nl.c | 363 char *argv[] = {drbd_usermode_helper, cmd, mb, NULL }; in drbd_khelper() local 383 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in drbd_khelper() 415 char *argv[] = {drbd_usermode_helper, cmd, resource_name, NULL }; in conn_khelper() local 425 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in conn_khelper()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_nl.c | 363 char *argv[] = {drbd_usermode_helper, cmd, mb, NULL }; in drbd_khelper() local 383 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in drbd_khelper() 415 char *argv[] = {drbd_usermode_helper, cmd, resource_name, NULL }; in conn_khelper() local 425 ret = call_usermodehelper(drbd_usermode_helper, argv, envp, UMH_WAIT_PROC); in conn_khelper()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 4023 int main(int argc, char **argv) in main() argument 4043 parse_loglevel(argc, argv, options); in main() 4049 show_banner(argc, argv, options); in main() 4050 parse_options(NULL, argc, argv, options, opt_input_file); in main()
|
H A D | ffplay.c | 3658 int main(int argc, char **argv) in main() argument 3666 parse_loglevel(argc, argv, options); in main() 3677 show_banner(argc, argv, options); in main() 3679 parse_options(NULL, argc, argv, options, opt_input_file); in main()
|
H A D | ffmpeg.c | 4516 int main(int argc, char **argv) in main() argument 4528 parse_loglevel(argc, argv, options); in main() 4535 show_banner(argc, argv, options); in main() 4538 ret = ffmpeg_parse_options(argc, argv); in main()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 368 // Address receiver, intptr_t argc, Address** argv)>; 1352 const Register argv = ecx; in Generate_InterpreterPushArgsThenCallImpl() local 1376 __ add(scratch, argv); in Generate_InterpreterPushArgsThenCallImpl() 1380 GenerateInterpreterPushArgs(masm, scratch, argv); in Generate_InterpreterPushArgsThenCallImpl() 1385 GenerateInterpreterPushArgs(masm, scratch, argv); in Generate_InterpreterPushArgsThenCallImpl() 3022 // Move argc and argv into the correct registers. in Generate_CEntry() 3045 __ mov(Operand(esp, 1 * kSystemPointerSize), esi); // argv. in Generate_CEntry() 3099 __ mov(Operand(esp, 1 * kSystemPointerSize), Immediate(0)); // argv. in Generate_CEntry()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 2161 int cmd_inject(int argc, const char **argv) in cmd_inject() argument 2271 argc = parse_options(argc, argv, options, inject_usage, 0); in cmd_inject()
|