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

123456

/macosx-10.10.1/Security-57031.1.35/Security/regressions/test/
H A Dtest-00-test.c15 todo("ok 0 is supposed to fail");
38 todo("isnt bad is supposed to fail");
43 todo("cmp_ok bad is supposed to fail");
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/test/
H A D00testtest.c11 todo("ok 0 is supposed to fail");
33 todo("isnt bad is supposed to fail");
38 todo("cmp_ok bad is supposed to fail");
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmemcache_proto.c111 int memcache_fwrite(VSTREAM *stream, const char *cp, ssize_t todo) argument
117 if (todo < 0)
118 msg_panic("memcache_fwrite: negative todo %ld", (long) todo);
124 msg_info("%s write: %.*s", VSTREAM_PATH(stream), (int) todo, cp);
125 if (vstream_fwrite(stream, cp, todo) != todo
134 int memcache_fread(VSTREAM *stream, VSTRING *buf, ssize_t todo) argument
140 if (todo < 0)
141 msg_panic("memcache_fread: negative todo
[all...]
H A Dsmtp_stream.c383 void smtp_fputs(const char *cp, ssize_t todo, VSTREAM *stream) argument
387 if (todo < 0)
388 msg_panic("smtp_fputs: negative todo %ld", (long) todo);
394 err = (vstream_fwrite(stream, cp, todo) != todo
408 void smtp_fwrite(const char *cp, ssize_t todo, VSTREAM *stream) argument
412 if (todo < 0)
413 msg_panic("smtp_fwrite: negative todo %ld", (long) todo);
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dechistory.el38 (let (todo)
42 (setq todo (read (current-buffer)))
44 (if todo (throw 'electric-history-quit (list noconfirm todo)))))))
111 (todo))
113 (setq todo
135 (if (consp todo)
137 (if (car todo)
138 (apply (car (car (cdr todo))) (cdr (car (cdr todo))))
[all...]
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostfix-script244 todo="$config_directory $queue_directory $queue_directory/pid"
245 test -n "$check_shared_files" && todo="$daemon_directory $todo"
247 for dir in $todo
257 todo="$config_directory/*"
258 test -n "$check_shared_files" && todo="$daemon_directory/* $todo"
260 find $todo ! -user root \
263 todo="$config_directory/."
264 test -n "$check_shared_files" && todo
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c249 size_t todo = state->bytes; local
254 write(state->control[1], &todo, sizeof(todo));
255 for (done = 0; done < todo; done += n) {
324 size_t todo, n, done; local
328 read(controlfd, &todo, sizeof(todo));
329 for (done = 0; done < todo; done += n) {
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dyamlparser47 my @todo = ($self->{data});
49 while (@todo) {
50 my $ref = shift @todo;
53 push @todo, $ref->{$_};
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/ut/
H A Dut-01-devrandom.cpp13 todo("writing to read only rnd succeeeds unexpectedly.");
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_physio.c91 int error, i, buf_allocated, todo, iosize; local
177 todo = buf_count(bp);
186 (user_size_t)todo);
204 (user_size_t)todo,
218 if (error || done < todo)
/macosx-10.10.1/zsh-61/zsh/Completion/Unix/Command/
H A D_todo.sh1 #compdef todo.sh
3 # See http://todotxt.com for todo.sh.
40 "add:add TODO ITEM to todo.txt."
41 "addm:add TODO ITEMs, one per line, to todo.txt."
44 "archive:moves done items from todo.txt to done.txt."
46 "del:deletes the item on line NUMBER in todo.txt."
48 "do:marks item on line NUMBER as done in todo.txt."
50 "list:displays all todo items containing TERM(s), sorted by priority."
53 "listfile:display all files in .todo directory"
59 "remdup:remove exact duplicates from todo
[all...]
/macosx-10.10.1/vim-55/src/
H A Dhashtab.c98 long todo; local
101 todo = (long)ht->ht_used;
102 for (hi = ht->ht_array; todo > 0; ++hi)
107 --todo;
346 int todo; local
442 todo = (int)ht->ht_used;
443 for (olditem = oldarray; todo > 0; ++olditem)
463 --todo;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DResults.pm52 (including todo and skips)
54 todo number of todo tests seen
55 bonus number of todo tests which
73 type => 'skip' or 'todo' (if any)
156 sub inc_todo { my $self = shift; $self->{todo}++ }
157 sub todo { subroutine
159 return $self->{todo} || 0;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-12-status.c30 todo("<rdar://problem/2668794> KeychainImpl::status() returns "
47 todo("<rdar://problem/2668794> KeychainImpl::status() returns "
60 todo("<rdar://problem/2668794> KeychainImpl::status() returns "
H A Dkc-11-unlock-referral.c42 todo("<rdar://problem/4066169> Unlocking a source "
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtodo-mode.el0 ;;; todo-mode.el --- major mode for editing TODO list files
9 ;; Keywords: calendar, todo
39 ;; so that the list of todo-items will show up in the FANCY diary
43 ;; function `todo-show' which will change to the one specific
44 ;; TODO file that has been specified in the todo-file-do
46 ;; conventions, the todo-show function will add the appropriate
55 ;; (autoload 'todo-mode "todo-mode"
57 ;; (autoload 'todo-show "todo
266 (defgroup todo nil function
[all...]
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_enable.c75 /* qmgr_enable_transport - defer todo entries for named transport */
105 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
H A Dqmgr_entry.c32 /* message, and appends the entry to the queue's todo list.
40 /* of the site's `todo' list (i.e. queue entries awaiting selection
55 /* per-site queue's `todo' list for actual delivery. The entry is
61 /* `todo' list.
63 /* qmgr_entry_move_todo() moves the specified "todo" queue entry
64 /* to the specified "todo" queue.
107 if ((entry = queue->todo.prev) != 0) {
108 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry);
174 QMGR_LIST_APPEND(queue->todo, entry);
178 /* qmgr_entry_move_todo - move entry between todo queue
[all...]
H A Dqmgr_queue.c39 /* Each queue has a `todo' list of delivery requests for that
61 /* non-empty `todo' list.
154 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
192 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
362 if (queue->window > queue->busy_refcount && queue->todo.next != 0) {
386 if (queue->todo.next || queue->busy.next)
428 QMGR_LIST_INIT(queue->todo);
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_enable.c75 /* qmgr_enable_transport - defer todo entries for named transport */
105 if (QMGR_QUEUE_READY(queue) && queue->todo.next == 0 && queue->busy.next == 0)
H A Dqmgr_entry.c32 /* and appends the entry to the peer's list and its queue's todo list.
40 /* of the site's `todo' list (i.e. queue entries awaiting selection
58 /* per-site queue's `todo' list for actual delivery. The entry is
64 /* `todo' list. The entry is also prepended to its peer list again.
66 /* qmgr_entry_move_todo() moves the specified "todo" queue entry
67 /* to the specified "todo" queue.
118 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry, queue_peers);
188 * Move the entry back to the todo lists. In case of the peer list, put
195 QMGR_LIST_APPEND(queue->todo, entry, queue_peers);
201 /* qmgr_entry_move_todo - move entry between todo queue
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c730 int todo; /* number of entries to process */ member in struct:DICT_CACHE_SREQ
773 if (cp->todo < 1)
774 msg_panic("make_tagged_key: bad todo count: %d", cp->todo);
777 cp->todo - cp->done - 1 : cp->done, cp->suffix);
797 cp->todo = 0;
822 cp->todo = 0;
840 int todo; local
851 todo = 0;
853 if (cp->done < cp->todo) {
1008 char *todo = (argv->argc > 2 ? argv->argv[2] : "1"); /* XXX */ local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dexpand.c265 int path_generate(Shell_t *shp,struct argnod *todo, struct argnod **arghead) argument
267 assume todo!=0;
281 todo->argchn.ap = 0;
283 apin = ap = todo;
284 todo = ap->argchn.ap;
385 if(todo)
432 /* generate each pattern and put on the todo list */
455 ap->argchn.ap = todo;
459 todo = ap = (struct argnod*)stakfreeze(1);
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c184 int todo; member in struct:archive_write_disk
385 a->todo = TODO_MODE_BASE;
387 a->todo |= TODO_MODE_FORCE; /* Be pushy about permissions. */
403 a->todo |= TODO_SGID | TODO_SGID_CHECK;
409 a->todo |= TODO_SUID | TODO_SUID_CHECK;
422 a->todo |= TODO_OWNER;
425 a->todo |= TODO_TIMES;
427 a->todo |= TODO_ACLS;
429 a->todo |= TODO_XATTR;
431 a->todo |
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dfts.c47 FTSENT* todo; /* todo list */ \
685 * order fts->todo if fts->comparf != 0
697 for (f = fts->todo; f; f = f->fts_link)
700 fts->todo = top;
804 fts->todo = toplist(fts, v);
807 fts->todo = toplist(fts, pathnames);
809 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo
[all...]

Completed in 271 milliseconds

123456