Searched refs:exists (Results 76 - 100 of 172) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep078.tcl196 if { [file exists $testdir/marker.db] == 0 } {
H A Dsdb002.tcl225 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dsdb003.tcl184 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dsdb004.tcl237 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dsi002.tcl157 if { [info exists pkeys_done($pkey)] == 1 } {
H A Dsi004.tcl158 if { [info exists pkeys_done($pkey)] == 1 } {
H A Dtest001.tcl219 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest003.tcl201 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dtest013.tcl236 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest014.tcl250 error_check_good key"$key"_exists [info exists dvals($key)] 1
H A Dtest016.tcl204 error_check_good key"$key"_exists [info exists dvals($key)] 1
H A Dtest036.tcl170 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest072.tcl186 error_check_bad dbc($i)_stomped [info exists dbc($i)] 1
H A Dtestutils.tcl418 # Check id if it exists.
656 while { [file exists $testdir/begin.$pid] == 0 } {
703 if { [info exists epids($p)] == 0 } {
763 if { [info exists a_keys($k)] } {
842 if { $unique == 0 || [info exists arr($s)] == 0 } {
1033 if { [info exists check_array($key) ] } {
1074 if { [info exists check_array] == 1 } {
1096 if { [info exists check_array($k)] == 0 } {
2714 if { [file exists $a] == 0 } {
2812 if { [file exists
[all...]
H A Dreputils.tcl577 if { [info exists queuedbs] } {
615 if { [info exists queuedbs($toid)] != 1 } {
680 if { [info exists queuedbs($machid)] != 1 } {
699 if { [info exists queuedbs($machid)] == 1 } {
700 error "FAIL: repladd: machid $machid already exists"
764 if { [info exists queuedbs($machid)] == 0 } {
1403 if { [info exists elections_in_progress($i)] != 0 } {
H A Drep065script.tcl57 while { [file exists $dbname] == 0 } {
61 puts "After $i seconds, no database exists."
H A Drep067.tcl188 if { [info exists timeout_ok] == 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dzip.c971 * Insert at the end. Return 1 if a mapping already exists, 0 otherwise.
1006 int cc, exists = 0; local
1033 exists++;
1039 if ( !exists ) {
1050 if ( exists ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man49 -I, --opt-include=FILE include material from `FILE' if it exists
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dzip.c971 * Insert at the end. Return 1 if a mapping already exists, 0 otherwise.
1006 int cc, exists = 0; local
1033 exists++;
1039 if ( !exists ) {
1050 if ( exists ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dbtree.t209 ok 56, exists $hash{"some key"} ;
212 ok 59, !exists $hash{"jimmy"} ;
219 ok 64, ! exists $hash{"some key"} ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat110 :: If the BATPATH exists, use it and return 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd305 $length = $_[0] if exists($_[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c711 info("'%s' %s", filename, match ? "exists" : "does not exist");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbugfix.S197 | Check for cu and nu register conflict. If one exists, this takes
246 | We have the case in which a conflict exists between the cu src or
368 | We have the case in which a conflict exists between the cu src or

Completed in 112 milliseconds

1234567