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

12

/macosx-10.9.5/dyld-239.4/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.9.5/python_modules-35/tmpprefix/f2c/
H A Dcpu_time__.c19 static int inited = 0; local
21 if(!inited) {
25 inited++;
/macosx-10.9.5/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.9.5/bind9-45.100/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.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DDigest_block.c22 static dispatch_once_t inited; local
26 dispatch_once(&inited, ^{
H A DSecCustomTransform.cpp698 static dispatch_once_t inited; local
701 dispatch_once(&inited,
/macosx-10.9.5/libarchive-29/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.9.5/CPANInternal-140/Data-UUID/
H A DUUID.xs56 static int inited = 0;
58 if (!inited) {
61 inited = 1;
80 static int inited = 0;
83 if (!inited) {
87 inited = 1;
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DPassManagerTest.cpp222 static int inited; member in struct:llvm::__anon10784::BPass
227 EXPECT_EQ(inited, N);
231 inited = 0;
240 inited++;
259 int BPass::inited=0; member in class:llvm::__anon10784::BPass
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.xs89 static int inited = 0;
91 if (!inited) {
94 inited = 1;
113 static int inited = 0;
116 if (!inited) {
120 inited = 1;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Duuid.c345 static int inited = 0;
348 if (!inited) {
350 inited++;
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dcf.c390 static dispatch_once_t inited; local
392 dispatch_once(&inited, ^{
450 static dispatch_once_t inited; local
452 dispatch_once(&inited, ^{
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODMACommand.h541 bool inited = self-> local
545 if (inited)
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c74 static int inited = 0; variable
154 inited = 1;
249 if(!inited)
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dutmpx-darwin.c488 char inited; member in struct:__anon2851
582 wtmp_asl.inited = 0;
605 if (wtmp_asl.inited == 0) set_asl(-1);
725 wtmp_asl.inited = 0;
772 wtmp_asl.inited = 1;
/macosx-10.9.5/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.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dinit_sec_context.c65 int inited; member in struct:gnegative_cache
100 if (!nc.inited) {
105 nc.inited = 1;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDialog.c327 static int inited = 0;
338 if (inited == 0) {
350 inited = 1;
324 static int inited = 0; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinDialog.c290 static int inited = 0;
301 if (inited == 0) {
312 inited = 1;
287 static int inited = 0; local
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dna.c372 static dispatch_once_t inited; local
374 dispatch_once(&inited, ^{
442 static dispatch_once_t inited; local
444 dispatch_once(&inited, ^{

Completed in 246 milliseconds

12