Home
last modified time | relevance | path

Searched refs:is_exist (Results 1 – 25 of 28) sorted by relevance

12

/dports/mail/vmailmgr/vmailmgr-0.97/daemon/
H A Dautoresponse.cc42 if(is_exist(tmpfile.c_str())) in autoresponse_write()
45 if(is_exist(disabled.c_str())) in autoresponse_write()
68 if(!is_exist(location.c_str())) in autoresponse_disable()
70 if(is_exist(disabled.c_str())) in autoresponse_disable()
80 if(is_exist(location.c_str())) in autoresponse_enable()
82 if(!is_exist(disabled.c_str())) in autoresponse_enable()
106 if(!is_exist(location.c_str()) && in autoresponse_read()
107 !is_exist(disabled.c_str())) in autoresponse_read()
133 if(is_exist(location.c_str())) in autoresponse_status()
135 else if(is_exist(disabled.c_str())) in autoresponse_status()
/dports/irc/srain/srain-1.1.0/src/lib/
H A Dlog.c56 static bool is_exist(GList *files, const char *file);
182 static bool is_exist(GList *targets, const char *file){ in is_exist() function
203 enable = enable || is_exist(cfg->error_targets, file); in is_enabled()
205 enable = enable || is_exist(cfg->warn_targets, file); in is_enabled()
207 enable = enable || is_exist(cfg->info_targets, file); in is_enabled()
209 enable = enable || is_exist(cfg->debug_targets, file); in is_enabled()
/dports/mail/vmailmgr/vmailmgr-0.97/commands/
H A Dvsetup.cc70 if(!is_exist(user_dir.c_str())) { in setup_user_dir()
88 if(is_exist(".qmail-default")) { in setup_qmail_default()
H A Dvdeliver.cc185 if(is_exist(tmpfile.c_str())) in deliver_partial()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A DmacosxCGS.c117 char is_exist = 0x1; variable
417 whist[whist_idx][win] |= is_exist; in macosxCGS_get_all_windows()
446 } else if ( !(prev & is_exist) && (curr & is_exist)) { in macosxCGS_get_all_windows()
504 if (!(curr & is_exist) && (prev & is_exist)) { in macosxCGS_get_all_windows()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dddns.py212 is_exist = False
217 is_exist = True
225 elif not is_exist:
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibusobservedpath.c310 path->is_exist = 1; in ibus_observed_path_fill_stat()
318 path->is_exist = 0; in ibus_observed_path_fill_stat()
346 if (sub->is_exist && sub->is_dir) { in ibus_observed_path_traverse()
350 } else if (sub->is_exist && !dir_only) { in ibus_observed_path_traverse()
H A Dibusobservedpath.h82 gboolean is_exist; member
H A Dibuscomponent.c661 if (access_fs && path->is_dir && path->is_exist) { in ibus_component_parse_observed_paths()
799 if (access_fs && p->is_dir && p->is_exist) { in ibus_component_add_observed_path()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/cli/tests/
H A Dtest_cp2foss.php171 $is_exist = check_file_uploadtree($test_dbh, 'src', $upload_id);
172 fwrite(STDOUT, "DEBUG: is_exist is:$is_exist\n");
173 $this->assertEquals(0, $is_exist);
/dports/mail/vmailmgr/vmailmgr-0.97/lib/misc/
H A Dstat_fns.h7 inline bool is_exist(const char* filename) in is_exist() function
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Drandart.h91 void set_unrandart_exist(int whun, char is_exist);
H A Drandart.cc670 void set_unrandart_exist(int whun, char is_exist) in set_unrandart_exist() argument
672 unrandart_exist[whun] = is_exist; in set_unrandart_exist()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/couple/
H A Dhecmw_couple_boundary_info.c389 int size, index, elem, surf, is_exist, n, i, j; in set_boundary_surf_by_surf() local
416 is_exist = HECMW_COUPLE_FALSE; in set_boundary_surf_by_surf()
420 is_exist = HECMW_COUPLE_TRUE; in set_boundary_surf_by_surf()
425 if (is_exist == HECMW_COUPLE_FALSE) { in set_boundary_surf_by_surf()
/dports/x11/apwal/apwal/src/
H A Dxmlrc.c613 gboolean is_exist; in xmlrc_resource_file_exist() local
615 is_exist = g_file_test(file, G_FILE_TEST_EXISTS); in xmlrc_resource_file_exist()
616 return is_exist; in xmlrc_resource_file_exist()
/dports/mail/nullmailer/nullmailer-2.2/src/
H A Dqueue.cc58 bool is_exist(const char* path) in is_exist() function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/huawei/
H A Dhwc_evs_disk.py376 is_exist = module.params.get('id')
381 if not is_exist:
407 if is_exist:
H A Dhwc_ecs_instance.py573 is_exist = module.params['id']
578 if not is_exist:
604 if is_exist:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dhwc_evs_disk.py376 is_exist = module.params.get('id')
381 if not is_exist:
407 if is_exist:
H A Dhwc_ecs_instance.py573 is_exist = module.params['id']
578 if not is_exist:
604 if is_exist:
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/initiator/connectors/
H A Dnvmeof.py798 is_exist = os.path.exists(device_path)
799 LOG.debug("[!] is_exist = %s", is_exist)
800 if is_exist:
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestDbHotBackup.c871 verify_dbconfig(is_exist) in verify_dbconfig() argument
872 u_int32_t is_exist; in verify_dbconfig()
885 if (is_exist == 0) {
/dports/biology/subread/subread-2.0.2-source/src/
H A Dindex-builder.c891 int is_exist = HashTableGet(rep_name_table , line_buf+1) - NULL; in check_and_convert_FastA() local
892 if(is_exist) in check_and_convert_FastA()
/dports/math/z3/z3-z3-4.8.13/examples/python/
H A Dmini_quip.py244 def is_exist(self, state): member in QReach
274 if not self.is_exist(state):
/dports/math/py-z3-solver/z3-z3-4.8.10/examples/python/
H A Dmini_quip.py244 def is_exist(self, state):
274 if not self.is_exist(state):

12