Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 121) sorted by relevance

12345

/netbsd/src/usr.bin/find/
Dfunction.c69 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 …]
Dfind.c69 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 …]
Doperator.c131 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/
Dpy-disasm.exp145 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/
Drfc2377.txt34 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/
DREADME33 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/
DSECURITY10 If we confirm the bug, we plan to notify affected third-party services
Dcalendars58 However, in 1704 something went wrong and the plan was not carried through;
/netbsd/src/crypto/external/bsd/openssl/dist/
DHACKING.md21 If you plan to submit the changes you made to OpenSSL
DNOTES-PERL.md82 This module is required for testing only! If you don't plan on running
/netbsd/src/distrib/syspkg/notes/
DWORKPLAN4 This document is intended as a work plan for modification of the NetBSD
DPROPOSAL73 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/
DREADME36 …one by at a higher level. The exact installation steps depend on how you plan on deploying libcxx…
/netbsd/src/doc/roadmaps/
Ddesktop60 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
Dstorage67 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/
Ddriver_nl80211_scan.c463 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/
Dinstall.sh359 This would be especially useful if you plan to keep '/usr' on an NFS
/netbsd/src/external/gpl3/binutils/dist/gprof/po/
Dro.po592 # în „profil plan:”.
604 "profil plan:\n"
609 msgstr "Profil plan:\n"
/netbsd/src/crypto/external/bsd/openssl/dist/test/
DREADME-dev.md78 plan tests => 2; # The number of tests being performed
/netbsd/src/external/bsd/bzip2/dist/
DCHANGES192 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/
Dinstall18 standard library pack, and it does no bad even if you don't plan to use it.
/netbsd/src/sys/arch/m68k/fpe/
DREADME51 I have no plan to support it since it's rarely used. However, all we
/netbsd/src/external/bsd/cron/dist/
DMAIL49 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/
DRv7man347 "Hence plan to throw one away; you will, anyhow." p.116.
/netbsd/src/sys/ufs/lfs/
DCHANGES85 original plan was for the roll-forward agent to operate using this

12345