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

12

/freebsd-13-stable/contrib/tnftp/
H A DMakefile.am12 todo \
/freebsd-13-stable/contrib/pjdfstest/tests/unlink/
H A D08.t15 todo Linux "According to POSIX: EPERM - The file named by path is a directory, and either the calling process does not have appropriate privileges, or the implementation prohibits using unlink() on directories."
H A D09.t39 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
41 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
H A D10.t41 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
44 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_machdep.c55 LIN_SDT_PROBE_DEFINE0(machdep, linux_set_upcall, todo);
56 LIN_SDT_PROBE_DEFINE0(machdep, linux_mmap2, todo);
57 LIN_SDT_PROBE_DEFINE0(machdep, linux_rt_sigsuspend, todo);
58 LIN_SDT_PROBE_DEFINE0(machdep, linux_sigaltstack, todo);
59 LIN_SDT_PROBE_DEFINE0(machdep, linux_set_cloned_tls, todo);
92 LIN_SDT_PROBE0(machdep, linux_set_upcall, todo);
101 LIN_SDT_PROBE0(machdep, linux_mmap2, todo);
126 LIN_SDT_PROBE0(machdep, linux_rt_sigsuspend, todo);
135 LIN_SDT_PROBE0(machdep, linux_sigaltstack, todo);
144 LIN_SDT_PROBE0(machdep, linux_set_cloned_tls, todo);
[all...]
H A Dlinux_ptrace.c47 LIN_SDT_PROBE_DEFINE0(ptrace, linux_ptrace, todo);
54 LIN_SDT_PROBE0(ptrace, linux_ptrace, todo);
H A Dlinux_sysvec.c94 LIN_SDT_PROBE_DEFINE2(sysvec, linux_translate_traps, todo, "int", "int");
95 LIN_SDT_PROBE_DEFINE0(sysvec, linux_exec_setregs, todo);
96 LIN_SDT_PROBE_DEFINE0(sysvec, linux_copyout_auxargs, todo);
97 LIN_SDT_PROBE_DEFINE0(sysvec, linux_elf_fixup, todo);
98 LIN_SDT_PROBE_DEFINE0(sysvec, linux_rt_sigreturn, todo);
99 LIN_SDT_PROBE_DEFINE0(sysvec, linux_rt_sendsig, todo);
100 LIN_SDT_PROBE_DEFINE0(sysvec, linux_vsyscall, todo);
101 LIN_SDT_PROBE_DEFINE0(sysvec, linux_vdso_install, todo);
102 LIN_SDT_PROBE_DEFINE0(sysvec, linux_vdso_deinstall, todo);
109 LIN_SDT_PROBE2(sysvec, linux_translate_traps, todo, signa
[all...]
/freebsd-13-stable/contrib/netbsd-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;
/freebsd-13-stable/sys/opencrypto/
H A Dcriov.c390 size_t remain, todo; local
408 todo = MIN(remain, size);
409 memcpy(dst, src, todo);
410 src += todo;
411 if (todo < remain) {
412 cc->cc_offset += todo;
415 size -= todo;
427 todo = MIN(remain, size);
428 memcpy(dst, src, todo);
429 src += todo;
471 size_t remain, todo; local
[all...]
/freebsd-13-stable/contrib/pjdfstest/tests/open/
H A D11.t31 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
33 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
35 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
37 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
/freebsd-13-stable/contrib/pjdfstest/tests/rename/
H A D06.t34 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
36 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
51 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
53 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
H A D07.t38 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
40 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
/freebsd-13-stable/contrib/pjdfstest/tests/rmdir/
H A D12.t18 todo FreeBSD "According to POSIX: EEXIST or ENOTEMPTY - The path argument names a directory that is not an empty directory, or there are hard links to the directory other than dot or a single entry in dot-dot."
H A D09.t39 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
41 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
H A D10.t41 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
44 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
/freebsd-13-stable/crypto/openssl/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;
/freebsd-13-stable/tools/regression/posixsem/
H A Dtest.h57 void todo(const char *reason);
/freebsd-13-stable/contrib/unbound/cachedb/
H A Dcachedb.h65 int todo; member in struct:cachedb_qstate
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c118 size_t todo = MIN((size_t)len, ib->buflen - ib->off); local
120 memcpy(buf, ib->buf + ib->off, todo);
121 ib->off += todo;
122 return todo;
/freebsd-13-stable/usr.sbin/ntp/doc/hints/
H A DMakefile12 sun4 svr4-dell svr4_package todo vxworks.html winnt.html
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c216 unsigned done, todo; local
248 todo = num_k_bytes - done;
249 if (todo > SHA512_DIGEST_LENGTH)
250 todo = SHA512_DIGEST_LENGTH;
251 memcpy(k_bytes + done, digest, todo);
252 done += todo;
/freebsd-13-stable/sys/netipsec/
H A Dipsec_mbuf.c93 int todo, len, done, alloc; local
99 todo = remain;
100 while (todo > 0) {
101 if (todo > MHLEN) {
116 len = min(todo, len);
120 todo -= len;
/freebsd-13-stable/usr.bin/bmake/tests/
H A Dcommon.sh330 todo=
336 eval todo=\${TEST_${N}_TODO}
345 if [ ! -z "$fail" -o ! -z "$todo" -o ! -z "$skip" ]; then
351 if [ ! -z "$todo" ] ; then
352 msg="${msg}TODO ${todo}; "
/freebsd-13-stable/usr.bin/gprof/
H A Dprintgprof.c542 nltype *todo; local
550 todo = cyclep -> cnext;
552 for ( (doing = todo)&&(todo = doing -> cnext);
554 (doing = todo )&&(todo = doing -> cnext )){
708 int idx, nnames, todo, i, j; local
724 for ( idx = 1 , todo = nnames ; idx <= ncycle ; idx++ ) {
725 namesortnlp[todo++] = &cyclenl[idx];
728 idx = ( todo
[all...]
/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D00.t238 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
243 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
256 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
258 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
264 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
266 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
294 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
303 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
392 todo Linux "According to POSIX: If both owner and group are -1, the times need not be updated."
401 todo Linu
[all...]

Completed in 129 milliseconds

12