| /netbsd-src/lib/libcurses/ |
| H A D | get_wch.c | 86 *working = &_cursesi_screen->cbuf_cur, in inkey() local 110 *working = *start; in inkey() 114 "current(%d), end(%d)\n", *start, *working, *end); in inkey() 116 k = inbuf[*working]; in inkey() 117 *working = (*working + 1) % MAX_CBUF_SIZE; in inkey() 118 if (*working == *end) { /* see if run out of keys */ in inkey() 124 *start, *working, *end); in inkey() 160 *start, *working, *end); in inkey() 163 *working in inkey() [all...] |
| H A D | getch.c | 211 static int start, end, working; /* pointers for manipulating inbuf data */ variable 445 start = end = working = 0; in __init_getch() 563 working = start; in inkey() 564 inbuf[working] = k; in inkey() 565 INC_POINTER(working); in inkey() 566 end = working; in inkey() 572 k = inbuf[working]; in inkey() 573 INC_POINTER(working); in inkey() 574 if (working == end) { /* see if we have run in inkey() 614 inbuf[working] = k; in inkey() [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | TODO.usbmp | 113 - uhub working 114 - uhid working 115 - uhidev working 116 - ums working 118 - ukbd working 123 - uhso working (must take kernel lock for scsipi) 124 - umass working 125 - uaudio working 126 - umidi working 132 - axe working [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | README | 1 Tests are dividing on error vs working, and DHCPv4 vs DHCPv6. 12 - .in4 = source for working test in DHCPv4 13 - .in6 = source for working test in DHCPv6 14 - .ind = source for working test in DHCPv4 with -D 15 - .inD = source for working test in DHCPv6 with -D 16 - .inn = source for working test in DHCPv4 with -N 17 - .inN = source for working test in DHCPv6 with -N 18 - .inl = source for working test in DHCPv4 with -l $HOOK 19 - .inL = source for working test in DHCPv6 with -l $HOOK 20 - .outl = resultat for working test with default hook library path [all …]
|
| /netbsd-src/etc/pam.d/ |
| H A D | TODO | 7 ftpd - Done, needs testing and review, working 13 login - Done, needs testing and review, working 15 passwd - Done, needs testing and review, working 17 rsh - Done, needs testing and review, working 18 racoon - Done, needs testing and review, working 19 rexecd - Done, needs testing and review, working 20 rsh - Done, needs testing and review, working 21 sshd - Done, needs testing and review, working 22 su - Done, needs testing and review, working 24 telnetd - Done, needs testing and review, working [all …]
|
| /netbsd-src/lib/libform/ |
| H A D | type_ipv4.c | 65 unsigned long hex_val, working; in ipv4_check_field() local 119 working = hex_val; in ipv4_check_field() 121 vals[i] = (unsigned int)(working & 0xffUL); in ipv4_check_field() 122 working = working >> 8; in ipv4_check_field()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | broken-snprintf.m4 | 4 AC_CACHE_CHECK(for working snprintf,ac_cv_func_snprintf_working, 17 AC_DEFINE_UNQUOTED(HAVE_SNPRINTF, 1, [define if you have a working snprintf]) 25 AC_CACHE_CHECK(for working vsnprintf,ac_cv_func_vsnprintf_working, 58 AC_DEFINE_UNQUOTED(HAVE_VSNPRINTF, 1, [define if you have a working vsnprintf])
|
| /netbsd-src/usr.sbin/makefs/cd9660/ |
| H A D | iso9660_rrip.c | 208 int ca_used, susp_used, susp_used_pre_ce, working; in cd9660_susp_handle_continuation_common() local 212 working = 254 - space; in cd9660_susp_handle_continuation_common() 215 working -= node->su_tail_size + 4; in cd9660_susp_handle_continuation_common() 221 if (working < 0) in cd9660_susp_handle_continuation_common() 227 working -= CD9660_SUSP_ENTRY_SIZE(temp); in cd9660_susp_handle_continuation_common() 228 if (working >= 0) { in cd9660_susp_handle_continuation_common() 232 if (working >= 28) { in cd9660_susp_handle_continuation_common() 243 if (working <= 0) { in cd9660_susp_handle_continuation_common() 738 int working,len; in cd9660_rrip_add_NM() local 748 working = 1; in cd9660_rrip_add_NM() [all …]
|
| /netbsd-src/doc/roadmaps/ |
| H A D | verification | 35 - As of January 2017 coypu has been working on this. Christos often 47 - As of January 2017 nobody is known to be working on this. 59 - As of January 2017 nobody is known to be working on this. 70 - As of January 2017 nobody is known to be working on this. 86 - As of January 2017 nobody is known to be working on this.
|
| H A D | mess | 65 - dholland is working on this intermittently. 84 - As of January 2017 nobody is currently working on this. 95 - As of January 2017 nobody is currently working on this directly, 108 - As of January 2017 nobody is currently working on this directly, 134 - As of January 2017 nobody is currently working on this. 147 - As of January 2017 nobody is currently working on this. 159 - As of January 2017 nobody is currently working on this, but several 176 - As of January 2017 nobody is currently working on this. 186 - As of January 2017 nobody is currently working on this. 199 - As of January 2017 nobody is currently working on this. [all …]
|
| H A D | mobile | 56 - As of January 2017 nobody is known to be working on this. 72 - As of January 2017 nobody is known to be working on this. 87 - As of January 2017 nobody is known to be specifically working on 104 - As of January 2017 nobody is known to be specifically working on 121 there's nothing stopping working on this using older PDA/palmtop
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | getcwd-path-max.m4 | 112 If so, leave fail as 0, because the current working directory can't 214 10|11|12) gl_cv_func_getcwd_path_max='no, but it is partly working';; 226 # On older Linux+glibc it's 'no, but it is partly working', 228 # On Linux+musl libc, it's 'no, but it is partly working'. 229 # On kFreeBSD+glibc, it's 'no, but it is partly working'. 230 gl_cv_func_getcwd_path_max='guessing no, but it is partly working' ;;
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | redirect-bogus.patch | 4 +++ daemon/worker.c (working copy) 32 +++ doc/unbound.conf.5.in (working copy) 55 +++ services/mesh.c (working copy) 120 +++ util/config_file.c (working copy) 157 +++ util/config_file.h (working copy) 171 +++ util/configlexer.lex (working copy) 184 +++ util/configparser.y (working copy) 247 +++ util/data/msgencode.c (working copy) 323 +++ util/data/msgencode.h (working copy)
|
| /netbsd-src/external/gpl2/xcvs/dist/ |
| H A D | FAQ | 121 Most development starts with everyone working on the same 169 - A CVS working directory satisfies the definition of "branch" 175 collection of files in your working directory. It is *not* the 210 Remember that you can think of your working directory as a "branch for 229 whole development organization working on the files. 231 Rather than trying to share a working directory, you can move onto a 233 the branch. Developers not working on the branch won't see your work 258 "Checkout" or "update" your working directory onto the branch. 268 Suggested procedure when using your working directory, which 269 contains the revisions of your working files you want to branch from: [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BugLifeCycle.rst | 27 #. `Actively working on fixing`_ 88 .. _Actively working on fixing: 90 Actively working on fixing bugs 93 Please remember to assign the bug to yourself if you're actively working on 94 fixing it and to unassign it when you're no longer actively working on it. You
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | README | 1 Internet-Drafts (I-Ds) are working documents of the Internet 2 Engineering Task Force (IETF), its areas, its working groups, and
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | Cxx1yStatus.rst | 27 - LWG - Library working group 28 - SG1 - Study group #1 (Concurrency working group)
|
| H A D | Cxx2bStatus.rst | 25 - LWG - Library working group 26 - SG1 - Study group #1 (Concurrency working group)
|
| H A D | Cxx1zStatus.rst | 26 - LWG - Library working group 27 - SG1 - Study group #1 (Concurrency working group)
|
| H A D | Cxx2aStatus.rst | 26 - LWG - Library working group 27 - SG1 - Study group #1 (Concurrency working group)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/ |
| H A D | TODO.txt | 9 - investigate feasibility of working `gn check` 23 - plugin() template with working rpath, exports thingers
|
| /netbsd-src/external/gpl2/rcs/dist/ |
| H A D | NEWS | 36 `-zLT' causes RCS to use local time in working files and logs. 66 releasing a lock and removing the working file. 87 rcs -kb acts like rcs -ko, except it uses binary I/O on working files. 165 the old method used up to N passes through copies of the working file; 166 the new method uses a piece table to generate the working file in one pass. 168 When ci finds no changes in the working file, 174 `$' stands for the revision number taken from working file keyword strings. 180 of the working file to be that of the revision. 181 Without -M, ci now tries to avoid changing the working file's 189 The Unix default is `-x,v/', so that the working file `w' corresponds [all …]
|
| /netbsd-src/sys/arch/sparc64/doc/ |
| H A D | TODO | 17 - ldom virtual network interface (vnet) is working 19 - the sysinst tool starts, disk setup is working, network configuration is working,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/ |
| H A D | README | 10 an inspiration and starting point for those working on llvm c++ code. 16 If you find yourself working with LLVM Makefiles often, but you don't get syntax
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | history.c | 238 static short working; variable 356 if (working) in sort_order() 462 working = 1; in history() 611 if (working) in history() 694 working = 0; /* User's workdir doesn't count here */ in history() 1595 if (working) in report_hrecs() 1652 (working && /* If must match "workdir" */ in accept_hrec() 1666 if (working) in accept_hrec()
|