Home
last modified time | relevance | path

Searched refs:chkpath (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_ignore.c144 const char * chkpath) in sh_ignore_chk_int() argument
150 if (chkpath == NULL) in sh_ignore_chk_int()
158 if (0 == regexec(&(new->preg), chkpath, 0, NULL, 0)) in sh_ignore_chk_int()
163 if (0 == sl_strcmp(new->path, chkpath)) in sh_ignore_chk_int()
174 int sh_ignore_chk_new (const char * chkpath) in sh_ignore_chk_new() argument
176 return (sh_ignore_chk_int(sh_new_ign, chkpath)); in sh_ignore_chk_new()
179 int sh_ignore_chk_del (const char * chkpath) in sh_ignore_chk_del() argument
181 return (sh_ignore_chk_int(sh_del_ign, chkpath)); in sh_ignore_chk_del()
184 int sh_ignore_chk_mod (const char * chkpath) in sh_ignore_chk_mod() argument
186 return (sh_ignore_chk_int(sh_mod_ign, chkpath)); in sh_ignore_chk_mod()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_ignore.c144 const char * chkpath) in sh_ignore_chk_int() argument
150 if (chkpath == NULL) in sh_ignore_chk_int()
158 if (0 == regexec(&(new->preg), chkpath, 0, NULL, 0)) in sh_ignore_chk_int()
163 if (0 == sl_strcmp(new->path, chkpath)) in sh_ignore_chk_int()
174 int sh_ignore_chk_new (const char * chkpath) in sh_ignore_chk_new() argument
176 return (sh_ignore_chk_int(sh_new_ign, chkpath)); in sh_ignore_chk_new()
179 int sh_ignore_chk_del (const char * chkpath) in sh_ignore_chk_del() argument
181 return (sh_ignore_chk_int(sh_del_ign, chkpath)); in sh_ignore_chk_del()
184 int sh_ignore_chk_mod (const char * chkpath) in sh_ignore_chk_mod() argument
186 return (sh_ignore_chk_int(sh_mod_ign, chkpath)); in sh_ignore_chk_mod()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_ignore.c144 const char * chkpath) in sh_ignore_chk_int() argument
150 if (chkpath == NULL) in sh_ignore_chk_int()
158 if (0 == regexec(&(new->preg), chkpath, 0, NULL, 0)) in sh_ignore_chk_int()
163 if (0 == sl_strcmp(new->path, chkpath)) in sh_ignore_chk_int()
174 int sh_ignore_chk_new (const char * chkpath) in sh_ignore_chk_new() argument
176 return (sh_ignore_chk_int(sh_new_ign, chkpath)); in sh_ignore_chk_new()
179 int sh_ignore_chk_del (const char * chkpath) in sh_ignore_chk_del() argument
181 return (sh_ignore_chk_int(sh_del_ign, chkpath)); in sh_ignore_chk_del()
184 int sh_ignore_chk_mod (const char * chkpath) in sh_ignore_chk_mod() argument
186 return (sh_ignore_chk_int(sh_mod_ign, chkpath)); in sh_ignore_chk_mod()
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/heapy/test/
H A Dtest_Path.py30 def chkpath(self, src, dst, expect=None): member in TestCase
68 self.chkpath(co, 3, '%s.co_consts[1]')
229 self.chkpath(w, w.a, '%s.a')
230 self.chkpath(w, w.b, '%s.b')
231 self.chkpath(w, w.c, '%s.c')
232 self.chkpath(w, w.d, '%s.d')
246 self.chkpath(s, s.a, '%s.a')
247 self.chkpath(s, s.b, '%s.b')
256 self.chkpath(s, s.__slots__,
465 self.chkpath(src, dst, expect)
[all …]
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_ignore.h8 int sh_ignore_chk_del (const char * chkpath);
9 int sh_ignore_chk_new (const char * chkpath);
10 int sh_ignore_chk_mod (const char * chkpath);
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_ignore.h8 int sh_ignore_chk_del (const char * chkpath);
9 int sh_ignore_chk_new (const char * chkpath);
10 int sh_ignore_chk_mod (const char * chkpath);
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_ignore.h8 int sh_ignore_chk_del (const char * chkpath);
9 int sh_ignore_chk_new (const char * chkpath);
10 int sh_ignore_chk_mod (const char * chkpath);
/dports/net/samba412/samba-4.12.15/python/samba/tests/
H A Dsmb.py117 self.assertTrue(self.smb_conn.chkpath(subdir),
126 self.assertFalse(self.smb_conn.chkpath(path),
140 self.assertFalse(self.smb_conn.chkpath(subdir),
175 self.assertTrue(self.smb_conn.chkpath(test_dir))
179 self.assertFalse(self.smb_conn.chkpath(bad_dir))
183 self.assertFalse(self.smb_conn.chkpath(test_file))
188 self.assertTrue(self.smb_conn.chkpath(new_dir))
190 self.assertFalse(self.smb_conn.chkpath(new_dir))
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core-utils/lumina-config/pages/
H A Dpage_autostart.cpp131 QString chkpath = LOS::AppPrefix() + "bin"; in addsessionstartbin() local
132 if(!QFile::exists(chkpath)){ chkpath = QDir::homePath(); } in addsessionstartbin()
133 …QString bin = QFileDialog::getOpenFileName(this, tr("Select Binary"), chkpath, tr("Application Bin… in addsessionstartbin()
149 QString chkpath = QDir::homePath(); in addsessionstartfile() local
150 …QString bin = QFileDialog::getOpenFileName(this, tr("Select File"), chkpath, tr("All Files (*)") ); in addsessionstartfile()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DBank.cpp371 string chkpath; in checkbank() local
394 if (!isRegularFile(chkpath)) in checkbank()
410 chkpath = bankdirname + "/" + candidate; in checkbank()
411 if (!isRegularFile(chkpath)) in checkbank()
449 string exten = file::findExtension(chkpath); in checkbank()
471 string chkpath; in loadbank() local
489 chkpath = bankdirname + candidate; in loadbank()
490 if (!isRegularFile(chkpath)) in loadbank()
493 string exten = file::findExtension(chkpath); in loadbank()
1044 string chkpath = chkdir + *it_b; in isValidBank() local
[all …]
H A DFileMgrFuncs.h136 inline size_t isRegularFile(const string& chkpath) in isRegularFile() argument
139 if (!stat(chkpath.c_str(), &st)) in isRegularFile()
146 inline bool isDirectory(const string& chkpath) in isDirectory() argument
149 if (!stat(chkpath.c_str(), &st)) in isDirectory()
/dports/security/clamav-lts/clamav-0.103.5/clamdscan/
H A Dproto.c237 static int chkpath(const char *path) in chkpath() function
270 return chkpath(path); in ftw_chkpath()
285 if (1 == chkpath(filename)) { in dsresult()
453 if (chkpath(path)) { in serial_callback()
643 if (chkpath(filename)) { in parallel_callback()
/dports/security/clamav/clamav-0.104.2/clamdscan/
H A Dproto.c239 static int chkpath(const char *path) in chkpath() function
268 return chkpath(path); in ftw_chkpath()
283 if (1 == chkpath(filename)) { in dsresult()
451 if (chkpath(path)) { in serial_callback()
641 if (chkpath(filename)) { in parallel_callback()
/dports/net/samba412/samba-4.12.15/selftest/
H A Dquick11 base.chkpath
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/posix/
H A Dvfs_posix.c250 status = pvfs_resolve_name(pvfs, req, cp->chkpath.in.path, 0, &name); in pvfs_chkpath()
307 ops.chkpath = pvfs_chkpath; in ntvfs_posix_init()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.c1517 chkpath[STR_BUF_SZ]; in util_mkdir() local
1624 (void) sprintf(chkpath, "%s%s[%s]", in util_mkdir()
1630 if (!util_ckmkdir(chkpath, mode)) { in util_mkdir()
1637 (void) sprintf(chkpath, "%s%s[000000]", in util_mkdir()
1641 if (!util_ckmkdir(chkpath, mode)) { in util_mkdir()
1646 (void) chmod(chkpath, mode); in util_mkdir()
1649 (void) sprintf(chkpath, "%s%s[%s]", in util_mkdir()
1653 if (!util_ckmkdir(chkpath, mode)) { in util_mkdir()
1658 (void) chmod(chkpath, mode); in util_mkdir()
/dports/net/samba412/samba-4.12.15/source4/torture/raw/
H A Dchkpath.c66 io.chkpath.in.path = path; in test_path_ex()
126 io.chkpath.in.path = BASEDIR; in test_chkpath()
331 io.chkpath.in.path = path; in test_chkpath_names()

123