| /netbsd-src/usr.bin/make/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
|
| /netbsd-src/usr.bin/make/ |
| 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 …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A 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"
|
| H A 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
|
| H A 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
|
| H A D | dvmstat_example.txt | 35 Here we run a dvmstat to examine the PID 3778,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A 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"
|
| H A 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
|
| H A 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
|
| H A D | dvmstat_example.txt | 35 Here we run a dvmstat to examine the PID 3778,
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/examples/ |
| H A D | enough.c | 361 local void examine(int syms, int left, int len, int mem, int rem) { in examine() function 436 examine(syms - use, (left - use) << 1, len + 1, in examine() 469 examine(n, left, g.root + 1, 1 << g.root, 0); in enough() 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, in enough()
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/ |
| H A D | enough.c | 361 local void examine(int syms, int left, int len, int mem, int rem) { in examine() function 436 examine(syms - use, (left - use) << 1, len + 1, in examine() 469 examine(n, left, g.root + 1, 1 << g.root, 0); in enough() 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, in enough()
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/examples/ |
| H A D | enough.c | 361 local void examine(int syms, int left, int len, int mem, int rem) { in examine() function 436 examine(syms - use, (left - use) << 1, len + 1, in examine() 469 examine(n, left, g.root + 1, 1 << g.root, 0); in enough() 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, in enough()
|
| /netbsd-src/common/dist/zlib/examples/ |
| H A D | enough.c | 361 local void examine(int syms, int left, int len, int mem, int rem) { in examine() function 436 examine(syms - use, (left - use) << 1, len + 1, in examine() 469 examine(n, left, g.root + 1, 1 << g.root, 0); in enough() 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, in enough()
|
| /netbsd-src/external/bsd/file/dist/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
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | disptest.c | 384 examine(char* addr, int size) in examine() function 423 res = examine(p, step); in display_search() 427 res = examine((char*)((int)addr | 0xa0000000), step); in display_search()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A 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
|
| /netbsd-src/games/phantasia/ |
| H A D | main.c | 91 bool examine = FALSE; /* set if examine a character */ in main() local 125 examine = TRUE; in main() 147 if (examine) { in main()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
| H A D | ct.pod | 20 This library can also be used to parse and examine CT data structures, such as
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | ct.pod | 20 This library can also be used to parse and examine CT data structures, such as
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-nseq.pod.in | 6 openssl-nseq - create or examine a Netscape certificate sequence
|