HomeSort by: relevance | last modified time | path
    Searched refs:declarations (Results 1 - 25 of 201) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_exception_specification_kind.py 13 def find_function_declarations(node, declarations=[]):
15 declarations.append((node.spelling, node.exception_specification_kind))
17 declarations = find_function_declarations(child, declarations)
18 return declarations
29 declarations = find_function_declarations(tu.cursor)
35 self.assertListEqual(declarations, expected)
  /src/external/bsd/nsd/sbin/nsd-control/
Makefile 5 COPTS.nsd-control.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/openssh/libexec/ssh-sk-helper/
Makefile 16 COPTS.ssh-sk.c+= -Wno-error=deprecated-declarations
17 COPTS.sk-usbhid.c+= -Wno-error=deprecated-declarations
  /src/usr.bin/moduli/qsafe/
Makefile 11 COPTS.qsafe.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/
Makefile 10 COPTS.ssh-pkcs11-helper.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/openssh/lib/
Makefile 128 COPTS.cipher.c+= -Wno-error=deprecated-declarations
129 COPTS.dh.c+= -Wno-error=deprecated-declarations
131 COPTS.kex.c+= -Wno-error=deprecated-declarations
132 COPTS.kexdh.c+= -Wno-error=deprecated-declarations
133 COPTS.kexecdh.c+= -Wno-error=deprecated-declarations
134 COPTS.kexgexc.c+= -Wno-error=deprecated-declarations
135 COPTS.ssh-ecdsa-sk.c+= -Wno-error=deprecated-declarations
136 COPTS.ssh-ecdsa.c+= -Wno-error=deprecated-declarations
137 COPTS.ssh-pkcs11.c+= -Wno-error=deprecated-declarations
138 COPTS.ssh-rsa.c+= -Wno-error=deprecated-declarations
    [all...]
  /src/crypto/external/bsd/openssh/bin/ssh-keygen/
Makefile 17 COPTS.ssh-keygen.c+= -Wno-error=deprecated-declarations
18 COPTS.moduli.c+= -Wno-error=deprecated-declarations
  /src/external/bsd/libfido2/bin/fido2-assert/
Makefile 27 COPTS.assert_verify.c+=-Wno-error=deprecated-declarations
28 COPTS.util.c+=-Wno-error=deprecated-declarations
  /src/games/factor/
Makefile 16 COPTS.factor.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/openssh/bin/ssh-agent/
Makefile 9 COPTS.ssh-pkcs11-client.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/openssh/bin/ssh-keyscan/
Makefile 15 COPTS.kexgexs.c+= -Wno-error=deprecated-declarations
  /src/external/bsd/nsd/sbin/nsd-checkzone/
Makefile 18 COPTS.server.c+= -Wno-error=deprecated-declarations
  /src/external/bsd/libfido2/lib/
Makefile 123 COPTS.assert.c+=-Wno-error=deprecated-declarations
124 COPTS.cbor.c+=-Wno-error=deprecated-declarations
125 COPTS.cred.c+=-Wno-error=deprecated-declarations
126 COPTS.ecdh.c+=-Wno-error=deprecated-declarations
128 COPTS.es256.c+=-Wno-error=deprecated-declarations
129 COPTS.es384.c+=-Wno-error=deprecated-declarations
130 COPTS.rs256.c+=-Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/lib/libkdc/
Makefile 43 COPTS.kx509.c+= -Wno-error=deprecated-declarations
44 COPTS.pkinit-ec.c+= -Wno-error=deprecated-declarations
45 COPTS.pkinit.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/bin/hxtool/
Makefile 18 COPTS.hxtool.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/bin/kvno/
Makefile 19 COPTS.kvno.c+= -Wno-deprecated-declarations
  /src/external/bsd/libfido2/bin/fido2-cred/
Makefile 27 COPTS.util.c+=-Wno-error=deprecated-declarations
  /src/external/bsd/libfido2/bin/fido2-token/
Makefile 25 COPTS.util.c+=-Wno-error=deprecated-declarations
  /src/external/bsd/nsd/sbin/nsd/
Makefile 21 COPTS.server.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/netpgp/lib/netpgp/
Makefile 30 COPTS.openssl_crypto.c+=-Wno-error=deprecated-declarations
31 COPTS.symmetric.c+=-Wno-error=deprecated-declarations
  /src/external/bsd/nsd/lib/libnsd/
Makefile 55 COPTS.tsig-openssl.c+= -Wno-error=deprecated-declarations
56 COPTS.iterated_hash.c+= -Wno-error=deprecated-declarations
  /src/usr.sbin/syslogd/
Makefile 40 COPTS.tls.c+= -Wno-error=deprecated-declarations
41 COPTS.sign.c+= -Wno-error=deprecated-declarations
  /src/libexec/httpd/libbozohttpd/
Makefile 27 COPTS.ssl-bozo.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/lib/libheimntlm/
Makefile 30 COPTS.ntlm.c+= -Wno-error=deprecated-declarations
  /src/crypto/external/bsd/heimdal/lib/libhx509/
Makefile 89 COPTS.cert.c += -Wno-error=deprecated-declarations
90 COPTS.crypto-ec.c += -Wno-error=deprecated-declarations
91 COPTS.crypto.c += -Wno-error=deprecated-declarations
92 COPTS.ks_p11.c += -Wno-error=deprecated-declarations

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 9