Home
last modified time | relevance | path

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

12345

/freebsd-10-stable/contrib/bmake/
Dmake.c1282 Lst examine; /* List of targets to examine */ in Make_ExpandUse() local
1284 examine = Lst_Duplicate(targs, NULL); in Make_ExpandUse()
1294 while (!Lst_IsEmpty (examine)) { in Make_ExpandUse()
1295 gn = (GNode *)Lst_DeQueue(examine); in Make_ExpandUse()
1309 Lst_Concat(new, examine, LST_CONCLINK); in Make_ExpandUse()
1310 examine = new; in Make_ExpandUse()
1349 Lst_ForEach(gn->children, MakeAddChild, examine); in Make_ExpandUse()
1352 Lst_Destroy(examine, NULL); in Make_ExpandUse()
1407 Lst examine; /* List of targets to examine */ in Make_ProcessWait() local
1427 examine = Lst_Init(FALSE); in Make_ProcessWait()
[all …]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Ddtruss_example.txt8 -p PID # examine this PID
9 -n name # examine this process name
10 -t syscall # examine this syscall only
21 dtruss df -h # run and examine "df -h"
22 dtruss -p 1871 # examine PID 1871
23 dtruss -n tar # examine all processes called "tar"
Ddappprof_example.txt8 -p PID # examine this PID
18 dappprof df -h # run and examine "df -h"
19 dappprof -p 1871 # examine PID 1871
Ddapptrace_example.txt8 -p PID # examine this PID
20 dapptrace df -h # run and examine "df -h"
21 dapptrace -p 1871 # examine PID 1871
Ddvmstat_example.txt35 Here we run a dvmstat to examine the PID 3778,
Dprocsystime_example.txt87 procsystime also lets us just examine one PID. For example,
Derrinfo_example.txt80 The "-p" option lets us examine one PID only. The following example examines
Dmmapfiles_example.txt19 Now we examine zsh. This time a number of extra libraries are mapped,
/freebsd-10-stable/usr.bin/make/
Dmake.c729 Lst examine; /* List of targets to examine */ in Make_Run() local
732 Lst_Init(&examine); in Make_Run()
733 Lst_Duplicate(&examine, targs, NOCOPY); in Make_Run()
744 while (!Lst_IsEmpty(&examine)) { in Make_Run()
745 gn = Lst_DeQueue(&examine); in Make_Run()
766 Lst_EnQueue(&examine, cgn); in Make_Run()
/freebsd-10-stable/contrib/file/magic/Magdir/
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-10-stable/tools/diag/dumpvfscache/
DREADME1 This is a little C-program that can be used to examine the contents of
/freebsd-10-stable/tools/diag/
DREADME11 dumpvfscache program that can be used to examine the contents of the vfs
/freebsd-10-stable/usr.sbin/cron/doc/
DCONVERSION28 after the user whose crontab it is. If you want to examine, replace, or
81 output to a per-execution log file, which you can examine if you want to
/freebsd-10-stable/crypto/openssl/doc/apps/
Dnseq.pod5 nseq - create or examine a netscape certificate sequence
/freebsd-10-stable/share/examples/ipfilter/
Dfirewall.118 # filtering rules won't be able to examine the whole UDP/TCP header.
Dfirewall.219 # filtering rules won't be able to examine the whole UDP/TCP header,
/freebsd-10-stable/crypto/openssl/doc/crypto/
DX509_NAME_ENTRY_get_object.pod44 used to examine an B<X509_NAME_ENTRY> function as returned by
DASN1_STRING_length.pod62 These functions should B<not> be used to examine or modify B<ASN1_INTEGER>
DX509_STORE_CTX_set_verify_cb.pod33 is performing the verification operation. A callback can examine this
DX509_VERIFY_PARAM_set_flags.pod113 to examine the valid policy tree and perform additional checks or simply
/freebsd-10-stable/sys/boot/ficl/softwords/
Djhlocal.fr31 \ examine name - if it's a 2local (starts with "2:"),
/freebsd-10-stable/crypto/openssl/crypto/dh/
Dgenerate18 >possible some source code that I could examine.
/freebsd-10-stable/contrib/apr/
DREADME.cmake108 * Developers need to examine the existing Windows build in great detail and see
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/
DALLcolors_notes.txt45 As DTrace can examine the entire software stack, it is conceivable that
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/
DContents72 whatexec.d examine the type of files executed

12345