Searched refs:functions (Results 1 - 25 of 518) sorted by relevance

1234567891011>>

/macosx-10.10.1/cups-408/cups/tools/
H A Dcheckglobals7 functions=""
23 functions="$functions $function"
27 if test -z "$functions"; then
30 echo "$file: $functions"
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/library/
H A Dtclxslt.tcl24 set functions {}
29 lappend functions $name
35 return [list $elements $functions]
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h127 * All functions of the API return some of the error constants listed FIXME;
132 * functions never modify any of the values passed in by reference.
190 * time = context->functions->get_change_time (context)
193 * All API functions also have convenience preprocessor macros, which make the API
195 * (context, time) is equivalent to context->functions->get_change_time
201 * result = an_object->functions->some_function (opaque_pointer, args)
210 * The specifications below include the names for both the functions and the
224 * ccache is filled with pointers to functions implementing the old semantics; when a
226 * structure for the ccache is filled with poitners to functions implementing the new
310 * inputs and outputs for all functions; functio
421 const cc_context_f *functions; member in struct:cc_context_d
447 const cc_ccache_f *functions; member in struct:cc_ccache_d
472 const cc_ccache_iterator_f *functions; member in struct:cc_ccache_iterator_d
618 const cc_credentials_f *functions; member in struct:cc_credentials_d
640 const cc_credentials_iterator_f *functions; member in struct:cc_credentials_iterator_d
665 const cc_string_f *functions; member in struct:cc_string_d
[all...]
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h140 * All functions of the API return some of the error constants listed FIXME;
145 * functions never modify any of the values passed in by reference.
203 * time = context->functions->get_change_time (context)
206 * All API functions also have convenience preprocessor macros, which make the API
208 * (context, time) is equivalent to context->functions->get_change_time
214 * result = an_object->functions->some_function (opaque_pointer, args)
223 * The specifications below include the names for both the functions and the
237 * ccache is filled with pointers to functions implementing the old semantics; when a
239 * structure for the ccache is filled with poitners to functions implementing the new
323 * inputs and outputs for all functions; functio
434 const cc_context_f *functions; member in struct:cc_context_d
460 const cc_ccache_f *functions; member in struct:cc_ccache_d
485 const cc_ccache_iterator_f *functions; member in struct:cc_ccache_iterator_d
631 const cc_credentials_f *functions; member in struct:cc_credentials_d
653 const cc_credentials_iterator_f *functions; member in struct:cc_credentials_iterator_d
678 const cc_string_f *functions; member in struct:cc_string_d
[all...]
/macosx-10.10.1/bc-21/bc/bc/
H A Dload.c66 f = &functions[load_adr.pc_func];
98 if (functions[func].f_label == NULL)
100 functions[func].f_label =
102 functions[func].f_label->l_next = NULL;
106 temp = functions[func].f_label;
248 functions[(int)func].f_params =
249 nextarg (functions[(int)func].f_params, ap_name,
258 functions[(int)func].f_params =
259 nextarg (functions[(int)func].f_params, ap_name,
272 functions[(in
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Drc.dce-clean15 . /etc/rc.d/init.d/functions
H A Drc.dcerpcd11 . /etc/rc.d/init.d/functions
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/
H A DMakefile.am3 SUBDIRS=common functions math sets strings dynamic date
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/DateFmtPerf/
H A DDateFmtPerf.cpp126 // Declare functions
127 UPerfFunction *functions[FUNCTION_COUNT]; local
129 functions[0] = new DateFmtFunction(40, "en");
130 functions[1] = new BreakItFunction(10000, true); // breakIterator word
131 functions[2] = new BreakItFunction(10000, false); // breakIterator char
132 functions[3] = new NumFmtFunction(100000, "en");
133 functions[4] = new CollationFunction(400, "en");
134 functions[5] = new StdioNumFmtFunction(100000, "en");
151 t[j] += (functions[j]->time(1, &status) / ITER_COUNT);
180 out << " iterations=\"" << functions[
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-DictionaryServices-2.5.1/Lib/DictionaryServices/
H A D_metadata.py21 functions={'DCSDictionaryGetTypeID': (b'l', '', {'comment': 'Function not present in header files'}), 'DCSGetTermRangeInString': (sel32or64(b'{_CFRange=ll}^{__DCSDictionary=}^{__CFString=}l', b'{_CFRange=qq}^{__DCSDictionary=}^{__CFString=}l'),), 'DCSCopyTextDefinition': (sel32or64(b'^{__CFString=}^{__DCSDictionary=}^{__CFString=}{_CFRange=ll}', b'^{__CFString=}^{__DCSDictionary=}^{__CFString=}{_CFRange=qq}'), '', {'retval': {'already_retained': True, 'already_cfretained': True}})} variable
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmalloc.cpp43 { return functions.malloc(size); }
46 { return functions.free(addr); }
49 { return functions.realloc(addr, size); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmalloc.cpp43 { return functions.malloc(size); }
46 { return functions.free(addr); }
49 { return functions.realloc(addr, size); }
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dfunction_finder.tcl5 array set functions ""
20 set functions($function) $args
24 puts "array set ::functions \{"
25 foreach function [lsort -dictionary [array names functions]] {
29 puts "\t$function [list [set functions($function)]]"
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dgenerate-js-builtins115 functions = [source[start:end].strip() for (start, end) in functionBounds]
117 for function in functions:
162 (baseName, functions, objectCopyrights) = generateCode(file)
164 builtins.append((baseName, functions))
196 for (objectName, functions) in builtins:
198 builtinsHeader.write("/* %s functions */\n" % objectName)
199 for (name, implementation, _) in functions:
207 for (name, implementation, arguments) in functions:
211 for (name, implementation, arguments) in functions:
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dgenerator.pl45 my(%functions, %methods, %actuals);
60 # break up into functions (you'd do that HOW in YOUR language? :-)
61 @functions = /CSSM_RETURN \(CSSM${type}I \*([A-Za-z_]+)\)\s+\(([^)]+)\);/g;
62 %functions = @functions;
70 # functions => formal SPI arguments
75 while (($function, $_) = each %functions) {
204 # write transition layer functions
205 while (($function, $arglist) = each %functions) {
221 while ($function = shift @functions) {
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dgenerator.pl45 my(%functions, %methods, %actuals);
60 # break up into functions (you'd do that HOW in YOUR language? :-)
61 @functions = /CSSM_RETURN \(CSSM${type}I \*([A-Za-z_]+)\)\s+\(([^)]+)\);/g;
62 %functions = @functions;
70 # functions => formal SPI arguments
75 while (($function, $_) = each %functions) {
204 # write transition layer functions
205 while (($function, $arglist) = each %functions) {
221 while ($function = shift @functions) {
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-ServiceManagement-2.5.1/Lib/ServiceManagement/
H A D_metadata.py21 functions={'SMJobBless': (b'Z^{__CFString=}^{__CFString=}^{AuthorizationOpaqueRef=}^^{__CFError}', '', {'arguments': {3: {'already_cfretained': True, 'type_modifier': 'o', 'null_accepted': True}}}), 'SMJobRemove': (b'Z^{__CFString=}^{__CFString=}^{AuthorizationOpaqueRef=}Z^^{__CFError}', '', {'arguments': {4: {'already_cfretained': True, 'type_modifier': 'o', 'null_accepted': True}}}), 'SMJobCopyDictionary': (b'^{__CFDictionary=}^{__CFString=}^{__CFString=}', '', {'retval': {'already_cfretained': True}}), 'SMJobSubmit': (b'Z^{__CFString=}^{__CFDictionary=}^{AuthorizationOpaqueRef=}^^{__CFError}', '', {'arguments': {3: {'already_cfretained': True, 'type_modifier': 'o', 'null_accepted': True}}}), 'SMLoginItemSetEnabled': (b'Z^{__CFString=}Z',), 'SMCopyAllJobDictionaries': (b'^{__CFArray=}^{__CFString=}', '', {'retval': {'already_cfretained': True}})} variable
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST16 examples/functions d
585 examples/functions/array-stuff f
586 examples/functions/array-to-string f
587 examples/functions/autoload f
588 examples/functions/autoload.v2 f
589 examples/functions/autoload.v3 f
590 examples/functions/basename f
591 examples/functions/basename2 f
592 examples/functions/coproc.bash f
593 examples/functions/coshel
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnoo.el82 (defun nnoo-functions (backend)
92 imp functions function)
94 (setq functions
96 (nnoo-functions (car imp))))
97 (while functions
101 (nnoo-rest-symbol (car functions)))))
103 (,call-function ',backend ',(car functions) args))))
104 (pop functions)))))
135 (defmacro nnoo-map-functions (backend &rest maps)
136 `(nnoo-map-functions
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-tool-bar.el101 the functions that the buttons would execute.
160 functions show-sym)
161 (when (memq 'letter modes) (setq functions `(:letter ,name)))
163 (setq functions
165 functions))
170 (setq functions
173 functions)))
174 (do ((functions functions (cddr functions)))
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dne_sm_bridge.c673 static ne_sm_bridge_functions_t functions = NULL; local
677 functions = (ne_sm_bridge_functions_t)malloc(sizeof(*functions));
679 memset(functions, 0, sizeof(*functions));
681 functions->create = bridge_create;
682 functions->destroy = bridge_destroy;
683 functions->handle_network_change_event = bridge_handle_network_change_event;
684 functions->handle_sleep = bridge_handle_sleep;
685 functions
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm6 # Plugin implementing numerous mathematical functions.
87 Template::Plugin::Math - Plugin providing mathematical functions
97 The Math plugin provides numerous mathematical functions for use
102 C<Template::Plugin::Math> makes available the following functions from
134 functions are also available:
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dadler32.c58 .defType = functions,
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups.sh.in60 if test -f /etc/init.d/functions; then
61 . /etc/init.d/functions
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-ScreenSaver-2.5.1/Lib/ScreenSaver/
H A D_metadata.py21 functions={'SSRandomPointForSizeWithinRect': (sel32or64(b'{_NSPoint=ff}{_NSSize=ff}{_NSRect={_NSPoint=ff}{_NSSize=ff}}', b'{CGPoint=dd}{CGSize=dd}{CGRect={CGPoint=dd}{CGSize=dd}}'),), 'SSRandomIntBetween': (b'iii',), 'SSRandomFloatBetween': (sel32or64(b'fff', b'ddd'),), 'SSCenteredRectInRect': (sel32or64(b'{_NSRect={_NSPoint=ff}{_NSSize=ff}}{_NSRect={_NSPoint=ff}{_NSSize=ff}}{_NSRect={_NSPoint=ff}{_NSSize=ff}}', b'{CGRect={CGPoint=dd}{CGSize=dd}}{CGRect={CGPoint=dd}{CGSize=dd}}{CGRect={CGPoint=dd}{CGSize=dd}}'),)} variable

Completed in 432 milliseconds

1234567891011>>