/freebsd/contrib/bmake/unit-tests/ |
H A D | depsrc-optional.exp | 1 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 D | make.c | 1221 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 D | bioinformatics | 41 # 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 D | README | 1 This is a little C-program that can be used to examine the contents of
|
/freebsd/tools/diag/ |
H A D | README | 10 dumpvfscache program that can be used to examine the contents of the vfs
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_NAME_get0_der.pod | 19 B<*pderlen> bytes. It is useful for applications that wish to examine
|
H A D | SSL_get0_peer_scts.pod | 17 a given B<SSL> instance, it will examine the TLS extensions, OCSP response and
|
H A D | SSL_get_certificate.pod | 46 selection, where it can be used to examine a server's chosen certificate, for
|
H A D | X509_NAME_ENTRY_get_object.pod | 51 used to examine an B<X509_NAME_ENTRY> function as returned by
|
H A D | RAND_load_file.pod | 26 attacker cannot replace or examine the contents.
|
H A D | X509_CRL_get0_by_serial.pod | 68 X509_CRL_get_REVOKED() using sk_X509_REVOKED_num() and examine each one
|
H A D | SSL_CTX_set_cert_cb.pod | 50 A more advanced callback might examine the handshake parameters and set
|
H A D | ASN1_STRING_length.pod | 67 These functions should B<not> be used to examine or modify B<ASN1_INTEGER>
|
H A D | X509_STORE_CTX_set_verify_cb.pod | 63 is performing the verification operation. A callback can examine this
|
H A D | SSL_CTX_set_client_hello_cb.pod | 75 allow the server to examine the server name indication extension provided
|
H A D | SSL_CTX_set_ct_validation_callback.pod | 67 This callback can examine the peer's SCTs and determine whether they are
|
H A D | X509v3_get_ext_by_NID.pod | 105 These functions are used to examine stacks of extensions directly.
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CONVERSION | 27 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 D | ct.pod | 20 This library can also be used to parse and examine CT data structures, such as
|
/freebsd/share/examples/ipfilter/ |
H A D | firewall.1 | 17 # filtering rules won't be able to examine the whole UDP/TCP header.
|
H A D | firewall.2 | 18 # filtering rules won't be able to examine the whole UDP/TCP header,
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-nseq.pod.in | 6 openssl-nseq - create or examine a Netscape certificate sequence
|
/freebsd/stand/ficl/softwords/ |
H A D | jhlocal.fr | 30 \ examine name - if it's a 2local (starts with "2:"),
|
/freebsd/contrib/blocklist/ |
H A D | README | 105 can examine the packet filter dynamic rule entries using 'npfctl
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | Opts.td | 16 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)">;
|