Searched refs:once (Results 26 - 50 of 121) sorted by path

12345

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumberLocal.h34 /* etc. It must only be included once, and should not need to be */
135 #error decNumberLocal included more than once
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1129 once initialization has been completed. */
1499 operation --- once you've created a gdbarch, you keep it around.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3771 % Change the page size parameters. We could do this once outside this
3774 % of assignments once per index is clearly meaningless for the
3835 % invocation ends. Having called \balancecolumns once, we do not
4099 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
4602 % chapters. Have to read the whole toc once to know how many chapters
5846 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
6377 % We will only complain once about lack of epsf.tex.
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.in278 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.in246 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in302 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
H A Dguard.cc59 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
60 __gthread_once(&once, init);
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.in296 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h25 #pragma once
/freebsd-11-stable/contrib/libxo/
H A Dwarnings.mk56 WARNINGS += -fno-inline-functions-called-once
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js117 // The body element only exists once, optimize finding it
403 // Is the DOM ready to be used? Set to true once it occurs.
451 readyList = jQuery.Callbacks( "once memory" );
1003 * once: will ensure the callback list can only be fired once (like a Deferred)
1009 * unique: will ensure a callback can only be added once (no duplicate in the list)
1071 if ( !flags.once ) {
1125 // we only need to do this once
1178 if ( !flags.once ) {
1181 } else if ( !( flags.once
[all...]
H A Djquery.qtip.js241 // and ensure it only gets destroyed once!
309 var content, text, ajax, once;
331 once = ajax && ajax.once !== FALSE;
342 if(content && once) { api.set('content.text', content); }
350 return !once ? (api.set('content.text', loading), deferred) : loading;
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh377 "same column more than once"
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c46 static pthread_once_t once = PTHREAD_ONCE_INIT; variable
69 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
70 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
89 PTHREAD_REQUIRE(pthread_once(&once, once2_ofunc));
142 PTHREAD_REQUIRE(pthread_once(&once, once3_ofunc));
183 PTHREAD_REQUIRE(pthread_once(&once, ofunc));
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dapp_api.c26 #include <isc/once.h>
30 static isc_once_t once = ISC_ONCE_INIT; variable
44 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dhash.c66 #include <isc/once.h>
103 static isc_once_t once = ISC_ONCE_INIT; variable
229 RUNTIME_CHECK(isc_once_do(&once, initialize_lock) == ISC_R_SUCCESS);
H A Dlib.c31 #include <isc/once.h>
H A Dmem.c33 #include <isc/once.h>
117 static isc_once_t once = ISC_ONCE_INIT; variable
917 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2279 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2295 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
2433 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
H A Dmem_api.c23 #include <isc/once.h>
35 static isc_once_t once = ISC_ONCE_INIT; variable
47 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Drandom.c34 #include <isc/once.h>
39 static isc_once_t once = ISC_ONCE_INIT; variable
60 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);
H A Dresult.c30 #include <isc/once.h>
111 static isc_once_t once = ISC_ONCE_INIT; variable
168 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
H A Dsocket_api.c24 #include <isc/once.h>
29 static isc_once_t once = ISC_ONCE_INIT; variable
41 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dtask_api.c26 #include <isc/once.h>
31 static isc_once_t once = ISC_ONCE_INIT; variable
43 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dtimer_api.c26 #include <isc/once.h>
31 static isc_once_t once = ISC_ONCE_INIT; variable
43 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dnet.c37 #include <isc/once.h>
115 static isc_once_t once = ISC_ONCE_INIT; variable
221 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);

Completed in 266 milliseconds

12345