Home
last modified time | relevance | path

Searched refs:childpath (Results 1 – 25 of 128) sorted by relevance

123456

/dports/audio/ocp/ocp-0.2.90/filesel/
H A Dmodlist.c136 char *childpath = 0;
144 dirdbGetName_internalstr (dir->dirdb_ref, &childpath);
145 utf8_XdotY_name (8, 3, entry.utf8_8_dot_3, childpath);
146 utf8_XdotY_name (16, 3, entry.utf8_16_dot_3, childpath);
175 char *childpath = 0;
185 utf8_XdotY_name (8, 3, entry.utf8_8_dot_3, childpath);
186 utf8_XdotY_name (16, 3, entry.utf8_16_dot_3, childpath);
196 char *childpath = 0;
204 dirdbGetName_internalstr (file->dirdb_ref, &childpath);
205 utf8_XdotY_name (8, 3, entry.utf8_8_dot_3, childpath);
[all …]
/dports/devel/vitables/ViTables-3.0.2/vitables/h5db/
H A Dtnode_editor.py155 def move(self, childpath, dst_dbdoc, parentpath, childname): argument
170 self.h5file.move_node(childpath, newparent=parent_node,
173 self.h5file.copy_node(childpath, newparent=parent_node,
176 src_where, src_nodename = os.path.split(childpath)
H A Dtlink_editor.py137 def move(self, childpath, dst_dbdoc, parentpath, childname): argument
151 link = self.h5file.get_node(childpath)
157 src_where, src_nodename = os.path.split(childpath)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cnn_3dobj/samples/
H A Dclassify.cpp55 char childpath[512]; in listDir() local
57 memset(childpath, 0, sizeof(childpath)); in listDir()
68 sprintf(childpath, "%s/%s", path, ent->d_name); in listDir()
69 listDir(childpath,files,false); in listDir()
H A Dsphereview_data.cpp57 char childpath[512]; in listDir() local
59 memset(childpath, 0, sizeof(childpath)); in listDir()
70 sprintf(childpath, "%s/%s", path, ent->d_name); in listDir()
71 listDir(childpath,files,false); in listDir()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dmisc.h195 char *childpath; in hwloc_utils_autodetect_input_format() local
197 childpath = malloc(strlen(input) + 10); /* enough for appending /sys, /proc or /pu0 */ in hwloc_utils_autodetect_input_format()
198 if (childpath) { in hwloc_utils_autodetect_input_format()
199 snprintf(childpath, strlen(input) + 10, "%s/pu0", input); in hwloc_utils_autodetect_input_format()
200 if (stat(childpath, &childst) == 0 && S_ISREG(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
203 free(childpath); in hwloc_utils_autodetect_input_format()
206 snprintf(childpath, strlen(input) + 10, "%s/proc", input); in hwloc_utils_autodetect_input_format()
207 if (stat(childpath, &childst) == 0 && S_ISDIR(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
210 free(childpath); in hwloc_utils_autodetect_input_format()
214 free(childpath); in hwloc_utils_autodetect_input_format()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dmisc.h195 char *childpath; in hwloc_utils_autodetect_input_format() local
197 childpath = malloc(strlen(input) + 10); /* enough for appending /sys, /proc or /pu0 */ in hwloc_utils_autodetect_input_format()
198 if (childpath) { in hwloc_utils_autodetect_input_format()
199 snprintf(childpath, strlen(input) + 10, "%s/pu0", input); in hwloc_utils_autodetect_input_format()
200 if (stat(childpath, &childst) == 0 && S_ISREG(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
203 free(childpath); in hwloc_utils_autodetect_input_format()
206 snprintf(childpath, strlen(input) + 10, "%s/proc", input); in hwloc_utils_autodetect_input_format()
207 if (stat(childpath, &childst) == 0 && S_ISDIR(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
210 free(childpath); in hwloc_utils_autodetect_input_format()
214 free(childpath); in hwloc_utils_autodetect_input_format()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dmisc.h195 char *childpath; in hwloc_utils_autodetect_input_format() local
197 childpath = malloc(strlen(input) + 10); /* enough for appending /sys, /proc or /pu0 */ in hwloc_utils_autodetect_input_format()
198 if (childpath) { in hwloc_utils_autodetect_input_format()
199 snprintf(childpath, strlen(input) + 10, "%s/pu0", input); in hwloc_utils_autodetect_input_format()
200 if (stat(childpath, &childst) == 0 && S_ISREG(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
203 free(childpath); in hwloc_utils_autodetect_input_format()
206 snprintf(childpath, strlen(input) + 10, "%s/proc", input); in hwloc_utils_autodetect_input_format()
207 if (stat(childpath, &childst) == 0 && S_ISDIR(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
210 free(childpath); in hwloc_utils_autodetect_input_format()
214 free(childpath); in hwloc_utils_autodetect_input_format()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dvfs_os.c182 char childpath[256]; in FSOS_RebuildFSHash() local
183 snprintf(childpath, sizeof (childpath), "%s*", filename); in FSOS_RebuildFSHash()
184 Sys_EnumerateFiles((char*)data, childpath, FSOS_RebuildFSHash, data); in FSOS_RebuildFSHash()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dvfs_os.c182 char childpath[256]; in FSOS_RebuildFSHash() local
183 snprintf(childpath, sizeof (childpath), "%s*", filename); in FSOS_RebuildFSHash()
184 Sys_EnumerateFiles((char*)data, childpath, FSOS_RebuildFSHash, data); in FSOS_RebuildFSHash()
/dports/devel/mercurial/mercurial-6.0/hgext/convert/
H A Dsubversion.py1056 for childpath in children:
1057 childpath = childpath.replace(oroot, nroot)
1058 childpath = self.getrelpath(b"/" + childpath, pmodule)
1059 if childpath:
1081 childpath = self.getrelpath(b"/" + childpath)
1082 if childpath:
1086 childpath = self.getrelpath(b"/" + childpath)
1087 if childpath:
1106 for childpath in children:
1107 childpath = self.getrelpath(b"/" + childpath, pmodule)
[all …]
/dports/security/clamav/clamav-0.104.2/clamonacc/inotif/
H A Dhash.c621 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen) in onas_ht_rm_child() argument
624 if (!ht || !prntpath || prntlen <= 0 || !childpath || childlen <= 1) return CL_ENULLARG; in onas_ht_rm_child()
628 int idx = onas_get_dirname_idx(childpath, childlen); in onas_ht_rm_child()
637 if (CL_SUCCESS != (ret = onas_rm_listnode(hnode->childhead, &(childpath[idx])))) { in onas_ht_rm_child()
653 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen) in onas_ht_add_child() argument
655 if (!ht || !prntpath || prntlen <= 0 || !childpath || childlen <= 1) return CL_ENULLARG; in onas_ht_add_child()
659 int idx = onas_get_dirname_idx(childpath, childlen); in onas_ht_add_child()
666 return onas_add_hashnode_child(hnode, &(childpath[idx])); in onas_ht_add_child()
H A Dhash.h97 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen…
98 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen…
/dports/security/clamav-lts/clamav-0.103.5/clamonacc/inotif/
H A Dhash.c621 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen) in onas_ht_rm_child() argument
624 if (!ht || !prntpath || prntlen <= 0 || !childpath || childlen <= 1) return CL_ENULLARG; in onas_ht_rm_child()
628 int idx = onas_get_dirname_idx(childpath, childlen); in onas_ht_rm_child()
637 if (CL_SUCCESS != (ret = onas_rm_listnode(hnode->childhead, &(childpath[idx])))) { in onas_ht_rm_child()
653 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen) in onas_ht_add_child() argument
655 if (!ht || !prntpath || prntlen <= 0 || !childpath || childlen <= 1) return CL_ENULLARG; in onas_ht_add_child()
659 int idx = onas_get_dirname_idx(childpath, childlen); in onas_ht_add_child()
666 return onas_add_hashnode_child(hnode, &(childpath[idx])); in onas_ht_add_child()
H A Dhash.h97 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen…
98 …d(struct onas_ht *ht, const char *prntpath, size_t prntlen, const char *childpath, size_t childlen…
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dmisc.h195 char *childpath; in hwloc_utils_autodetect_input_format() local
197 childpath = malloc(strlen(input) + 10); /* enough for appending /sys, /proc or /pu0 */ in hwloc_utils_autodetect_input_format()
198 if (childpath) { in hwloc_utils_autodetect_input_format()
199 snprintf(childpath, strlen(input) + 10, "%s/pu0", input); in hwloc_utils_autodetect_input_format()
200 if (stat(childpath, &childst) == 0 && S_ISREG(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
203 free(childpath); in hwloc_utils_autodetect_input_format()
206 snprintf(childpath, strlen(input) + 10, "%s/proc", input); in hwloc_utils_autodetect_input_format()
207 if (stat(childpath, &childst) == 0 && S_ISDIR(childst.st_mode)) { in hwloc_utils_autodetect_input_format()
210 free(childpath); in hwloc_utils_autodetect_input_format()
214 free(childpath); in hwloc_utils_autodetect_input_format()
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dpageindex.py71 childpath = model.get_path(child)
72 test.assertEqual(childpath.get_indices(), path.get_indices() + [0])
162 childpath = treestore.get_path(child)
164 childpath, Gtk.TreePath(tuple(path) + (0,)))
168 childpath = treestore.get_path(child)
170 childpath, Gtk.TreePath(tuple(path) + (i,)))
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/test/java/org/apache/hadoop/fs/swift/
H A DTestSwiftFileSystemBasicOps.java108 Path childpath = in testRecursiveDelete() local
112 writeTextFile(fs, childpath, text, false); in testRecursiveDelete()
115 assertFalse("child entry still present " + childpath, fs.exists(childpath)); in testRecursiveDelete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc248 wstring childpath = path + childname; in DeleteAllUnder() local
253 !DeleteAllUnder(childpath)) || in DeleteAllUnder()
254 !::RemoveDirectoryW(childpath.c_str())) { in DeleteAllUnder()
259 if (!::DeleteFileW(childpath.c_str())) { in DeleteAllUnder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc248 wstring childpath = path + childname; in DeleteAllUnder() local
253 !DeleteAllUnder(childpath)) || in DeleteAllUnder()
254 !::RemoveDirectoryW(childpath.c_str())) { in DeleteAllUnder()
259 if (!::DeleteFileW(childpath.c_str())) { in DeleteAllUnder()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/generator/
H A Dlanguage.go414 func checkPrefixAndFetchRelativePath(childpath string, parentpath string) (bool, string) {
417 cp, pp := childpath, parentpath
424 pth, err := filepath.Rel(parentpath, childpath)
/dports/www/moodle310/moodle/backup/util/xml/parser/processors/
H A Dgrouped_parser_processor.class.php249 $childpath = $path . '/';
251 if (strpos($groupedpath, $childpath) === 0) {
/dports/www/moodle311/moodle/backup/util/xml/parser/processors/
H A Dgrouped_parser_processor.class.php249 $childpath = $path . '/';
251 if (strpos($groupedpath, $childpath) === 0) {
/dports/www/moodle39/moodle/backup/util/xml/parser/processors/
H A Dgrouped_parser_processor.class.php249 $childpath = $path . '/';
251 if (strpos($groupedpath, $childpath) === 0) {
/dports/deskutils/zim/zim-0.74.3/zim/newfs/
H A Dlocal.py197 childpath = self.get_childpath(path)
198 if os.path.isdir(childpath.path):
200 elif os.path.isfile(childpath.path):
203 raise FileNotFoundError(childpath)

123456