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

12

/freebsd-9.3-release/contrib/tnftp/
H A DMakefile.am12 todo \
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/tools/regression/posixsem/
H A Dtest.h55 void todo(const char *reason);
H A Dtest.c107 todo(const char *reason) function
/freebsd-9.3-release/tools/regression/posixshm/
H A Dtest.h55 void todo(const char *reason);
H A Dtest.c107 todo(const char *reason) function
/freebsd-9.3-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-9.3-release/usr.sbin/ntp/doc/hints/
H A DMakefile12 sun4 svr4-dell svr4_package todo vxworks.html winnt.html
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_mbuf.c79 int todo, len, done, alloc; local
85 todo = remain;
86 while (todo > 0) {
87 if (todo > MHLEN) {
102 len = min(todo, len);
106 todo -= len;
/freebsd-9.3-release/tools/regression/pjdfstest/tests/link/
H A D12.t34 todo FreeBSD:ZFS "Creating a hard link to a file protected by SF_IMMUTABLE should return EPERM."
36 todo FreeBSD:ZFS "Creating a hard link to a file protected by SF_IMMUTABLE should return EPERM."
39 todo FreeBSD:ZFS "Creating a hard link to a file protected by SF_IMMUTABLE should return EPERM."
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/tools/regression/usr.bin/make/
H A Dcommon.sh322 todo=
327 eval todo=\${TEST_${N}_TODO}
333 if [ ! -z "$fail" -o ! -z "$todo" ]; then
336 if [ ! -z "$todo" ] ; then
337 echo -n "TODO $todo; "
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c547 nltype *todo; local
555 todo = cyclep -> cnext;
557 for ( (doing = todo)&&(todo = doing -> cnext);
559 (doing = todo )&&(todo = doing -> cnext )){
716 int index, nnames, todo, i, j; local
732 for ( index = 1 , todo = nnames ; index <= ncycle ; index++ ) {
733 namesortnlp[todo++] = &cyclenl[index];
736 index = ( todo
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/truncate/
H A D08.t42 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
44 todo FreeBSD:ZFS "Truncating a file protected by SF_APPEND should return EPERM."
/freebsd-9.3-release/contrib/amd/amd/
H A Dreaddir.c456 int todo = MAX_READDIR_ENTRIES; local
477 if (nbytes > 0 && !dp->dl_eof && todo > 1) {
480 --todo;
482 todo = 0;
484 } while (todo > 0);
H A Dopts.c1078 } todo; local
1104 todo = E_File;
1111 todo = E_Dir;
1117 todo = E_Domain;
1124 todo = E_Host;
1130 todo = E_All;
1177 todo == E_File ? "/" :
1178 todo == E_Domain ? "." : "",
1180 todo == E_Dir ? "/" :
1181 todo
[all...]
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c173 int c, todo; local
181 interval = reps = todo = 0;
196 todo |= FORKSTAT;
205 todo |= INTRSTAT;
211 todo |= MEMSTAT;
228 todo |= SUMSTAT;
232 todo |= TIMESTAT;
243 todo |= ZMEMSTAT;
253 if (todo == 0)
254 todo
[all...]

Completed in 235 milliseconds

12