| /freebsd-10-stable/contrib/bmake/ |
| D | make.c | 1282 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/ |
| D | dtruss_example.txt | 8 -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"
|
| D | dappprof_example.txt | 8 -p PID # examine this PID 18 dappprof df -h # run and examine "df -h" 19 dappprof -p 1871 # examine PID 1871
|
| D | dapptrace_example.txt | 8 -p PID # examine this PID 20 dapptrace df -h # run and examine "df -h" 21 dapptrace -p 1871 # examine PID 1871
|
| D | dvmstat_example.txt | 35 Here we run a dvmstat to examine the PID 3778,
|
| D | procsystime_example.txt | 87 procsystime also lets us just examine one PID. For example,
|
| D | errinfo_example.txt | 80 The "-p" option lets us examine one PID only. The following example examines
|
| D | mmapfiles_example.txt | 19 Now we examine zsh. This time a number of extra libraries are mapped,
|
| /freebsd-10-stable/usr.bin/make/ |
| D | make.c | 729 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/ |
| 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-10-stable/tools/diag/dumpvfscache/ |
| D | README | 1 This is a little C-program that can be used to examine the contents of
|
| /freebsd-10-stable/tools/diag/ |
| D | README | 11 dumpvfscache program that can be used to examine the contents of the vfs
|
| /freebsd-10-stable/usr.sbin/cron/doc/ |
| D | CONVERSION | 28 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/ |
| D | nseq.pod | 5 nseq - create or examine a netscape certificate sequence
|
| /freebsd-10-stable/share/examples/ipfilter/ |
| D | firewall.1 | 18 # filtering rules won't be able to examine the whole UDP/TCP header.
|
| D | firewall.2 | 19 # filtering rules won't be able to examine the whole UDP/TCP header,
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | X509_NAME_ENTRY_get_object.pod | 44 used to examine an B<X509_NAME_ENTRY> function as returned by
|
| D | ASN1_STRING_length.pod | 62 These functions should B<not> be used to examine or modify B<ASN1_INTEGER>
|
| D | X509_STORE_CTX_set_verify_cb.pod | 33 is performing the verification operation. A callback can examine this
|
| D | X509_VERIFY_PARAM_set_flags.pod | 113 to examine the valid policy tree and perform additional checks or simply
|
| /freebsd-10-stable/sys/boot/ficl/softwords/ |
| D | jhlocal.fr | 31 \ examine name - if it's a 2local (starts with "2:"),
|
| /freebsd-10-stable/crypto/openssl/crypto/dh/ |
| D | generate | 18 >possible some source code that I could examine.
|
| /freebsd-10-stable/contrib/apr/ |
| D | README.cmake | 108 * Developers need to examine the existing Windows build in great detail and see
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Notes/ |
| D | ALLcolors_notes.txt | 45 As DTrace can examine the entire software stack, it is conceivable that
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/ |
| D | Contents | 72 whatexec.d examine the type of files executed
|