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

123

/freebsd-10.2-release/contrib/tnftp/
H A DMakefile.am12 todo \
/freebsd-10.2-release/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-10.2-release/contrib/pjdfstest/tests/unlink/
H A D08.t14 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.t38 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
40 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
42 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
H A D10.t40 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/tools/regression/pjdfstest/tests/unlink/
H A D08.t14 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.t38 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
40 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
42 todo FreeBSD:ZFS "Removing a file protected by SF_APPEND should return EPERM."
H A D10.t40 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing a file from a directory protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/contrib/pjdfstest/tests/open/
H A D11.t30 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
32 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
34 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
36 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
/freebsd-10.2-release/contrib/pjdfstest/tests/rename/
H A D06.t33 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
35 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
50 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
52 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
H A D07.t37 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
39 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/contrib/pjdfstest/tests/rmdir/
H A D12.t17 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.t38 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
40 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
42 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
H A D10.t40 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/tools/regression/pjdfstest/tests/open/
H A D11.t30 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
32 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
34 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
36 todo FreeBSD:ZFS "When fle is protected by SF_APPEND, open(O_TRUNC) should return EPERM."
/freebsd-10.2-release/tools/regression/pjdfstest/tests/rename/
H A D06.t33 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
35 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
50 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
52 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
H A D07.t37 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
39 [ "${flag}" = "SF_APPEND" ] && todo FreeBSD:ZFS "Renaming a file protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/tools/regression/pjdfstest/tests/rmdir/
H A D12.t17 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.t38 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
40 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
42 todo FreeBSD:ZFS "Removing a directory protected by SF_APPEND should return EPERM."
H A D10.t40 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
43 todo FreeBSD:ZFS "Removing an entry from directory protected by SF_APPEND should return EPERM."
/freebsd-10.2-release/tools/regression/posixsem/
H A Dtest.h55 void todo(const char *reason);
/freebsd-10.2-release/tools/regression/posixshm/
H A Dtest.h55 void todo(const char *reason);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c130 size_t todo = MIN((size_t)len, ib->buflen - ib->off); local
132 memcpy(buf, ib->buf + ib->off, todo);
133 ib->off += todo;
134 return todo;
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dremote-sds.c554 int todo;
564 todo = min (len, max_buf_size);
575 for (i = 0; i < todo; i++)
578 sds_send (buf, 8 + todo);
582 myaddr += todo;
583 memaddr += todo;
584 len -= todo;
602 int todo;
612 todo = min (len, max_buf_size);
620 buf[6] = (int) (todo >>
550 int todo; local
598 int todo; local
[all...]
/freebsd-10.2-release/sys/fs/nandfs/
H A Dnandfs_bmap.c217 nandfs_lbn_t todo; local
220 todo = oblk - nblk;
223 __func__, node, oblk, nblk, todo));
225 error = bmap_truncate_mapping(node, oblk, todo);

Completed in 210 milliseconds

123