Searched refs:inited (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOLOAD-in-initializer/
H A Dbase.c27 static bool inited = false; variable
29 void setBazInitialized() { inited = true; }
31 bool bazInitialized() { return inited; }
/macosx-10.10/python_modules-40/tmpprefix/f2c/
H A Dcpu_time__.c19 static int inited = 0; local
21 if(!inited) {
25 inited++;
/macosx-10.10/man-16/man/src/
H A Dman-iconv.c41 static int inited = 0; local
43 if (!inited) {
49 inited = 1;
57 static int inited = 0; local
59 if (!inited) {
63 inited = 1;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp82 bool inited(void);
H A Dapplication.cpp124 impl::app::inited(void) function in class:impl::app
161 PRE(inited());
213 PRE(inited());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DDigest_block.c37 static dispatch_once_t inited; local
41 dispatch_once(&inited, ^{
H A DSecCustomTransform.cpp713 static dispatch_once_t inited; local
716 dispatch_once(&inited,
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk.c45 static int inited = 0; local
47 if (!inited) {
H A Darchive_write.c72 static int inited = 0; local
74 if (!inited) {
H A Darchive_read.c69 static int inited = 0; local
71 if (!inited) {
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp106 static bool inited; local
116 if (inited) {
136 inited = true;
/macosx-10.10/llvmCore-3425.0.34/unittests/VMCore/
H A DPassManagerTest.cpp222 static int inited; member in struct:llvm::__anon10853::BPass
227 EXPECT_EQ(inited, N);
231 inited = 0;
240 inited++;
259 int BPass::inited=0; member in class:llvm::__anon10853::BPass
/macosx-10.10/libpthread-105.1.4/src/
H A Dpthread_cond.c167 _pthread_cond_check_init(_pthread_cond *cond, bool *inited) argument
176 if (inited) {
177 *inited = true;
258 bool inited = false; local
259 res = _pthread_cond_check_init(cond, &inited);
260 if (res != 0 || inited == true) {
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs91 static int inited = 0;
93 if (!inited) {
96 inited = 1;
115 static int inited = 0;
118 if (!inited) {
122 inited = 1;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c345 static int inited = 0;
348 if (!inited) {
350 inited++;
/macosx-10.10/Heimdal-398.1.2/base/
H A Dcf.c350 static dispatch_once_t inited; local
352 dispatch_once(&inited, ^{
410 static dispatch_once_t inited; local
412 dispatch_once(&inited, ^{
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIODMACommand.h541 bool inited = self-> local
545 if (inited)
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVFamily.c74 static int inited = 0; variable
154 inited = 1;
249 if(!inited)
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c108 int inited = 0; local
174 inited = 1;
234 if (inited) {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dihex.c162 static bfd_boolean inited; local
164 if (! inited)
166 inited = TRUE;
H A Dtekhex.c206 static bfd_boolean inited = FALSE; local
209 if (! inited)
211 inited = TRUE;
H A Dsrec.c181 static bfd_boolean inited = FALSE; local
183 if (! inited)
185 inited = TRUE;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dldapdb.c30 int inited; /* Have we already read the config? */ member in struct:ldapctx
465 if(p->inited) return SASL_OK;
501 p->inited = 1;
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c570 char inited; member in struct:__anon2730
668 wtmp_asl.inited = 0;
695 if (wtmp_asl.inited == 0) set_asl(-1);
828 wtmp_asl.inited = 0;
904 wtmp_asl.inited = 1;
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m1472 static dispatch_once_t inited;
1474 dispatch_once(&inited, ^{
1512 static dispatch_once_t inited;
1514 dispatch_once(&inited, ^{

Completed in 401 milliseconds

12