| /netbsd/src/usr.bin/find/ |
| D | function.c | 69 switch (plan->flags) { \ 157 find_parsenum(PLAN *plan, const char *option, const char *vp, char *endch) in find_parsenum() argument 168 plan->flags = F_GREATER; in find_parsenum() 172 plan->flags = F_LESSTHAN; in find_parsenum() 175 plan->flags = F_EQUAL; in find_parsenum() 200 find_parsedate(PLAN *plan, const char *option, const char *vp) in find_parsedate() argument 228 f_amin(PLAN *plan, FTSENT *entry) in f_amin() argument 231 SECSPERMIN - 1) / SECSPERMIN, plan->t_data); in f_amin() 257 f_anewer(PLAN *plan, FTSENT *entry) in f_anewer() argument 260 return timespeccmp(&entry->fts_statp->st_atim, &plan->ts_data, >); in f_anewer() [all …]
|
| D | find.c | 69 PLAN *plan, *tail, *new; in find_formplan() local 87 for (plan = tail = NULL; *argv;) { in find_formplan() 90 if (plan == NULL) in find_formplan() 91 tail = plan = new; in find_formplan() 104 if (plan == NULL) { in find_formplan() 106 tail = plan = new; in find_formplan() 109 new->next = plan; in find_formplan() 110 plan = new; in find_formplan() 143 plan = paren_squish(plan); /* ()'s */ in find_formplan() 144 plan = not_squish(plan); /* !'s */ in find_formplan() [all …]
|
| D | operator.c | 131 paren_squish(PLAN *plan) /* plan with ( ) nodes */ in paren_squish() argument 143 while ((expr = yankexpr(&plan)) != NULL) { in paren_squish() 168 not_squish(PLAN *plan) /* plan to process */ in not_squish() argument 177 while ((next = yanknode(&plan)) != NULL) { in not_squish() 193 node = yanknode(&plan); in not_squish() 196 node = yanknode(&plan); in not_squish() 227 or_squish(PLAN *plan) /* plan with ors to be squished */ in or_squish() argument 235 while ((next = yanknode(&plan)) != NULL) { in or_squish() 256 next->p_data[1] = or_squish(plan); in or_squish()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-disasm.exp | 145 foreach plan $test_plans { 146 set global_disassembler_name [lindex $plan 0] 147 set expected_pattern [lindex $plan 1]
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2377.txt | 34 the Internet. We propose a new directory naming plan that leverages 36 schemes for naming objects in a hierarchical directory. This plan 63 This paper describes a directory naming plan for the construction of 68 The plan has the following two main features. First, it bases the 71 component of the plan makes use of the ideas described in the 72 companion paper to this plan, "Using Domains in LDAP Distinguished 79 standard, use of the naming plan described here is not obligatory for 81 permissible. However, we believe widespread use of this plan will 86 naming plan will see widespread use and design their products 110 name. This plan does not constrain how these two attributes are used. [all …]
|
| /netbsd/src/games/boggle/ |
| D | README | 33 My plan was to make it straightforward to adapt the game to run under a 34 windowing system (eg., Suntools, GEM). I have no plan to actually do this.
|
| /netbsd/src/lib/libc/time/ |
| D | SECURITY | 10 If we confirm the bug, we plan to notify affected third-party services
|
| D | calendars | 58 However, in 1704 something went wrong and the plan was not carried through;
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | HACKING.md | 21 If you plan to submit the changes you made to OpenSSL
|
| D | NOTES-PERL.md | 82 This module is required for testing only! If you don't plan on running
|
| /netbsd/src/distrib/syspkg/notes/ |
| D | WORKPLAN | 4 This document is intended as a work plan for modification of the NetBSD
|
| D | PROPOSAL | 73 process. An appendix discusses my work plan to implement this new 79 of discussion and revision, it will serve as a plan for the actual 251 My current plan for implementing system packages and package sets
|
| /netbsd/src/external/bsd/libc++/dist/libcxxrt/ |
| D | README | 36 …one by at a higher level. The exact installation steps depend on how you plan on deploying libcxx…
|
| /netbsd/src/doc/roadmaps/ |
| D | desktop | 60 6. Work out a long-term plan for compositing, Wayland, and graphics 128 6. Work out a long-term plan for compositing, Wayland, and graphics 163 The original (very tentative) plan was to wedge publish/subscribe into
|
| D | storage | 67 The intended plan is to port FreeBSD's nfsv4 code, which also includes 135 dholland has been mumbling for some time about a plan for a 286 plan; it is a complicated area with a lot of prior art that's also
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_nl80211_scan.c | 463 struct nlattr *plan = nla_nest_start(msg, i + 1); in nl80211_sched_scan_add_scan_plans() local 465 if (!plan) in nl80211_sched_scan_add_scan_plans() 494 nla_nest_end(msg, plan); in nl80211_sched_scan_add_scan_plans()
|
| /netbsd/src/distrib/miniroot/ |
| D | install.sh | 359 This would be especially useful if you plan to keep '/usr' on an NFS
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/po/ |
| D | ro.po | 592 # în „profil plan:”. 604 "profil plan:\n" 609 msgstr "Profil plan:\n"
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | README-dev.md | 78 plan tests => 2; # The number of tests being performed
|
| /netbsd/src/external/bsd/bzip2/dist/ |
| D | CHANGES | 192 for Unix platforms. The general plan here is to autoconfiscate/ 194 or perhaps 1.2.0. That, however, is still just a plan at this point.
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/ |
| D | install | 18 standard library pack, and it does no bad even if you don't plan to use it.
|
| /netbsd/src/sys/arch/m68k/fpe/ |
| D | README | 51 I have no plan to support it since it's rarely used. However, all we
|
| /netbsd/src/external/bsd/cron/dist/ |
| D | MAIL | 49 daemon... I plan to edit out such useless things as TERMCAP, 280 << This means cron.allow and cron.deny. I plan to support them, as 367 << Since I don't plan on supporting /usr/lib/cron/log in ANY form unless
|
| /netbsd/src/bin/sh/USD.doc/ |
| D | Rv7man | 347 "Hence plan to throw one away; you will, anyhow." p.116.
|
| /netbsd/src/sys/ufs/lfs/ |
| D | CHANGES | 85 original plan was for the roll-forward agent to operate using this
|