Searched refs:once (Results 1 - 25 of 277) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpragma-once-1b.h4 #pragma once
6 #include "pragma-once-1c.h"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dpragma-once-1b.h4 #pragma once
6 #include "pragma-once-1c.h"
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dcrash44.C6 pthread_once_t once; member in struct:test
11 once: PTHREAD_ONCE_INITIALIZER // { dg-error "'PTHREAD_ONCE_INITIALIZER' was not declared in this scope" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A D20041213-1.c3 int once; variable
7 if (once++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/ieee/
H A D20041213-1.c3 int once; variable
7 if (once++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/
H A DC.h2 #error should only be imported once
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/pch/
H A Dimport-1c.h1 #pragma once
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/
H A DC.h2 #error should only be imported once
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/pch/
H A Dimport-1c.h1 #pragma once
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Ddst_result.c27 #include <isc/once.h>
60 static isc_once_t once = ISC_ONCE_INIT; variable
76 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
H A Ddst_lib.c31 #include <isc/once.h>
H A Dresult.c26 #include <isc/once.h>
195 static isc_once_t once = ISC_ONCE_INIT; variable
216 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/
H A Dresult.c40 #include <isc/once.h>
57 static isc_once_t once = ISC_ONCE_INIT; variable
74 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
H A Dlib.c42 #include <isc/once.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DStdAfx.h21 #pragma once
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c61 static int once = 0;
69 if (!once) {
72 if (!once) {
77 once = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-hw-hit-once.exp20 set test watchpoint-hw-hit-once
/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.trap.h71 unsigned once:1; member in struct:trap
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgthr-win32.c70 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) argument
72 if (once == NULL || func == NULL)
75 if (! once->done)
77 if (InterlockedIncrement (&(once->started)) == 0)
80 once->done = TRUE;
89 while (! once->done)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgthr-win32.c74 __gthr_win32_once (__gthread_once_t *once, void (*func) (void)) argument
76 if (once == NULL || func == NULL)
79 if (! once->done)
81 if (InterlockedIncrement (&(once->started)) == 0)
84 once->done = TRUE;
93 while (! once->done)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Donce.c20 /* Id: once.c,v 1.12 2007/06/18 23:47:49 tbox Exp */
28 #include <isc/once.h>
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Donce.c20 /* Id: once.c,v 1.12 2007/06/18 23:47:49 tbox Exp */
28 #include <isc/once.h>
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Drandom.c36 #include <isc/once.h>
41 static isc_once_t once = ISC_ONCE_INIT; variable
62 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dstrerror.c30 #include <isc/once.h>
53 static isc_once_t once = ISC_ONCE_INIT; local
57 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Drandom.c36 #include <isc/once.h>
41 static isc_once_t once = ISC_ONCE_INIT; variable
62 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);

Completed in 314 milliseconds

1234567891011>>