Searched refs:delete (Results 1 - 25 of 261) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbm.h44 extern int delete ();
46 extern int delete ();
H A Ddelete.c0 /* delete.c - Remove the key and its associated data from the database.
41 delete (key) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Davahi-autoipd.action.bsd41 ifconfig "$2" "$3"/16 delete
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dnss_winbind_syms.exp42 file delete "$srcdir/$subdir/nss_winbind_syms"
H A Dpam_winbind_syms.exp44 file delete "$srcdir/$subdir/pam_winbind_syms"
H A Dgetgrent_r.exp22 file delete [glob -nocomplain "/tmp/getgrent_r-$pid.out-*"]
H A Dlongarg.exp24 file delete "$srcdir/$subdir/$test_file" "$srcdir/$subdir/$test_file.o"
H A Dgetpwent_r.exp22 file delete [glob -nocomplain "/tmp/getpwent_r-$pid.out-*"]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx.exp36 file delete "$srcdir/$subdir/$test_prog" "$srcdir/$subdir/$test_prog.o"
61 file delete "$srcdir/$subdir/$test_file" "$srcdir/$subdir/$test_file.o"
H A Dse_access_check.exp49 file delete "$srcdir/$subdir/$test_file" "$srcdir/$subdir/$test_file.o"
H A Dsighup.exp83 file delete $name
107 file delete $name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestenc.com11 $ if f$search(test) .nes. "" then delete 'test';*
16 $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;*
17 $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;*
24 $ delete 'test'-cipher;*,'test'-clear;*
31 $ delete 'test'-cipher;*,'test'-clear;*
41 delete 'test'-'i'-cipher;*
43 delete 'test'-'i'-clear;*
49 $ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
56 $ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
61 $ delete 'tes
[all...]
H A Dtestgen.com12 $ if f$search(T+".1;*") .nes. "" then delete 'T'.1;*
13 $ if f$search(T+".2;*") .nes. "" then delete 'T'.2;*
14 $ if f$search(T+".key;*") .nes. "" then delete 'T'.key;*
H A Dtestca.com16 $ delete demoCA.dir;*
43 $ delete demoCA.dir;*
44 $ if f$search("newcert.pem") .nes. "" then delete newcert.pem;*
45 $ if f$search("newcert.pem") .nes. "" then delete newreq.pem;*
70 $ delete/nolog '_fp'
H A Dtpkcs7.com13 $ if f$search("fff.*") .nes "" then delete fff.*;*
14 $ if f$search("ff.*") .nes "" then delete ff.*;*
15 $ if f$search("f.*") .nes "" then delete f.*;*
54 $ delete f.*;*,ff.*;*,fff.*;*
H A Dtpkcs7d.com13 $ if f$search("fff.*") .nes "" then delete fff.*;*
14 $ if f$search("ff.*") .nes "" then delete ff.*;*
15 $ if f$search("f.*") .nes "" then delete f.*;*
47 $ delete f.*;*,ff.*;*,fff.*;*
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestenc.com11 $ if f$search(test) .nes. "" then delete 'test';*
16 $ if f$search(test+"-cipher") .nes. "" then delete 'test'-cipher;*
17 $ if f$search(test+"-clear") .nes. "" then delete 'test'-clear;*
24 $ delete 'test'-cipher;*,'test'-clear;*
31 $ delete 'test'-cipher;*,'test'-clear;*
41 delete 'test'-'i'-cipher;*
43 delete 'test'-'i'-clear;*
49 $ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
56 $ delete 'test'-'i'-cipher;*,'test'-'i'-clear;*
61 $ delete 'tes
[all...]
H A Dtestgen.com12 $ if f$search(T+".1;*") .nes. "" then delete 'T'.1;*
13 $ if f$search(T+".2;*") .nes. "" then delete 'T'.2;*
14 $ if f$search(T+".key;*") .nes. "" then delete 'T'.key;*
H A Dtestca.com16 $ delete demoCA.dir;*
43 $ delete demoCA.dir;*
44 $ if f$search("newcert.pem") .nes. "" then delete newcert.pem;*
45 $ if f$search("newcert.pem") .nes. "" then delete newreq.pem;*
70 $ delete/nolog '_fp'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ep93xx.c25 unsigned short *delete)
32 if (delete)
33 *delete = (comp >> 16) & 0x1f;
66 unsigned short preload, delete; local
68 ep93xx_get_swcomp(dev, &preload, &delete);
71 seq_printf(seq, "delete\t\t: %d\n", delete);
97 unsigned short delete; local
99 ep93xx_get_swcomp(dev, NULL, &delete);
101 return sprintf(buf, "%d\n", delete);
24 ep93xx_get_swcomp(struct device *dev, unsigned short *preload, unsigned short *delete) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbLock.java29 delete();
36 /* package */ synchronized void delete() { method in class:DbLock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/server/
H A Dipc.exp44 file delete test.out
H A Dxfer.exp48 file delete /tmp/file /tmp/file2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile4 curget.html curput.html cursor.html delete.html get.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest045.tcl9 # TEST Runs a number of random add/delete/retrieve operations.
18 # -delete <minimum number of keys before you disable deletes>
49 set delete $nops
66 -delete { incr i; set delete [lindex $args $i] }
111 $test_path/dbscript.tcl $method $f $nops $cursors $delete $adds \
116 $nops $cursors $delete $adds $keyavg \

Completed in 133 milliseconds

1234567891011