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

/freebsd-10.1-release/contrib/binutils/gprof/
H A Dmips.c48 static bfd_boolean inited = FALSE; local
50 if (!inited)
52 inited = TRUE;
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dapplication.hpp80 bool inited(void);
H A Dapplication.cpp122 impl::app::inited(void) function in class:impl::app
156 PRE(inited());
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c72 static int inited = 0; local
77 if (inited)
99 inited = 1;
H A Dthr_list.c65 static int inited = 0; variable
87 if (inited) {
91 inited = 1;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dinterps.c62 int inited; member in struct:interp
104 new_interp->inited = 0;
171 if (!interp->inited)
177 interp->inited = 1;
/freebsd-10.1-release/lib/librt/
H A Dsigev_thread.c111 static int inited = 0; local
133 if (!inited) {
139 inited = 1;
/freebsd-10.1-release/lib/libc/net/
H A Dhesiod.c490 static int inited = 0; variable
556 if (!inited) {
557 inited = 1;
/freebsd-10.1-release/sys/fs/nfs/
H A Dnfs_commonport.c540 static int inited = 0; local
542 if (inited)
544 inited = 1;
/freebsd-10.1-release/contrib/binutils/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;
H A Delfxx-ia64.c487 static int inited = 0;
490 if (!inited)
492 inited = 1;
486 static int inited = 0; local
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write.c86 static int inited = 0; local
88 if (!inited) {
98 inited = 1;
H A Darchive_read.c79 static int inited = 0; local
81 if (!inited) {
91 inited = 1;
H A Darchive_read_disk_posix.c374 static int inited = 0; local
376 if (!inited) {
381 inited = 1;
H A Darchive_write_disk_posix.c411 static int inited = 0; local
413 if (!inited) {
422 inited = 1;
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c308 static int inited = 0; local
310 if (inited)
312 inited = 1;
H A Dnfs_nfsdsubs.c2017 static int inited = 0; local
2019 if (inited)
2021 inited = 1;
H A Dnfs_nfsdport.c2918 static int inited = 0; local
2920 if (inited)
2922 inited = 1;
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_kern.c135 static int inited = 0; variable
306 if (inited != 0) {
314 inited = 0;
396 if (inited == 0) {
416 inited = 1;
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clport.c1059 static int inited = 0; local
1061 if (inited)
1063 inited = 1;

Completed in 436 milliseconds