Home
last modified time | relevance | path

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

12345678

/netbsd/src/usr.bin/make/unit-tests/
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
/netbsd/src/usr.bin/make/
Dmake.c1224 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) in ExamineLater() argument
1238 Lst_Enqueue(examine, gn); in ExamineLater()
1251 GNodeList examine = LST_INIT; /* Queue of targets to examine */ in Make_ExpandUse() local
1252 Lst_AppendAll(&examine, targs); in Make_ExpandUse()
1264 while (!Lst_IsEmpty(&examine)) { in Make_ExpandUse()
1265 GNode *gn = Lst_Dequeue(&examine); in Make_ExpandUse()
1275 Lst_PrependAll(&examine, &gn->cohorts); in Make_ExpandUse()
1316 ExamineLater(&examine, &gn->children); in Make_ExpandUse()
1319 Lst_Done(&examine); in Make_ExpandUse()
1348 GNodeList examine; /* List of targets to examine */ in Make_ProcessWait() local
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dlong_long.exp80 proc gdb_test_xptr { examine args } {
84 gdb_test_xxx "$examine [lindex $x 0]" [lindex $x 1] "$examine"
/netbsd/src/common/dist/zlib/examples/
Denough.c361 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/
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
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Ddisptest.c384 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/external/bsd/cron/dist/
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
/netbsd/src/games/phantasia/
Dmain.c91 bool examine = FALSE; /* set if examine a character */ in main() local
125 examine = TRUE; in main()
147 if (examine) { in main()
DREADME29 - Players may examine others while playing ('x') option.
/netbsd/src/distrib/playstation2/miniroot/
Ddot.profile63 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/mipsco/ramdisk/
Ddot.profile62 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/pmax/ramdisk/
Ddot.profile62 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/evbsh3/instkernel/ramdisk/
Ddot.profile59 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/sgimips/ramdisk/
Ddot.profile61 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/mac68k/instkernel/ramdisk/
Ddot.profile62 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/acorn32/ramdisk/
Ddot.profile59 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/evbmips/instkernel/ramdisk/
Ddot.profile59 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/evbarm/instkernel/sshramdisk/
Ddot.profile59 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/cats/ramdisk/
Ddot.profile63 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/distrib/ofppc/ramdisks/common/
Ddot.profile58 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/external/bsd/less/dist/
Dlesskey.man194 E examine
195 :e examine
196 ^X^V examine
/netbsd/src/distrib/shark/instkernel/ramdisk/
Ddot.profile89 # mount the kern_fs so that we can examine the dmesg state
/netbsd/src/external/gpl3/binutils/dist/binutils/
DSECURITY.txt34 they should be appropriately sandboxed if they are used to examine
/netbsd/src/distrib/sparc64/instfs/
Ddot.profile91 # examine the dmesg state
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dinstall.sdf208 You should examine the output of this command carefully to make sure
241 You should examine the output of this command carefully to make sure

12345678