Home
last modified time | relevance | path

Searched refs:fixed_args (Results 1 – 25 of 128) sorted by relevance

123456

/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_events.c157 char fixed_args[4096]; in event_send() local
188 args = fixed_args; args[0] = '\0'; in event_send()
189 length = sizeof(fixed_args); in event_send()
204 strlcat(fixed_args," ",sizeof(fixed_args)); in event_send()
205 strlcat(fixed_args,buffer_args,sizeof(fixed_args)); in event_send()
209 if (fixed_args[0] != '\0') in event_send()
210 strlcat(fixed_args," ",sizeof(fixed_args)); in event_send()
211 strlcat(fixed_args,buffer_args,sizeof(fixed_args)); in event_send()
214 args = fixed_args; in event_send()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_events.c31 wzd_string_t * fixed_args, * event_args; in main() local
63 fixed_args = STR("fixed args"); in main()
64 event_connect_function(mgr, EVENT_ID_TEST1, callback1, fixed_args); in main()
65 str_deallocate(fixed_args); in main()
/dports/math/py-jax/jax-0.2.9/jax/
H A Dapi_util.py82 fixed_args = tuple([unit if i in dyn_argnums else wrap_hashably(arg)
85 return _argnums_partial(f, dyn_argnums, fixed_args), dyn_args
94 fixed_args = [unit] * len(args) # type: ignore
105 fixed_args[i] = Hashable(static_arg) # type: ignore
107 return _argnums_partial(f, dyn_argnums, tuple(fixed_args)), dyn_args
111 def _argnums_partial(dyn_argnums, fixed_args, *dyn_args, **kwargs): argument
112 args = [None if arg is unit else arg.val for arg in fixed_args]
/dports/www/py-pecan/pecan-1.3.3/pecan/
H A Drest.py82 fixed_args = len(argspec) - len(
85 if len(remainder) < fixed_args:
221 fixed_args = len(args) - len(
234 elif fixed_args < len(remainder) and hasattr(
235 self, remainder[fixed_args]
237 controller = self._lookup_child(remainder[fixed_args])
239 self._set_routing_args(request, remainder[:fixed_args])
242 remainder[fixed_args + 1:],
/dports/math/py-claripy/claripy-9.0.5405/claripy/
H A Doperations.py42 fixed_args = tuple(_type_fixer(args))
44 for i in fixed_args:
48 success, msg = extra_check(*fixed_args)
53 simp = _handle_annotations(simplifications.simpleton.simplify(name, fixed_args), args)
59 kwargs['length'] = calc_length(*fixed_args)
68 return return_type(name, fixed_args, **kwargs)
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Dprocess.py23 fixed_args = []
26 fixed_args.append(arg.encode(sys.getfilesystemencoding()))
28 fixed_args.append(arg)
29 return fixed_args
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/lib/FFI/
H A DPlatypus.pm293 my $fixed_args = shift;
301 if( (!defined $var_args) && @$fixed_args == 1 && $fixed_args->[0] eq 'void' )
303 $fixed_args = [];
306 my $fixed_arg_count = defined $var_args ? scalar(@$fixed_args) : -1;
308 my @args = map { $self->{tp}->parse($_) || croak "unknown type: $_" } @$fixed_args;
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/lang/python38/Python-3.8.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/
H A Dunixccompiler.py87 fixed_args = self._fix_compile_args(None, macros, include_dirs)
88 ignore, macros, include_dirs = fixed_args
154 fixed_args = self._fix_lib_args(libraries, library_dirs,
156 libraries, library_dirs, runtime_library_dirs = fixed_args
/dports/devel/py-crank/crank-0.8.1/crank/
H A Drestdispatcher.py76 fixed_args, var_args, kws, kw_args = get_argspec(getattr(current_controller, method))
77 fixed_arg_length = len(fixed_args)
83 state.add_routing_args(item, remainder[:i], fixed_args, var_args)
89 state.add_routing_args(item, remainder, fixed_args, var_args)
H A Ddispatchstate.py183 def add_routing_args(self, current_path, remainder, fixed_args, var_args): argument
190 for i, arg in enumerate(fixed_args):
/dports/games/zoom/zoom-1.1.5/builder/
H A Dgram.y104 $$.fixed_args = -1;
137 $$.fixed_args = $2-32;
H A Doperation.h41 int fixed_args; member
/dports/www/htdigest/httpd-2.4.6/server/mpm/winnt/
H A Dservice.c420 int fixed_args) in mpm_merge_service_args() argument
459 memcpy(cmb_data, args->elts, args->elt_size * fixed_args); in mpm_merge_service_args()
462 memcpy(cmb_data + fixed_args, svc_args->elts, in mpm_merge_service_args()
466 memcpy(cmb_data + fixed_args + svc_args->nelts, in mpm_merge_service_args()
467 (const char **)args->elts + fixed_args, in mpm_merge_service_args()
468 args->elt_size * (args->nelts - fixed_args)); in mpm_merge_service_args()
/dports/devel/py-numba/numba-0.51.2/numba/roc/
H A Dtarget.py150 fixed_args = []
154 fixed_args.append(casted)
156 fixed_args.append(av)
158 callargs = arginfo.from_arguments(builder, fixed_args)

123456