Searched refs:once (Results 251 - 275 of 496) sorted by relevance

<<11121314151617181920

/freebsd-current/sys/dev/random/fenestrasX/
H A Dfx_brng.h27 #pragma once
H A Dfx_hash.h27 #pragma once
/freebsd-current/tools/build/cross-build/include/common/sys/
H A Dparam.h39 #pragma once
/freebsd-current/tools/build/cross-build/include/linux/
H A Dlibutil.h36 #pragma once
/freebsd-current/contrib/bmake/
H A Dsigaction.c279 static int once = 0; local
281 if (!once) {
287 once++;
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dstrerror.c27 #include <isc/once.h>
66 static isc_once_t once = ISC_ONCE_INIT; local
70 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk7 # without the -j. This is because all this code is implemented twice, once
8 # in compat.c and once in job.c.
49 # The following command is silent, it is printed once, using the
53 # The following command ignores errors, it is printed once, using
H A Dvarname.mk70 ASDZguv= once
72 .if ${ASDZguv} != "once"
82 ASDZguv.param= once
83 .if ${ASDZguv.param} != "once"
/freebsd-current/stand/liblua/
H A Dluaconf.local.h7 #pragma once
/freebsd-current/crypto/openssl/include/crypto/
H A Dctype.h23 # pragma once
H A Ddsa.h12 # pragma once
H A Drand.h20 # pragma once
H A Drand_pool.h12 # pragma once
H A Dpem.h12 # pragma once
H A Dsm2.h14 # pragma once
/freebsd-current/crypto/openssl/include/internal/
H A Dcore.h12 # pragma once
H A Ddso.h12 # pragma once
H A Dpassphrase.h12 # pragma once
29 * that the same passphrase may be asked for more than once, but the
30 * user shouldn't get prompted more than once. For example, this is
H A Dsha3.h13 # pragma once
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1err.h13 # pragma once
H A Dasync.h14 # pragma once
H A Dcmperr.h13 # pragma once
H A Dcamellia.h12 # pragma once
H A Dbuffer.h12 # pragma once
H A Dblowfish.h12 # pragma once

Completed in 226 milliseconds

<<11121314151617181920