Searched refs:once (Results 1 - 25 of 121) sorted by last modified time

12345

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c978 ** There was once also a CLANG_VERSION macro. However, we learn that the
2298 ** object once the object has been registered.
2726 ** SQLite will never invoke xInit() more than once without an intervening
4065 ** is invoked once for that table with a column name that is an empty string.
5001 ** be used just once or at most a few times and then destroyed using
5265 ** [prepared statement] S has been stepped at least once using
5366 ** SQL parameter is used more than once, second and subsequent
6564 ** called once for each invocation of the xStep callback and then one
6567 ** implementation is never called and xFinal() is called exactly once.
6652 ** once, whe
86682 int once = 1; local
151864 int once = 1; local
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dswap.c119 static int once = 0; local
121 if (once)
137 once = 1;
/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c66 static int once = 1; local
71 if (once) {
76 once = 0;
/freebsd-11-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c85 bool once; member in struct:_bmgr_opts
112 {"once", no_argument, NULL, 'O'},
247 opts.once = true;
/freebsd-11-stable/lib/clang/include/clang/Config/
H A Dconfig.h5 #error config.h can only be included once
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c1866 static int once; local
2028 if (!once) {
2032 once = 1;
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h75 pthread_once_t once; member in struct:apr_thread_once_t
/freebsd-11-stable/sys/netinet/
H A Dsctp_timer.c176 int once; local
331 once = 0;
342 once++;
343 if (once > 1) {
370 once = 0;
378 once++;
379 if (once > 1) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc74 // do it once up front.
275 // file to be deleted once it is closed. We also use the flags
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp892 const SelectionDAG *G, VisitedSDNodeSet &once) {
893 if (!once.insert(N).second) // If we've been here before, return now.
908 once.insert(Op.getNode());
915 DumpNodesr(OS, Op.getNode(), indent+2, G, once);
919 VisitedSDNodeSet once;
920 DumpNodesr(dbgs(), this, 0, nullptr, once);
924 VisitedSDNodeSet once;
925 DumpNodesr(dbgs(), this, 0, G, once);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Diostream.cpp87 static bool once = []() { local
96 ((void)once);
152 static DoIOSInit init_the_streams; // gets initialized once
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2588 TSAN_INTERCEPTOR_NETBSD_ALIAS_THR(int, once, void *o, void (*f)())
2808 TSAN_MAYBE_INTERCEPT_NETBSD_ALIAS_THR(once);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c124 static pthread_once_t once = PTHREAD_ONCE_INIT; local
125 pthread_once(&once, emutls_init);
207 static INIT_ONCE once; local
208 InitOnceExecuteOnce(&once, emutls_init, NULL, NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DGetOptInc.h1 #pragma once
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostGetOpt.h8 #pragma once
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc526 "interceptor: %.*s (reported once per process)\n",
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h29 #pragma once
/freebsd-11-stable/stand/lua/
H A Dcore.lua74 -- XXX Temporary compat shim; this should be removed once the
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk65 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
H A Dsysent.mk32 # We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
33 # potentially once for each ${GENERATED} file.
/freebsd-11-stable/contrib/bmake/
H A Dmain.c1828 * Major exception once jobs are being created. Kills all jobs, prints
2089 static int once = 1; local
2093 if (once != first)
2095 once = 0;
2134 * Otherwise unlink the file once open.
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c285 /* Reset system clock while resuming. XXX Remove once tested. */
337 /* Only run the startup code once. The MADT driver also calls this. */
1224 * Reserve declared resources for devices found during attach once system
2502 * Note that this loop should really only run once, unless
2611 static int once; local
2613 if (!once) {
2616 once = 1;
2652 * save state and acknowledge the request. The system sleeps once all
2711 * We cancel this timeout once all userland acks are in or the
2856 /* Re-entry once w
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c95 * file once per day as soon as the message appears on the satellites.
320 u_char count5_set; /* only set count5 once */
352 u_char once; /* one pass code at top of BaEaHa */ member in struct:instance
617 instance->once = 1;
656 Since things ALWAYS work if we only open the device once, we check
1182 * record is filled once every 15s.
2195 /* do some things once when we get this far in BaEaHa */
2197 if (instance->once) {
2198 instance->once = 0;
2429 * Check the leap second status once pe
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.h37 #pragma once
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc979 int once = 0; local
993 if (!once && !no_daemon && !daemonize_quick) {
1007 once++;

Completed in 1009 milliseconds

12345