Searched refs:passed (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/tools/regression/filemon/
H A DMakefile45 @echo "filemon(4) tests passed."
77 @printf "filemon(4) 32bit FreeBSD support passed.\n\n"
/freebsd-9.3-release/tools/regression/nfsmmap/test1/
H A DMakefile16 echo passed; \
/freebsd-9.3-release/tools/regression/nfsmmap/test2/
H A DMakefile16 echo passed; \
/freebsd-9.3-release/lib/libmd/
H A DMakefile213 @${ECHO} MD2 passed test
216 @${ECHO} MD4 passed test
219 @${ECHO} MD5 passed test
223 @${ECHO} RIPEMD160 passed test
227 @${ECHO} SHA-0 passed test
230 @${ECHO} SHA-1 passed test
233 @${ECHO} SHA-256 passed test
236 @${ECHO} SHA-512 passed test
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl238 my($passed) = 0;
522 $passed = ($total - $failed - $bypassed);
524 "passed" => $passed,
692 my $passed = $results{$key}{"passed"};
698 logmsg(" passed: " . $passed . "\n");
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_vnops.c124 u_long passed; local
131 passed = 0;
133 while (passed < hp->h_fn.fn_ealen) {
138 passed += sizeof(struct ea) +
141 passed);
156 u_long passed; local
164 passed = 0;
167 while (passed < hp->h_fn.fn_ealen) {
180 passed += sizeof(struct ea) +
183 passed);
193 u_long passed; local
[all...]
/freebsd-9.3-release/contrib/expat/tests/
H A Dminicheck.c150 int passed = runner->nchecks - runner->nfailures; local
151 double percentage = ((double) passed) / runner->nchecks;
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in102 echo "${name} passed when expected not to"
103 echo "# ${description}" > nist2-passed-${name}.tmp
/freebsd-9.3-release/contrib/opie/
H A DMakefile.in135 client: libopie/libopie.a libmissing/libmissing.a opietest-passed opiekey opiegen $(OPIEAUTO)
155 server: libopie/libopie.a libmissing/libmissing.a opietest-passed opielogin opiesu opiepasswd opieinfo opieftpd opieserv
271 opietest-passed: opietest
272 -./opietest && touch opietest-passed
282 -rm -f opieserv opieinfo opietest opieauto *core* opietest-passed
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_driver.c121 bool found = FALSE, passed = FALSE; local
166 passed = TRUE;
172 if (!((idx == (*item)->index) && passed))
182 item we will find it in the first attempt (passed==FALSE) and we
/freebsd-9.3-release/contrib/binutils/
H A Dylwrap54 ARGS are passed to PROG
/freebsd-9.3-release/contrib/openbsm/config/
H A Dylwrap51 ARGS are passed to PROG
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A DFILES035 the new iv values back in the passed iv vector.
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap52 ARGS are passed to PROG
/freebsd-9.3-release/contrib/ntp/
H A Dylwrap52 ARGS are passed to PROG
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dsta_info.c657 struct os_time now, passed; local
659 os_time_sub(&now, &sta->sa_query_start, &passed);
660 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S95 ! Restore %asi and %ccr from the passed tstate
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprincipal.c839 krb5_boolean passed = FALSE; local
848 passed = TRUE;
856 passed = TRUE;
872 passed = TRUE;
879 if (passed) {
/freebsd-9.3-release/tools/tools/mctest/
H A Dmctest.cc233 // @param passed ///< Arguments passed from the caller
236 void* server(void *passed) { argument
241 server_args *args = (server_args *)passed;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dp-lang.c261 distinction to be passed on to a debugger. For now, we always just
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm21 The CODE reference is passed a list of arguments and is expected to return list
27 Normaly CODE reference is passed all arguments up to next nested macro. Set
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm48 The CODE reference is passed a list of arguments and is expected to return list
54 Normaly CODE reference is passed all arguments up to next nested macro. Set
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot68 # the arguments passed.
407 # Lock sub-menu headport to the West (unless `-c' was passed)
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c776 * the entry should be purged, based on the time passed from its last
780 unsigned int passed; local
784 passed = now32 - entry->lastused; /* <= interval */
786 passed = 0;
788 if (passed > interval / 2)
791 if (passed > interval / 4)
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY344 pointer is passed to copyoutptr
593 to the same mbuf passed in as the first arg.
633 passed to skb_clone/skb_alloc
1292 change PASV as well as PORT when passed through kernel ftp proxy.
1552 change Makefile so that CC isn't passed on for FreeBSD/NetBSD (will use
1916 KFREE() passed fp (incorrect) and not fr (correct) in ip_frag.c - John Hood

Completed in 163 milliseconds

123