Searched refs:tested (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c1828 * in checking whether the program being tested can create them.
1841 static int value = 0, tested = 0; local
1842 if (tested)
1845 ++tested;
1871 static int tested = 0, value = 0; local
1872 if (!tested) {
1873 tested = 1;
1886 static int tested = 0, value = 0; local
1887 if (!tested) {
1888 tested
1901 static int tested = 0, value = 0; local
1916 static int tested = 0, value = 0; local
1928 static int tested = 0, value = 0; local
1943 static int tested = 0, value = 0; local
1958 static int tested = 0, value = 0; local
1973 static int tested = 0, value = 0; local
1988 static int tested = 0, value = 0; local
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c232 ssize_t tested; local
251 tested = len;/* Skip some bytes we already determinated. */
252 len = get_line(*b + tested, *avail - tested, nl);
254 len += tested;
H A Darchive_read_support_format_mtree.c295 ssize_t tested; local
313 tested = len;/* Skip some bytes we already determinated. */
316 len += tested;
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c66 #define PROGRAM "bsdcpio" /* Name of program being tested. */
1829 * in checking whether the program being tested can create them.
1842 static int value = 0, tested = 0; local
1843 if (tested)
1846 ++tested;
1872 static int tested = 0, value = 0; local
1873 if (!tested) {
1874 tested = 1;
1887 static int tested = 0, value = 0; local
1888 if (!tested) {
1902 static int tested = 0, value = 0; local
1917 static int tested = 0, value = 0; local
1932 static int tested = 0, value = 0; local
1947 static int tested = 0, value = 0; local
1962 static int tested = 0, value = 0; local
1977 static int tested = 0, value = 0; local
[all...]
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c66 #define PROGRAM "bsdtar" /* Name of program being tested. */
1830 * in checking whether the program being tested can create them.
1843 static int value = 0, tested = 0; local
1844 if (tested)
1847 ++tested;
1873 static int tested = 0, value = 0; local
1874 if (!tested) {
1875 tested = 1;
1888 static int tested = 0, value = 0; local
1889 if (!tested) {
1903 static int tested = 0, value = 0; local
1918 static int tested = 0, value = 0; local
1933 static int tested = 0, value = 0; local
1948 static int tested = 0, value = 0; local
1963 static int tested = 0, value = 0; local
1978 static int tested = 0, value = 0; local
[all...]
/freebsd-10.0-release/tools/regression/lib/libutil/
H A Dtest-humanize_number.c502 size_t errcnt, tested, skipped; local
519 tested = 0;
581 tested++;
586 tested, skipped);
/freebsd-10.0-release/tools/tools/editing/
H A Dfreebsd.vim27 " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9)
/freebsd-10.0-release/sys/dev/isp/
H A DHardware.txt198 reasonably enough, but I haven't tested it much. It really depends
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME72 that is being tested:
/freebsd-10.0-release/share/mk/
H A Dbsd.own.mk217 # These should be tested with `== "no"' or `!= "no"' in makefiles.
/freebsd-10.0-release/contrib/binutils/
H A DMakefile.def420 // Warning, these are not well tested.
/freebsd-10.0-release/contrib/ncurses/
H A Dconfigure1386 test -n "$verbose" && echo " tested $cf_dir" 1>&6
5078 # (tested with gcc 2.7.2 -- I don't have c89)
5100 # tested with IRIX 5.2 and 'cc'.
5199 # tested with OSF/1 V3.2 and 'cc'
5200 # tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't
5220 # tested with osr5.0.5
5234 # tested with SunOS 4.1.1 and gcc 2.7.0
5242 # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
5243 # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
5268 # tested wit
[all...]

Completed in 126 milliseconds