Home
last modified time | relevance | path

Searched refs:examine (Results 1 – 25 of 71) 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.c1210 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() argument
1224 Lst_Enqueue(examine, gn); in ExamineLater()
1232 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() local
1233 Lst_AppendAll(&examine, targets); in Make_ExpandUse()
1245 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1246 GNode *gn = Lst_Dequeue(&examine); in Make_ExpandUse()
1256 Lst_PrependAll(&examine, &gn->cohorts); in Make_ExpandUse()
1297 ExamineLater(&examine, &gn->children); in Make_ExpandUse()
1300 Lst_Done(&examine); in Make_ExpandUse()
1324 GNodeList examine; in Make_ProcessWait() local
[all …]
/freebsd/packages/dtrace/
H A Ddtrace.ucl23 of a running system. DTrace can be used to examine performance characteristics
24 of the system, or to examine the system's low-level behavior.
/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.pod30 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>
/freebsd/packages/libthread_db/
H A Dlibthread_db.ucl22 libthread_db is used by the debugger to examine and interact with a
/freebsd/packages/toolchain/
H A Dtoolchain.ucl23 examine and manipulate object files, executables, and libraries.
/freebsd/packages/libexecinfo/
H A Dlibexecinfo.ucl23 examine its current call stack.
/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/crypto/openssl/doc/designs/quic-design/
H A Dquic-statm.md25 its own memory allocation. However, other code should not examine the fields of
/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

123