Home
last modified time | relevance | path

Searched refs:examine (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-optional.exp1 Make_ExpandUse: examine all
2 ExamineLater: need to examine "important"
3 Make_ExpandUse: examine important
4 ExamineLater: need to examine "optional"
5 ExamineLater: need to examine "optional-cohort"
6 Make_ExpandUse: examine optional
7 Make_ExpandUse: examine optional-cohort
/freebsd/contrib/bmake/
H A Dmake.c1221 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() argument
1235 Lst_Enqueue(examine, gn); in ExamineLater()
1248 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() local
1249 Lst_AppendAll(&examine, targs); in Make_ExpandUse()
1261 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1262 GNode *gn = Lst_Dequeue(&examine); in Make_ExpandUse()
1272 Lst_PrependAll(&examine, &gn->cohorts); in Make_ExpandUse()
1313 ExamineLater(&examine, &gn->children); in Make_ExpandUse()
1316 Lst_Done(&examine); in Make_ExpandUse()
1345 GNodeList examine; /* List of targets to examine */ in Make_ProcessWait() local
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dbioinformatics41 # data is normally present only within compressed BGZF blocks (CDATA), so use file -z to examine it
70 # data is normally present only within compressed BGZF blocks (CDATA), so use file -z to examine it
87 # data is normally present only within compressed BGZF blocks (CDATA), so use file -z to examine it
100 # data is normally present only within compressed BGZF blocks (CDATA), so use file -z to examine it
/freebsd/tools/diag/dumpvfscache/
H A DREADME1 This is a little C-program that can be used to examine the contents of
/freebsd/tools/diag/
H A DREADME10 dumpvfscache program that can be used to examine the contents of the vfs
/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_get0_der.pod19 B<*pderlen> bytes. It is useful for applications that wish to examine
H A DSSL_get0_peer_scts.pod17 a given B<SSL> instance, it will examine the TLS extensions, OCSP response and
H A DSSL_get_certificate.pod46 selection, where it can be used to examine a server's chosen certificate, for
H A DX509_NAME_ENTRY_get_object.pod51 used to examine an B<X509_NAME_ENTRY> function as returned by
H A DRAND_load_file.pod26 attacker cannot replace or examine the contents.
H A DX509_CRL_get0_by_serial.pod68 X509_CRL_get_REVOKED() using sk_X509_REVOKED_num() and examine each one
H A DSSL_CTX_set_cert_cb.pod50 A more advanced callback might examine the handshake parameters and set
H A DASN1_STRING_length.pod67 These functions should B<not> be used to examine or modify B<ASN1_INTEGER>
H A DX509_STORE_CTX_set_verify_cb.pod63 is performing the verification operation. A callback can examine this
H A DSSL_CTX_set_client_hello_cb.pod75 allow the server to examine the server name indication extension provided
H A DSSL_CTX_set_ct_validation_callback.pod67 This callback can examine the peer's SCTs and determine whether they are
H A DX509v3_get_ext_by_NID.pod105 These functions are used to examine stacks of extensions directly.
/freebsd/usr.sbin/cron/doc/
H A DCONVERSION27 after the user whose crontab it is. If you want to examine, replace, or
80 output to a per-execution log file, which you can examine if you want to
/freebsd/crypto/openssl/doc/man7/
H A Dct.pod20 This library can also be used to parse and examine CT data structures, such as
/freebsd/share/examples/ipfilter/
H A Dfirewall.117 # filtering rules won't be able to examine the whole UDP/TCP header.
H A Dfirewall.218 # filtering rules won't be able to examine the whole UDP/TCP header,
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-nseq.pod.in6 openssl-nseq - create or examine a Netscape certificate sequence
/freebsd/stand/ficl/softwords/
H A Djhlocal.fr30 \ examine name - if it's a 2local (starts with "2:"),
/freebsd/contrib/blocklist/
H A DREADME105 can examine the packet filter dynamic rule entries using 'npfctl
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td16 def X : JoinedOrSeparate<["-"], "X">, HelpText<"Specifies the type of ELF, XCOFF, or IR object file to examine. The value must be one of: 32, 64, 32_64, any (default)">;

123