Searched refs:todo (Results 1 - 25 of 132) sorted by relevance

123456

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_db_migrate_test.cpp42 ATF_TEST_CASE_WITHOUT_HEAD(todo); variable
43 ATF_TEST_CASE_BODY(todo)
50 ATF_ADD_TEST_CASE(tcs, todo);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw5-rnglist-test.cc65 std::vector<node *> todo; local
66 todo.push_back (root);
67 while (!todo.empty())
69 node *curr = todo.back();
70 todo.pop_back(); /* break-here */
77 todo.push_back (curr->right);
78 todo.push_back (curr);
80 todo.push_back (curr->left);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw5-rnglist-test.cc65 std::vector<node *> todo; local
66 todo.push_back (root);
67 while (!todo.empty())
69 node *curr = todo.back();
70 todo.pop_back(); /* break-here */
77 todo.push_back (curr->right);
78 todo.push_back (curr);
80 todo.push_back (curr->left);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmemcache_proto.c118 int memcache_fwrite(VSTREAM *stream, const char *cp, ssize_t todo) argument
124 if (todo < 0)
125 msg_panic("memcache_fwrite: negative todo %ld", (long) todo);
131 msg_info("%s write: %.*s", VSTREAM_PATH(stream), (int) todo, cp);
132 if (vstream_fwrite(stream, cp, todo) != todo
141 int memcache_fread(VSTREAM *stream, VSTRING *buf, ssize_t todo) argument
147 if (todo < 0)
148 msg_panic("memcache_fread: negative todo
[all...]
H A Dsmtp_stream.c461 void smtp_fputs(const char *cp, ssize_t todo, VSTREAM *stream) argument
465 if (todo < 0)
466 msg_panic("smtp_fputs: negative todo %ld", (long) todo);
472 err = (vstream_fwrite(stream, cp, todo) != todo
486 void smtp_fwrite(const char *cp, ssize_t todo, VSTREAM *stream) argument
490 if (todo < 0)
491 msg_panic("smtp_fwrite: negative todo %ld", (long) todo);
510 smtp_fread_buf(VSTRING *vp, ssize_t todo, VSTREAM *stream) argument
[all...]
/netbsd-current/usr.sbin/iostat/
H A Diostat.c97 static int todo = 0; variable
139 #define LAYOUT_TTY (((todo & SHOW_TOTALS) \
171 #define LAYOUT_DRIVE_1 (LAYOUT_DRIVE_1_XSIZE + ((todo & SHOW_TOTALS) ? \
173 ((todo&SHOW_UPDATES)? 2*LAYOUT_DRIVE_1_INCR+2 :0)) \
175 #define LAYOUT_DRIVE_2 (((todo & SHOW_TOTALS) ? (LAYOUT_DRIVE_2_VOLUME + \
177 ((todo&SHOW_UPDATES)? 2*LAYOUT_DRIVE_2_INCR+2 : 0))\
180 #define LAYOUT_DRIVE_3 (((todo & SHOW_TOTALS) ? (LAYOUT_DRIVE_2_VOLUME + \
182 ((todo&SHOW_UPDATES)? 2*LAYOUT_DRIVE_2_INCR+1 : 0))\
224 todo |= SHOW_CPU;
227 todo
[all...]
/netbsd-current/tests/lib/libc/sys/
H A Dt_pipe.c79 ssize_t sz, todo, done; local
92 todo = 2 * 1024 * 1024;
93 REQUIRE_LIBC(f = malloc(todo), NULL);
126 printf("Expected: %#zx\n", (size_t)todo);
128 exit(done != todo);
141 /* We write exactly 'todo' bytes. The very first write(2)
145 while(todo > 0 && ((sz = write(pp[1], f, todo)) > 0))
146 todo -= sz;
/netbsd-current/sys/kern/
H A Dkern_physio.c114 size_t todo = bp->b_bufsize; local
120 KASSERT(bp->b_bcount <= todo);
125 vunmapbuf(bp, todo);
126 uvm_vsunlock(bp->b_proc->p_vmspace, bp->b_data, todo);
130 if (__predict_false(done != todo)) {
158 ps->ps_resid += todo - done;
176 size_t todo = bp->b_bufsize; local
180 KASSERT(bp->b_bcount <= todo);
182 if (done == todo)
269 size_t todo; local
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dtxtwalk.h52 const char *todo; /* What to do ... */ member in struct:lookfor
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.cc79 vec<basic_block> todo; local
84 todo.create (last_basic_block_for_fn (fun));
121 todo.quick_push (bb);
129 while (todo.length ())
131 basic_block bb = todo.pop ();
164 todo.quick_push (succ);
178 todo.release ();
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/chacha/
H A Dchacha_enc.c79 size_t todo, i; local
110 todo = sizeof(buf);
111 if (len < todo)
112 todo = len;
116 for (i = 0; i < todo; i++)
118 out += todo;
119 inp += todo;
120 len -= todo;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/chacha/
H A Dchacha_enc.c77 size_t todo, i; local
108 todo = sizeof(buf);
109 if (len < todo)
110 todo = len;
114 for (i = 0; i < todo; i++)
116 out += todo;
117 inp += todo;
118 len -= todo;
/netbsd-current/sys/arch/atari/stand/ahdilabel/
H A Dwritedtab.c45 int pid, i, j, todo; local
58 todo = ptable->nparts;
60 while (todo) {
93 todo--;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Dresolve-sw-modes.c79 vec<basic_block> todo; local
84 todo.create (last_basic_block_for_fn (fun));
121 todo.quick_push (bb);
129 while (todo.length ())
131 basic_block bb = todo.pop ();
164 todo.quick_push (succ);
178 todo.release ();
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_irq_work.c62 SIMPLEQ_HEAD(, irq_work) todo = SIMPLEQ_HEAD_INITIALIZER(todo);
68 SIMPLEQ_CONCAT(&todo, &iwc->iwc_todo);
72 SIMPLEQ_FOREACH_SAFE(iw, &todo, iw_entry, next) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c1543 } todo = { 0, }; local
1562 todo.commands = 1;
1565 todo.digest_commands = 1;
1568 todo.digest_algorithms = 1;
1571 todo.kdf_algorithms = 1;
1574 todo.random_instances = 1;
1577 todo.random_generators = 1;
1580 todo.mac_algorithms = 1;
1583 todo.cipher_commands = 1;
1586 todo
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_vertices.c729 static void free_todo(struct isl_facet_todo *todo) argument
731 while (todo) {
732 struct isl_facet_todo *next = todo->next;
734 isl_tab_free(todo->tab);
735 isl_basic_set_free(todo->bset);
736 isl_vec_free(todo->constraint);
737 free(todo);
739 todo = next;
748 struct isl_facet_todo *todo; local
759 todo
799 struct isl_facet_todo *todo; local
829 has_opposite(struct isl_facet_todo *todo, struct isl_facet_todo **list) argument
857 struct isl_facet_todo *todo; local
928 struct isl_facet_todo *todo = NULL; local
[all...]
/netbsd-current/usr.sbin/mdsetimage/
H A Dmdsetimage.c186 ssize_t todo; local
203 todo = (left_to_copy > CHUNKSIZE) ? CHUNKSIZE : left_to_copy;
204 if ((rv = read(rfd, buf, todo)) != todo) {
210 if ((rv = write(wfd, buf, todo)) != todo) {
216 left_to_copy -= todo;
/netbsd-current/external/mit/libuv/dist/src/
H A Didna.c120 unsigned todo; local
125 todo = 0;
139 todo++;
143 if (todo > 0) {
167 if (todo == 0)
180 while (todo > 0) {
260 todo--;
/netbsd-current/external/ibm-public/postfix/dist/conf/
H A Dpostfix-script308 todo="$config_directory/."
310 todo="$daemon_directory/. $meta_directory/. $todo"
312 todo="$shlib_directory/. $todo"
314 todo=`echo "$todo" | tr ' ' '\12' | sort -u`
316 find $todo ! -user root \
319 find $todo \( -perm -020 -o -perm -002 \) \
345 todo
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_enable.c77 /* qmgr_enable_transport - defer todo entries for named transport */
107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_enable.c77 /* qmgr_enable_transport - defer todo entries for named transport */
107 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
/netbsd-current/tests/lib/libc/locale/
H A Dt_io.c142 size_t todo = MIN((size_t)len, ib->buflen - ib->off); local
144 memcpy(buf, ib->buf + ib->off, todo);
145 ib->off += todo;
146 return todo;
/netbsd-current/external/bsd/unbound/dist/cachedb/
H A Dcachedb.h65 int todo; member in struct:cachedb_qstate
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp.c525 int i, todo; local
534 todo = strlen(buffer);
536 if (todo > (int)sizeof(buffer) - 3) {
541 todo = strlen(buffer);
543 while (todo > 0) {
544 i = write(pvt->fdCxn, buffer + pos, todo);
548 fwrite(buffer + pos, sizeof (char), todo, stderr);
556 todo -= i;

Completed in 239 milliseconds

123456