Searched refs:once (Results 201 - 225 of 495) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/crypto/
H A Daria.h15 # pragma once
H A Ddecoder.h12 # pragma once
H A Ddes_platform.h12 # pragma once
H A Dpoly1305.h12 # pragma once
H A Dsm4.h13 # pragma once
/freebsd-current/crypto/openssl/include/internal/
H A Dsm3.h14 # pragma once
/freebsd-current/crypto/openssl/include/openssl/
H A Dbioerr.h13 # pragma once
H A Dcmp_util.h14 # pragma once
H A Dconf_api.h12 # pragma once
H A Dsrtp.h18 # pragma once
H A Dhttperr.h13 # pragma once
H A Dmdc2.h12 # pragma once
H A Dmd2.h12 # pragma once
H A Dpkcs7err.h13 # pragma once
H A Dranderr.h13 # pragma once
H A Dpemerr.h13 # pragma once
H A Dtserr.h13 # pragma once
H A Dengineerr.h13 # pragma once
H A Dx509err.h13 # pragma once
H A Ddherr.h13 # pragma once
/freebsd-current/lib/libc/stdlib/
H A Drandom.h26 #pragma once
/freebsd-current/lib/msun/arm/
H A Dfenv-mangle.h28 #error Only include fenv-mangle.h once
/freebsd-current/tools/build/libc-bootstrap/
H A Dnamespace.h36 #pragma once
/freebsd-current/tools/build/cross-build/include/linux/
H A Dunistd.h36 #pragma once
/freebsd-current/lib/libsecureboot/openpgp/
H A Dopgp_key.c203 static int once = 0; local
205 if (!once) {
206 once = 1;
352 static int once = -1; local
360 if (once < 0) {
361 once = 0;
370 once++;
376 return (once);

Completed in 204 milliseconds

1234567891011>>