Searched refs:once (Results 226 - 250 of 496) sorted by relevance

1234567891011>>

/freebsd-current/tools/build/cross-build/include/linux/
H A Dstring.h36 #pragma once
43 * macro). libnetbsd stdlib.h can only be included once so this will not work.
/freebsd-current/crypto/heimdal/base/
H A Dheimbase.c312 * Call func once and only once
314 * @param once pointer to a heim_base_once_t
320 heim_base_once_f(heim_base_once_t *once, void *ctx, void (*func)(void *)) argument
323 dispatch_once_f(once, ctx, func);
327 if (*once == 0) {
328 *once = 1;
332 *once = 2;
334 } else if (*once == 2) {
342 if (*once
412 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; local
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/
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);
/freebsd-current/usr.bin/systat/
H A Dswap.c89 static int once = 0; local
91 if (once)
101 once = 1;
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-file.mk43 # expect+1: This goes to stderr only, once.
44 . info This goes to stderr only, once.
46 # expect+1: This goes to stderr only, once.
47 . info This goes to stderr only, once.
59 : This goes to stderr only, once. ${:U:S
61 : This goes to stderr only, once. ${:U:S
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_tls.h2 #error This file should be included only once, by tsd.h.
H A Dtsd_malloc_thread_cleanup.h2 #error This file should be included only once, by tsd.h.
/freebsd-current/crypto/openssl/include/crypto/
H A Dcmll_platform.h12 # pragma once
H A Dsiphash.h12 # pragma once
/freebsd-current/crypto/openssl/include/internal/
H A Dparam_build_set.h12 # pragma once
H A Dtlsgroups.h12 # pragma once
/freebsd-current/crypto/openssl/include/openssl/
H A Dcmac.h12 # pragma once
H A Dcast.h12 # pragma once
H A Dconftypes.h12 # pragma once
H A Dcomp.h12 # pragma once
H A Dripemd.h12 # pragma once
H A Dmd4.h12 # pragma once
H A Dmd5.h12 # pragma once
H A Dprovider.h12 # pragma once
H A Drc2.h12 # pragma once
H A Dwhrlpool.h12 # pragma once
H A Dx509v3err.h13 # pragma once
/freebsd-current/usr.sbin/bhyve/
H A Dacpi_device.h8 #pragma once
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp_tables_internal.tpl.h28 #pragma once
/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_rng.h27 #pragma once

Completed in 279 milliseconds

1234567891011>>