Searched refs:failed (Results 51 - 75 of 322) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java141 errExit(e1, "Open of account file failed");
151 errExit(e2, "Account file close failed");
176 errExit(e3, "Branch file create failed");
187 errExit(dbe4, "Close of branch file failed");
211 errExit(e5, "Teller file create failed");
222 errExit(e6, "Close of teller file failed");
238 errExit(e7, "Create of history file failed");
246 errExit(e8, "Close of history file failed");
356 int txns, failed;
369 errExit(e1, "join failed");
388 public int txns, failed; /* Number that succeeded / failed. */ field in class:TpcbExample.TxnThread
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_linux.c946 goto failed;
952 goto failed;
959 failed:
987 goto failed;
1002 goto failed;
1012 goto failed;
1023 failed:
1049 goto failed;
1054 failed:
1079 goto failed;
[all...]
H A Dwinbindd_util.c777 smb_panic("rid_to_to_talloced_sid: talloc for DOM_SID failed!\n");
798 BOOL *failed = (BOOL *)state; local
818 *failed = True;
836 *failed = True;
842 *failed = True;
848 *failed = True;
874 BOOL failed = False; local
926 tdb_traverse(idmap_tdb, convert_fn, &failed);
928 if (failed) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DPrimaryIndex.java350 boolean failed = true;
362 failed = false;
368 failed = false;
376 if (failed) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s11 / Returns 1 if update failed.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dairport.c193 printk(KERN_ERR PFX "ioremap() failed\n");
194 goto failed;
208 goto failed;
214 printk(KERN_ERR PFX "register_netdev() failed\n");
215 goto failed;
220 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c61 return "gcry_md_open failed";
65 return "gcry_md_setkey failed";
72 return "gcry_md_read failed";
112 goto failed;
125 goto failed;
136 goto failed;
147 goto failed;
152 failed:
260 goto failed;
267 failed
[all...]
H A Delgamal.c135 int failed = 0; local
146 failed |= 1;
150 failed |= 2;
157 if (failed && !nodie)
158 log_fatal ("Elgamal test key for %s %s failed\n",
159 (failed & 1)? "encrypt+decrypt":"",
160 (failed & 2)? "sign+verify":"");
161 if (failed && DBG_CIPHER)
162 log_debug ("Elgamal test key for %s %s failed\n",
163 (failed
[all...]
H A Dsha256.c404 goto failed;
415 goto failed;
424 goto failed;
429 failed:
448 goto failed;
460 goto failed;
470 goto failed;
475 failed:
H A Dsha512.c461 goto failed;
475 goto failed;
486 goto failed;
491 failed:
512 goto failed;
527 goto failed;
539 goto failed;
544 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dunzip.c109 int failed, i, opt, opt_range = 0, list_header_done = 0; local
211 failed = 0;
333 failed = 1;
376 return failed;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c94 goto failed;
100 goto failed;
118 failed:
387 goto failed;
484 goto failed;
538 goto failed;
573 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile.in256 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
269 failed=`expr $$failed + 1`; \
284 failed=`expr $$failed + 1`; \
293 if test "$$failed" -eq 0; then \
301 banner="$$failed of $$all tests failed"; \
303 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
314 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.in411 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
424 failed=`expr $$failed + 1`; \
439 failed=`expr $$failed + 1`; \
448 if test "$$failed" -eq 0; then \
456 banner="$$failed of $$all tests failed"; \
458 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
469 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c229 printf("add command failed\n");
242 printf("add command failed\n");
251 printf("del command failed\n");
261 printf("Resolver failed to find an answer\n");
534 printf("add command failed\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl153 set failed 0
158 set failed 1
163 if { $failed == 0 } {
166 puts "Regression tests failed."
370 set failed 0
373 set failed 1
374 puts "Test $test failed in process $i."
377 if { $failed == 0 } {
381 puts "Test failed: stopping"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dsuper.c451 goto failed;
461 goto failed;
475 goto failed;
485 goto failed;
487 goto failed;
493 goto failed;
500 failed:
633 goto failed;
644 goto failed;
659 goto failed;
[all...]
H A Dutil.c36 goto failed;
40 failed:
61 goto failed;
65 failed:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c434 DEBUG_API(printk("setup_key_dl_desc: failed descriptor allocation.\n"));
492 DEBUG_API(printk("setup_cipher_iv_desc: failed CBC IV descriptor allocation.\n"));
642 int failed = 0; local
664 DEBUG_API(printk("append_input_descriptors: alloc_cdesc mem2mem discard failed\n"));
677 failed = create_input_descriptors(operation, tc, &idescs, alloc_flag);
678 if (failed){
679 DEBUG_API(printk("append_input_descriptors: output descriptor setup failed\n"));
680 return failed;
770 int failed = 0; local
790 failed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Dsuper.c337 printk("SysV FS: get root inode failed\n");
343 printk("SysV FS: get root dentry failed\n");
420 failed:
429 goto failed;
435 goto failed;
466 goto failed;
474 goto failed;
479 goto failed;
484 goto failed;
493 failed
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/VMS/
H A Dbuild.com151 $ else 'ECHO' "? Test failed!"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A DMakefile.in380 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
394 failed=`expr $$failed + 1`; \
409 failed=`expr $$failed + 1`; \
426 if test "$$failed" -eq 0; then \
435 banner="$$failed of $$all $$tests failed"; \
438 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
453 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/test/afpd/
H A DMakefile.in1040 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
1053 failed=`expr $$failed + 1`; \
1068 failed=`expr $$failed + 1`; \
1077 if test "$$failed" -eq 0; then \
1085 banner="$$failed of $$all tests failed"; \
1087 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1098 if test "$$failed"
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dafs.c85 printk(KERN_ERR "AFS: mtd read failed at 0x%x: %d\n",
139 goto failed;
143 goto failed;
160 failed:
161 printk(KERN_ERR "AFS: mtd read failed at 0x%x: %d\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_namequery.c135 BOOL failed = True; local
142 failed = False;
145 if(failed) {

Completed in 299 milliseconds

1234567891011>>