Home
last modified time | relevance | path

Searched refs:newargs (Results 51 – 75 of 1457) sorted by relevance

12345678910>>...59

/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/common/
H A Davb_verify.c192 char *newargs = NULL; in avb_set_enforce_option() local
226 newargs = append_cmd_line(newargs, cmdarg[i]); in avb_set_enforce_option()
228 return newargs; in avb_set_enforce_option()
233 char *newargs = NULL; in avb_set_ignore_corruption() local
236 if (newargs) in avb_set_ignore_corruption()
237 newargs = append_cmd_line(newargs, in avb_set_ignore_corruption()
240 return newargs; in avb_set_ignore_corruption()
245 char *newargs; in avb_set_enforce_verity() local
248 if (newargs) in avb_set_enforce_verity()
249 newargs = append_cmd_line(newargs, in avb_set_enforce_verity()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
58 PyObject *tmp = newargs[0]; in method_vectorcall()
59 newargs[0] = self; in method_vectorcall()
61 newargs[0] = tmp; in method_vectorcall()
71 PyObject **newargs; in method_vectorcall() local
73 newargs = newargs_stack; in method_vectorcall()
77 if (newargs == NULL) { in method_vectorcall()
83 newargs[0] = self; in method_vectorcall()
88 memcpy(newargs + 1, args, totalargs * sizeof(PyObject *)); in method_vectorcall()
90 if (newargs != newargs_stack) { in method_vectorcall()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
58 PyObject *tmp = newargs[0]; in method_vectorcall()
59 newargs[0] = self; in method_vectorcall()
61 newargs[0] = tmp; in method_vectorcall()
71 PyObject **newargs; in method_vectorcall() local
73 newargs = newargs_stack; in method_vectorcall()
77 if (newargs == NULL) { in method_vectorcall()
83 newargs[0] = self; in method_vectorcall()
88 memcpy(newargs + 1, args, totalargs * sizeof(PyObject *)); in method_vectorcall()
90 if (newargs != newargs_stack) { in method_vectorcall()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
58 PyObject *tmp = newargs[0]; in method_vectorcall()
59 newargs[0] = self; in method_vectorcall()
61 newargs[0] = tmp; in method_vectorcall()
71 PyObject **newargs; in method_vectorcall() local
73 newargs = newargs_stack; in method_vectorcall()
77 if (newargs == NULL) { in method_vectorcall()
83 newargs[0] = self; in method_vectorcall()
88 memcpy(newargs + 1, args, totalargs * sizeof(PyObject *)); in method_vectorcall()
90 if (newargs != newargs_stack) { in method_vectorcall()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
58 PyObject *tmp = newargs[0]; in method_vectorcall()
59 newargs[0] = self; in method_vectorcall()
61 newargs[0] = tmp; in method_vectorcall()
71 PyObject **newargs; in method_vectorcall() local
73 newargs = newargs_stack; in method_vectorcall()
77 if (newargs == NULL) { in method_vectorcall()
83 newargs[0] = self; in method_vectorcall()
88 memcpy(newargs + 1, args, totalargs * sizeof(PyObject *)); in method_vectorcall()
90 if (newargs != newargs_stack) { in method_vectorcall()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
58 PyObject *tmp = newargs[0]; in method_vectorcall()
59 newargs[0] = self; in method_vectorcall()
61 newargs[0] = tmp; in method_vectorcall()
71 PyObject **newargs; in method_vectorcall() local
73 newargs = newargs_stack; in method_vectorcall()
77 if (newargs == NULL) { in method_vectorcall()
83 newargs[0] = self; in method_vectorcall()
88 memcpy(newargs + 1, args, totalargs * sizeof(PyObject *)); in method_vectorcall()
90 if (newargs != newargs_stack) { in method_vectorcall()
[all …]
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/alternative_wmiircs/python/pygmi/
H A Dutil.py43 def curried(*newargs, **newkwargs): argument
45 for k, v in zip(blank, newargs):
47 ary = tuple(ary) + newargs[len(blank):]
50 def curried(*newargs, **newkwargs): argument
51 return func(*(args + newargs), **dict(kwargs, **newkwargs))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/fuchsia-zircon/tools/
H A Dclang_wrapper.cc190 vector<string> newargs; in main() local
191 newargs.push_back(newcmd); in main()
193 newargs.push_back("-target"); in main()
194 newargs.push_back(triple); in main()
195 newargs.push_back("--sysroot=" + sysroot); in main()
198 newargs.push_back(*it); in main()
200 int status = DoExecv(newcmd, newargs); in main()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/threadproc/beos/
H A Dapr_proc_stub.c41 char ** newargs; in main() local
44 newargs = (char**)malloc(sizeof(char*) * (argc - 1)); in main()
65 newargs[i-3] = argv[i]; in main()
73 execve (progname, newargs, environ); in main()
H A Dproc.c226 char **newargs = NULL; in apr_proc_create() local
245 newargs = (char**)malloc(sizeof(char *) * (i + 4)); in apr_proc_create()
246 newargs[0] = strdup("/boot/home/config/bin/apr_proc_stub"); in apr_proc_create()
251 newargs[1] = strdup(dir); in apr_proc_create()
254 newargs[1] = strdup(attr->currdir); in apr_proc_create()
256 newargs[2] = strdup(progname); in apr_proc_create()
260 newargs[nargs] = strdup(args[i]); in apr_proc_create()
263 newargs[nargs] = NULL; in apr_proc_create()
267 newproc = load_image(nargs, (const char**)newargs, (const char**)env); in apr_proc_create()
271 free (newargs[nargs]); in apr_proc_create()
[all …]
/dports/devel/apr1/apr-1.7.0/threadproc/beos/
H A Dapr_proc_stub.c41 char ** newargs; in main() local
44 newargs = (char**)malloc(sizeof(char*) * (argc - 1)); in main()
65 newargs[i-3] = argv[i]; in main()
73 execve (progname, newargs, environ); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DIllegalImplementsProblemDetector.java115 String[] newargs = new String[args.length + 1]; in getMessageArgs() local
116 System.arraycopy(args, 0, newargs, 0, args.length); in getMessageArgs()
117 newargs[args.length] = getSimpleTypeName(inter); in getMessageArgs()
118 return newargs; in getMessageArgs()
131 String[] newargs = new String[args.length + 1]; in getQualifiedMessageArgs() local
132 System.arraycopy(args, 0, newargs, 0, args.length); in getQualifiedMessageArgs()
133 newargs[args.length] = inter.getName(); in getQualifiedMessageArgs()
134 return newargs; in getQualifiedMessageArgs()
/dports/net/mpich2/mpich2-1.5/src/binding/f90/
H A Dbinding.sub86 my $newargs = "";
112 $newargs .= "$comma$parm";
115 print STDERR "$newargs\n" if $gDebug;
116 $args = $newargs;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/commands/
H A DTorrentStart.java47 Vector newargs = new Vector(args); in execute() local
48 if (!newargs.isEmpty() && newargs.contains("now") ) { in execute()
49 newargs.removeElement("now"); in execute()
/dports/devel/cli11/CLI11-2.1.2/tests/
H A Dapp_helper.hpp30 input_t newargs = args; in run() local
31 std::reverse(std::begin(newargs), std::end(newargs)); in run()
32 app.parse(newargs); in run()
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dvisitor.cpp155 vec_basic newargs; in bvisit() local
157 newargs.push_back(apply(a)); in bvisit()
159 result_ = add(newargs); in bvisit()
164 vec_basic newargs; in bvisit() local
166 newargs.push_back(apply(a)); in bvisit()
168 result_ = mul(newargs); in bvisit()
196 vec_basic newargs; in bvisit() local
198 newargs.push_back(apply(a)); in bvisit()
200 auto nbarg = x.create(newargs); in bvisit()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dformatted_print.c386 zval *newargs = NULL; in php_formatted_print() local
426 args = newargs; in php_formatted_print()
466 if (newargs) { in php_formatted_print()
467 efree(newargs); in php_formatted_print()
509 if (newargs) { in php_formatted_print()
510 efree(newargs); in php_formatted_print()
528 if (newargs) { in php_formatted_print()
550 if (newargs) { in php_formatted_print()
551 efree(newargs); in php_formatted_print()
648 if (newargs) { in php_formatted_print()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dformatted_print.c386 zval *newargs = NULL; in php_formatted_print() local
426 args = newargs; in php_formatted_print()
466 if (newargs) { in php_formatted_print()
467 efree(newargs); in php_formatted_print()
509 if (newargs) { in php_formatted_print()
510 efree(newargs); in php_formatted_print()
528 if (newargs) { in php_formatted_print()
550 if (newargs) { in php_formatted_print()
551 efree(newargs); in php_formatted_print()
648 if (newargs) { in php_formatted_print()
[all …]
/dports/misc/bibletime/bibletime-2.11.2/cmake/
H A DKDE4FindLibraryWithDebug.cmake39 SET(newargs "") variable
53 LIST(APPEND newargs ${val})
56 LIST(APPEND newargs ${val})
72 SET(newargs ${args}) variable
79 ${newargs}
85 ${newargs}
/dports/net/gerbera/gerbera-1.9.2/cmake/
H A DFindLibraryWithDebug.cmake35 SET(newargs "") variable
49 LIST(APPEND newargs ${val})
52 LIST(APPEND newargs ${val})
68 SET(newargs ${args}) variable
75 ${newargs}
81 ${newargs}
/dports/graphics/autopano-sift-c/autopano-sift-C-2.5.1/CMakeModules/
H A DFindLibraryWithDebug.cmake35 SET(newargs "") variable
49 LIST(APPEND newargs ${val})
52 LIST(APPEND newargs ${val})
68 SET(newargs ${args}) variable
75 ${newargs}
81 ${newargs}
/dports/graphics/krita/krita-4.4.8/cmake/kde_macro/
H A DFindLibraryWithDebug.cmake35 SET(newargs "") variable
49 LIST(APPEND newargs ${val})
52 LIST(APPEND newargs ${val})
68 SET(newargs ${args}) variable
75 ${newargs}
81 ${newargs}
/dports/polish/kadu/kadu-4.3/cmake/Modules/
H A DFindLibraryWithDebug.cmake35 SET(newargs "") variable
49 LIST(APPEND newargs ${val})
52 LIST(APPEND newargs ${val})
68 SET(newargs ${args}) variable
75 ${newargs}
81 ${newargs}
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/cmake/
H A DFindLibraryWithDebug.cmake34 SET(newargs "") variable
48 LIST(APPEND newargs ${val})
51 LIST(APPEND newargs ${val})
67 SET(newargs ${args}) variable
74 ${newargs}
80 ${newargs}
/dports/misc/sword/sword-1.8.1/cmake/
H A DFindLibraryWithDebug.cmake39 SET(newargs "") variable
53 LIST(APPEND newargs ${val})
56 LIST(APPEND newargs ${val})
72 SET(newargs ${args}) variable
79 ${newargs}
85 ${newargs}

12345678910>>...59