Searched refs:local (Results 1 - 25 of 637) sorted by relevance

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlclose-unload-c++/
H A Dbar.c25 static void local() function
33 return &local;
H A Dfoo.c25 static void local() function
33 return &local;
/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/macosx-10.10/sudo-73/src/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.h30 local const ct_data static_ltree[L_CODES+2] = {
91 local const ct_data static_dtree[D_CODES] = {
145 local const int base_length[LENGTH_CODES] = {
150 local const int base_dist[D_CODES] = {
/macosx-10.10/zlib-55/zlib/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/macosx-10.10/postfix-255/postfix/src/local/
H A Dlocal_expand.c7 /* #include "local.h"
39 /* .IP local
103 #include "local.h"
115 LOCAL_EXP *local = (LOCAL_EXP *) ptr; local
121 return (local->state->msg_attr.user);
123 return (local->usr_attr->home);
125 return (local->usr_attr->shell);
127 return (local->state->msg_attr.domain);
128 } else if (STREQ(name, "local")) {
129 return (local
169 LOCAL_EXP local; local
[all...]
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dget_iface.c56 static struct sockaddr_in local; local
66 local.sin_addr.s_addr = htonl(INADDR_ANY);
67 local.sin_port = htons(60000);
68 local.sin_family = AF_INET;
69 local.sin_len = sizeof local;
76 rv = bind(s, (struct sockaddr *)&local, sizeof local);
77 local.sin_port = htons(ntohs(local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dtestprog.c8 static int local = 2; variable
22 || local != 2
/macosx-10.10/libclosure-65/objectTests/
H A Dcollecttest.m25 void (^local)(void) = ^{ [weakSet count]; };
27 //[weakSet addObject:_Block_copy_collectable(local)];
28 [weakSet addObject:Block_copy(local)];
29 [weakSet addObject:Block_copy(local)];
30 [weakSet addObject:Block_copy(local)];
31 [weakSet addObject:Block_copy(local)];
32 [weakSet addObject:Block_copy(local)];
33 [weakSet addObject:Block_copy(local)];
34 //printf("gc block... we hope\n%s\n", _Block_dump(Block_copy(local)));
H A Dlocalisglobal.c30 void (^local)(void) = ^ { printf("hi %d\n", i); };
33 if (aresame(local, localisglobal)) {
34 fail("local block could be global, but isn't");
37 fail("local block is not global, not stack, what is it??");
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/tie/
H A Dtransceiver.tcl10 array set local {}
46 export local server $id
47 import server $id local
49 trace add variable local {write unset} Track
62 {set local(a) 0}
63 {set local(a) 1}
64 {set local(b) .}
65 {unset local(a)}
66 {array set local {xa @ xb *}}
67 {array unset local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dtm2time.c47 tm2time (struct tm tm, int local) argument
51 tm.tm_isdst = local ? -1 : 0;
55 if (!local)
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebSerializedJSValuePrivate.idl43 [local] HRESULT setInternalRepresentation([in] void* internalRepresentation);
44 [local] HRESULT getInternalRepresentation([out, retval] void** internalRepresentation);
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dlapollo.h102 # include <local/shlib.h>
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSREntrypointCreationPhase.cpp95 for (int local = 0; local < baseline->m_numCalleeRegisters; ++local) {
96 Node* previousHead = target->variablesAtHead.local(local);
100 locals[local] = newRoot->appendNode(
102 OpInfo(variable->local().offset()));
105 m_graph, SpecNone, MovHint, origin, OpInfo(variable->local().offset()),
106 Edge(locals[local]));
121 for (int local
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/test/htdocs/
H A Dfilters.lua2 local s = require 'string'
H A Dheaders.lua2 local host = r.headers_in['host']
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dlrpc.idl50 [local] interface lrpc
H A Dndrold.idl94 ** This local interface logically defines the data type "ndr_old_format_t"
100 ** data type needs to be used in the definitions of other local
101 ** interfaces. (These local interfaces are part of v2.) Prior to v2,
106 ** do is make local interfaces that need this data type import this
115 [local] interface ndrold
/macosx-10.10/emacs-93/emacs/src/s/
H A Dopenbsd.h28 /* The version of gcc on OpenBSD doesn't search /usr/local/lib by
30 #define LD_SWITCH_X_DEFAULT -L/usr/local/lib
35 #define LD_SWITCH_X_DEFAULT -L/usr/local/lib
/macosx-10.10/apache-793/httpd/modules/lua/test/
H A Dhelpers.lua3 local io = require("io")
4 local http = require("socket.http")
5 local string = require("string")
14 local function do_it(body)
15 local flat
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmpool.c42 static Void_t* poolalloc(Vmalloc_t* vm, reg size_t size, int local) argument
44 static Void_t* poolalloc(vm, size, local )
47 int local;
64 SETLOCK(vm, local);
105 if(!local && (vd->mode&VM_TRACE) && _Vmtrace && tp)
108 CLRLOCK(vm, local);
114 static long pooladdr(Vmalloc_t* vm, reg Void_t* addr, int local) argument
116 static long pooladdr(vm, addr, local)
119 int local;
129 SETLOCK(vm, local);
232 poolsize(Vmalloc_t* vm, Void_t* addr, int local) argument
244 poolcompact(Vmalloc_t* vm, int local) argument
282 poolalign(Vmalloc_t* vm, size_t size, size_t align, int local) argument
[all...]
/macosx-10.10/NFS-82/rpc.lockd/
H A Dnlm_prot_svc.c80 char *(*local)(char *, struct svc_req *);
92 local = (char *(*)(char *, struct svc_req *)) nlm_sm_notify_0_svc;
106 result = (*local)((char *)&argument, rqstp);
142 char *(*local)(char *, struct svc_req *);
154 local = (char *(*)(char *, struct svc_req *)) nlm_test_1_svc;
160 local = (char *(*)(char *, struct svc_req *)) nlm_lock_1_svc;
166 local = (char *(*)(char *, struct svc_req *)) nlm_cancel_1_svc;
172 local = (char *(*)(char *, struct svc_req *)) nlm_unlock_1_svc;
178 local = (char *(*)(char *, struct svc_req *)) nlm_granted_1_svc;
184 local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkunpack.cpp17 Architecture local = Architecture::local(); local
18 const EmbeddedSignatureBlob *sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType()));
20 sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType() & ~CPU_ARCH_MASK));

Completed in 161 milliseconds

1234567891011>>