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

/freebsd-9.3-release/contrib/binutils/gprof/
H A Dmips.c48 static bfd_boolean inited = FALSE; local
50 if (!inited)
52 inited = TRUE;
/freebsd-9.3-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-9.3-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-9.3-release/contrib/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) {
H A Darchive_write_disk.c290 static int inited = 0; local
292 if (!inited) {
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c111 static int inited = 0; local
133 if (!inited) {
139 inited = 1;
/freebsd-9.3-release/lib/libc/net/
H A Dhesiod.c490 static int inited = 0; variable
556 if (!inited) {
557 inited = 1;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonport.c533 static int inited = 0; local
535 if (inited)
537 inited = 1;
/freebsd-9.3-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-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c308 static int inited = 0; local
310 if (inited)
312 inited = 1;
H A Dnfs_nfsdsubs.c1994 static int inited = 0; local
1996 if (inited)
1998 inited = 1;
H A Dnfs_nfsdport.c2920 static int inited = 0; local
2922 if (inited)
2924 inited = 1;
/freebsd-9.3-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-9.3-release/sys/fs/nfsclient/
H A Dnfs_clport.c1065 static int inited = 0; local
1067 if (inited)
1069 inited = 1;

Completed in 299 milliseconds