Home
last modified time | relevance | path

Searched refs:dir_list (Results 51 – 75 of 962) sorted by relevance

12345678910>>...39

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dgen_kheaders.sh12 dir_list="
28 for d in $dir_list; do
32 all_dirs="$all_dirs $dir_list"
69 for f in $dir_list
77 for f in $dir_list;
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/plugins/scripts/
H A Dsvn_extractor.py37 dir_list = []
50 dir_list.append(old_line)
52 return file_list, dir_list, author_list
57 file_list, dir_list, author_list = self.readsvn(fuzzresult.history.content)
66 for d in dir_list:
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dgen_kheaders.sh12 dir_list="
28 for d in $dir_list; do
32 all_dirs="$all_dirs $dir_list"
69 for f in $dir_list
77 for f in $dir_list;
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dgen_kheaders.sh12 dir_list="
28 for d in $dir_list; do
32 all_dirs="$all_dirs $dir_list"
69 for f in $dir_list
77 for f in $dir_list;
/dports/games/retroarch/RetroArch-1.9.7/dingux/
H A Ddingux_utils.c321 struct string_list *dir_list = NULL; in dingux_get_base_path() local
336 dir_list = dir_list_new(DINGUX_RS90_MEDIA_PATH, in dingux_get_base_path()
339 if (dir_list) in dingux_get_base_path()
344 for (i = 0; i < dir_list->size; i++) in dingux_get_base_path()
346 const char *dir_path = dir_list->elems[i].data; in dingux_get_base_path()
347 int dir_type = dir_list->elems[i].attr.i; in dingux_get_base_path()
371 dir_list_free(dir_list); in dingux_get_base_path()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dcore_backup.c484 struct string_list *dir_list = NULL; in core_backup_list_init() local
513 dir_list = dir_list_new( in core_backup_list_init()
523 if (!dir_list) in core_backup_list_init()
526 if (dir_list->size < 1) in core_backup_list_init()
531 dir_list_sort(dir_list, true); in core_backup_list_init()
548 calloc(dir_list->size, sizeof(*entries)); in core_backup_list_init()
554 backup_list->capacity = dir_list->size; in core_backup_list_init()
557 for (i = 0; i < dir_list->size; i++) in core_backup_list_init()
566 string_list_free(dir_list); in core_backup_list_init()
571 if (dir_list) in core_backup_list_init()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/python/tests/
H A Ddirectory_extension.py55 self.dir_list = [fdb.directory]
73 print('pushed %s at %d (op=%s)' % (dir.__class__.__name__, len(self.dir_list), inst.op))
75 self.dir_list.append(dir)
82 directory = self.dir_list[self.dir_index]
90 if self.dir_list[index1] is None or self.dir_list[index2] is None:
95 …(index1, self.dir_list[index1].rawPrefix, index2, self.dir_list[index2].rawPrefix, allow_manual_pr…
96 …self.append_dir(inst, fdb.DirectoryLayer(self.dir_list[index1], self.dir_list[index2], allow_manua…
99 if not self.dir_list[self.dir_index]:
102 new_dir = self.dir_list[self.dir_index]
/dports/dns/bind911/bind-9.11.37/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c392 if (dir_list != NULL) { in process_dir()
489 if (dir_list != NULL) { in process_dir()
510 } else if (dir_list != NULL && in process_dir()
567 if (dir_list == NULL) in process_dir()
630 dlist_t *dir_list; in fs_allnodes() local
640 dir_list = NULL; in fs_allnodes()
649 if (dir_list == NULL) { in fs_allnodes()
655 ISC_LIST_INIT(*dir_list); in fs_allnodes()
699 dir_entry = ISC_LIST_HEAD(*dir_list); in fs_allnodes()
727 if (dir_list != NULL) { in fs_allnodes()
[all …]
/dports/dns/bind911/bind-9.11.37/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c369 if (dir_list != NULL) { in process_dir()
464 if (dir_list != NULL) { in process_dir()
483 } else if (dir_list != NULL && in process_dir()
534 if (dir_list == NULL) in process_dir()
587 dlist_t *dir_list; in dlz_allnodes() local
597 dir_list = NULL; in dlz_allnodes()
600 dir_list = malloc(sizeof(dlist_t)); in dlz_allnodes()
601 if (dir_list == NULL) { in dlz_allnodes()
607 DLZ_LIST_INIT(*dir_list); in dlz_allnodes()
675 if (dir_list != NULL) { in dlz_allnodes()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-vst/
H A Dobs-vst.cpp131 QStringList dir_list; in fill_out_plugins() local
134 dir_list << "/Library/Audio/Plug-Ins/VST/" in fill_out_plugins()
145 dir_list << qEnvironmentVariable("ProgramFiles") + "/Steinberg/VstPlugins/" in fill_out_plugins()
153 dir_list << qEnvironmentVariable("ProgramFiles(x86)") + "/Steinberg/VstPlugins/" in fill_out_plugins()
166 dir_list.append(vstPathEnv.split(":")); in fill_out_plugins()
171 dir_list << "/usr/lib/vst/" in fill_out_plugins()
203 for (int a = 0; a < dir_list.size(); ++a) { in fill_out_plugins()
204 QDir search_dir(dir_list[a]); in fill_out_plugins()
/dports/dns/bind-tools/bind-9.16.27/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c374 if (dir_list != NULL) { in process_dir()
471 if (dir_list != NULL) { in process_dir()
544 if (dir_list == NULL) { in process_dir()
598 dlist_t *dir_list; in dlz_allnodes() local
610 dir_list = malloc(sizeof(dlist_t)); in dlz_allnodes()
611 if (dir_list == NULL) { in dlz_allnodes()
617 DLZ_LIST_INIT(*dir_list); in dlz_allnodes()
661 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
688 if (dir_list != NULL) { in dlz_allnodes()
690 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c389 if (dir_list != NULL) { in process_dir()
486 if (dir_list != NULL) { in process_dir()
559 if (dir_list == NULL) { in process_dir()
613 dlist_t *dir_list; in dlz_allnodes() local
625 dir_list = malloc(sizeof(dlist_t)); in dlz_allnodes()
626 if (dir_list == NULL) { in dlz_allnodes()
632 DLZ_LIST_INIT(*dir_list); in dlz_allnodes()
676 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
703 if (dir_list != NULL) { in dlz_allnodes()
705 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c389 if (dir_list != NULL) { in process_dir()
486 if (dir_list != NULL) { in process_dir()
559 if (dir_list == NULL) { in process_dir()
613 dlist_t *dir_list; in dlz_allnodes() local
625 dir_list = malloc(sizeof(dlist_t)); in dlz_allnodes()
626 if (dir_list == NULL) { in dlz_allnodes()
632 DLZ_LIST_INIT(*dir_list); in dlz_allnodes()
676 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
703 if (dir_list != NULL) { in dlz_allnodes()
705 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
[all …]
/dports/dns/bind916/bind-9.16.27/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c374 if (dir_list != NULL) { in process_dir()
471 if (dir_list != NULL) { in process_dir()
544 if (dir_list == NULL) { in process_dir()
598 dlist_t *dir_list; in dlz_allnodes() local
610 dir_list = malloc(sizeof(dlist_t)); in dlz_allnodes()
611 if (dir_list == NULL) { in dlz_allnodes()
617 DLZ_LIST_INIT(*dir_list); in dlz_allnodes()
661 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
688 if (dir_list != NULL) { in dlz_allnodes()
690 dir_entry = DLZ_LIST_HEAD(*dir_list); in dlz_allnodes()
[all …]
/dports/devel/util-linux/util-linux-2.36/libblkid/src/
H A Ddevno.c74 struct dir_list **list) in add_to_dirlist()
76 struct dir_list *dp; in add_to_dirlist()
78 dp = malloc(sizeof(struct dir_list)); in add_to_dirlist()
95 static void free_dirlist(struct dir_list **list) in free_dirlist()
97 struct dir_list *dp, *next; in free_dirlist()
107 void blkid__scan_dir(char *dirname, dev_t devno, struct dir_list **list, in blkid__scan_dir()
179 struct dir_list *list = NULL, *new_list = NULL; in scandev_devno_to_devpath()
191 struct dir_list *current = list; in scandev_devno_to_devpath()
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dpath.c152 stp_list_t *dir_list; /* List of directories to scan */ in stp_generate_path() local
153 if (!(dir_list = stp_list_create())) in stp_generate_path()
155 stp_list_set_freefunc(dir_list, stp_list_node_free_data); in stp_generate_path()
156 stp_path_split(dir_list, path); in stp_generate_path()
157 return dir_list; in stp_generate_path()
172 stp_list_t *dir_list = stp_data_path(); /* List of directories to scan */ in stpi_list_files_on_data_path() local
173 stp_list_t *file_list = stp_path_search(dir_list, name); in stpi_list_files_on_data_path()
174 stp_list_destroy(dir_list); in stpi_list_files_on_data_path()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dpath.c152 stp_list_t *dir_list; /* List of directories to scan */ in stp_generate_path() local
153 if (!(dir_list = stp_list_create())) in stp_generate_path()
155 stp_list_set_freefunc(dir_list, stp_list_node_free_data); in stp_generate_path()
156 stp_path_split(dir_list, path); in stp_generate_path()
157 return dir_list; in stp_generate_path()
172 stp_list_t *dir_list = stp_data_path(); /* List of directories to scan */ in stpi_list_files_on_data_path() local
173 stp_list_t *file_list = stp_path_search(dir_list, name); in stpi_list_files_on_data_path()
174 stp_list_destroy(dir_list); in stpi_list_files_on_data_path()
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/
H A Ddevno.c75 struct dir_list **list) in add_to_dirlist()
77 struct dir_list *dp; in add_to_dirlist()
79 dp = malloc(sizeof(struct dir_list)); in add_to_dirlist()
96 static void free_dirlist(struct dir_list **list) in free_dirlist()
98 struct dir_list *dp, *next; in free_dirlist()
108 void blkid__scan_dir(char *dirname, dev_t devno, struct dir_list **list, in blkid__scan_dir()
181 struct dir_list *list = NULL, *new_list = NULL; in scandev_devno_to_devpath()
193 struct dir_list *current = list; in scandev_devno_to_devpath()
/dports/www/py-sentinelhub/sentinelhub-3.4.1/sentinelhub/
H A Dos_utils.py29 dir_list = get_content_list(folder)
30 return [f for f in dir_list if not os.path.isfile(os.path.join(folder, f))]
41 dir_list = get_content_list(folder)
42 return [f for f in dir_list if os.path.isfile(os.path.join(folder, f))]
/dports/math/libflame/libflame-5.2.0/build/
H A Dflatten-headers.py414 dir_list = args[3]
421 dir_list = dir_list.split()
425 for item in dir_list:
441 dir_list = dir_list_checked
445 echov2( " %s" % ' '.join( dir_list ) )
454 for d in dir_list:
473 for d in dir_list:
/dports/math/blis/blis-0.8.1/build/
H A Dflatten-headers.py414 dir_list = args[3]
421 dir_list = dir_list.split()
425 for item in dir_list:
441 dir_list = dir_list_checked
445 echov2( " %s" % ' '.join( dir_list ) )
454 for d in dir_list:
473 for d in dir_list:
/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dfilesystem.py17 dir_list = []
21 dir_list.append(drive_letter)
24 dir_list = [f for f in os.listdir(path) if os.path.isdir(os.path.join(path, f))]
26 dir_list = [f for f in os.listdir(path) if os.path.isdir(os.path.join(path, f))]
29 for item in dir_list:
/dports/dns/bind-tools/bind-9.16.27/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c326 dlist_t *dir_list, unsigned int basedirlen) { in process_dir() argument
355 if (dir_list != NULL) { in process_dir()
453 if (dir_list != NULL) { in process_dir()
459 ISC_LIST_APPEND(*dir_list, direntry, in process_dir()
471 } else if (dir_list != NULL && !foundHost) { in process_dir()
529 if (dir_list == NULL) { in process_dir()
589 dlist_t *dir_list; in fs_allnodes() local
599 dir_list = NULL; in fs_allnodes()
610 ISC_LIST_INIT(*dir_list); in fs_allnodes()
655 dir_entry = ISC_LIST_HEAD(*dir_list); in fs_allnodes()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c347 dlist_t *dir_list, unsigned int basedirlen) { in process_dir() argument
376 if (dir_list != NULL) { in process_dir()
474 if (dir_list != NULL) { in process_dir()
480 ISC_LIST_APPEND(*dir_list, direntry, in process_dir()
492 } else if (dir_list != NULL && !foundHost) { in process_dir()
550 if (dir_list == NULL) { in process_dir()
610 dlist_t *dir_list; in fs_allnodes() local
620 dir_list = NULL; in fs_allnodes()
631 ISC_LIST_INIT(*dir_list); in fs_allnodes()
676 dir_entry = ISC_LIST_HEAD(*dir_list); in fs_allnodes()
[all …]
/dports/dns/bind916/bind-9.16.27/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c326 dlist_t *dir_list, unsigned int basedirlen) { in process_dir() argument
355 if (dir_list != NULL) { in process_dir()
453 if (dir_list != NULL) { in process_dir()
459 ISC_LIST_APPEND(*dir_list, direntry, in process_dir()
471 } else if (dir_list != NULL && !foundHost) { in process_dir()
529 if (dir_list == NULL) { in process_dir()
589 dlist_t *dir_list; in fs_allnodes() local
599 dir_list = NULL; in fs_allnodes()
610 ISC_LIST_INIT(*dir_list); in fs_allnodes()
655 dir_entry = ISC_LIST_HEAD(*dir_list); in fs_allnodes()
[all …]

12345678910>>...39