Home
last modified time | relevance | path

Searched refs:list_file (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/databases/py-carbon/carbon-1.1.8/lib/carbon/
H A Dregexlist.py12 self.list_file = None
16 def read_from(self, list_file): argument
17 self.list_file = list_file
23 if not os.path.exists(self.list_file):
28 mtime = os.path.getmtime(self.list_file)
30 log.err("Failed to get mtime of %s" % self.list_file)
38 for line in open(self.list_file):
45 log.err("Failed to parse '%s' in '%s'. Ignoring line" % (pattern, self.list_file))
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dfile.c7 struct list_file *listfilerec;
18 struct list_file *temp, *temp2; in nuke_files()
42 struct list_file *temp; in add_file_flagged()
46 temp = (struct list_file *)malloc(sizeof(struct list_file)); in add_file_flagged()
57 struct list_file * find_file(const char *filename) in find_file()
59 struct list_file *temp; in find_file()
72 struct list_file * get_files(void) in get_files()
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dbatch.c16 hb_list_t * list_file; member
92 d->list_file = hb_list_init(); in hb_batch_init()
95 hb_list_add( d->list_file, files[ii] ); in hb_batch_init()
100 if ( hb_list_count( d->list_file ) == 0 ) in hb_batch_init()
102 hb_list_close( &d->list_file ); in hb_batch_init()
117 return hb_list_count( d->list_file ); in hb_batch_title_count()
133 filename = hb_list_item( d->list_file, t - 1 ); in hb_batch_title_scan()
162 while ( ( filename = hb_list_item( d->list_file, 0 ) ) ) in hb_batch_close()
164 hb_list_rem( d->list_file, filename ); in hb_batch_close()
167 hb_list_close( &d->list_file ); in hb_batch_close()
/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dstds_export.py67 list_file.write(string)
124 def _export_raster_maps(rows, tar, list_file, new_cwd, fs): argument
133 list_file.write(string)
160 list_file.write(string)
189 list_file.write(string)
205 def _export_vector_maps(rows, tar, list_file, new_cwd, fs): argument
222 list_file.write(string)
239 def _export_raster3d_maps(rows, tar, list_file, new_cwd, fs): argument
248 list_file.write(string)
327 list_file = open(list_file_name, "w")
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dlisting.c196 static FILE *list_file; variable
553 fprintf (list_file, "\f"); in listing_page()
656 fprintf (list_file, " "); in print_lines()
685 fprintf (list_file, " "); in print_lines()
694 fprintf (list_file, " "); in print_lines()
729 fprintf (list_file, " "); in print_lines()
735 fprintf (list_file, "\n"); in print_lines()
816 fprintf (list_file, "\n"); in list_symbol_table()
1083 list_file = stdout; in listing_print()
1089 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dlisting.c196 static FILE *list_file; variable
553 fprintf (list_file, "\f"); in listing_page()
652 fprintf (list_file, " "); in print_lines()
681 fprintf (list_file, " "); in print_lines()
690 fprintf (list_file, " "); in print_lines()
725 fprintf (list_file, " "); in print_lines()
731 fprintf (list_file, "\n"); in print_lines()
812 fprintf (list_file, "\n"); in list_symbol_table()
1080 list_file = stdout; in listing_print()
1086 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dlisting.c196 static FILE *list_file; variable
553 fprintf (list_file, "\f"); in listing_page()
656 fprintf (list_file, " "); in print_lines()
685 fprintf (list_file, " "); in print_lines()
694 fprintf (list_file, " "); in print_lines()
729 fprintf (list_file, " "); in print_lines()
735 fprintf (list_file, "\n"); in print_lines()
816 fprintf (list_file, "\n"); in list_symbol_table()
1083 list_file = stdout; in listing_print()
1089 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dlisting.c196 static FILE *list_file; variable
553 fprintf (list_file, "\f"); in listing_page()
652 fprintf (list_file, " "); in print_lines()
681 fprintf (list_file, " "); in print_lines()
690 fprintf (list_file, " "); in print_lines()
725 fprintf (list_file, " "); in print_lines()
731 fprintf (list_file, "\n"); in print_lines()
811 fprintf (list_file, "\n"); in list_symbol_table()
1078 list_file = stdout; in listing_print()
1084 if (list_file != NULL) in listing_print()
[all …]
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/docs/
H A Dgenerate_modules.py50 list_file = open(file_path, 'w')
53 list_file.write('%s\n' % AUTOGEN)
54 list_file.write('%s\n' % key.title())
55 list_file.write('=' * len(key))
56 list_file.write('\n\n')
57 list_file.write('.. toctree::\n')
58 list_file.write(' :maxdepth: 2\n\n')
61 list_file.write(' %s\n' % module)
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpulib/
H A Dtest.c67 FILE *list_file; in main() local
80 list_file = fopen(argv[2], "rb"); in main()
81 fseek(list_file, 0, SEEK_END); in main()
82 size = ftell(list_file); in main()
83 fseek(list_file, 0, SEEK_SET); in main()
86 fread(list, 1, size, list_file); in main()
87 fclose(list_file); in main()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpulib/
H A Dtest.c67 FILE *list_file; in main() local
80 list_file = fopen(argv[2], "rb"); in main()
81 fseek(list_file, 0, SEEK_END); in main()
82 size = ftell(list_file); in main()
83 fseek(list_file, 0, SEEK_SET); in main()
86 fread(list, 1, size, list_file); in main()
87 fclose(list_file); in main()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dlisting.c207 static FILE *list_file; variable
728 fprintf (list_file, "\f"); in listing_page()
845 fprintf (list_file, " "); in print_lines()
869 fprintf (list_file, " "); in print_lines()
878 fprintf (list_file, " "); in print_lines()
907 fprintf (list_file, " "); in print_lines()
1352 fputs (field_name, list_file); in print_options()
1386 fprintf (list_file, in listing_general_info()
1406 list_file = stdout; in listing_print()
1412 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dlisting.c207 static FILE *list_file; variable
729 fprintf (list_file, "\f"); in listing_page()
846 fprintf (list_file, " "); in print_lines()
870 fprintf (list_file, " "); in print_lines()
879 fprintf (list_file, " "); in print_lines()
908 fprintf (list_file, " "); in print_lines()
1353 fputs (field_name, list_file); in print_options()
1387 fprintf (list_file, in listing_general_info()
1407 list_file = stdout; in listing_print()
1413 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dlisting.c207 static FILE *list_file; variable
729 fprintf (list_file, "\f"); in listing_page()
846 fprintf (list_file, " "); in print_lines()
870 fprintf (list_file, " "); in print_lines()
879 fprintf (list_file, " "); in print_lines()
908 fprintf (list_file, " "); in print_lines()
1353 fputs (field_name, list_file); in print_options()
1387 fprintf (list_file, in listing_general_info()
1407 list_file = stdout; in listing_print()
1413 if (list_file != NULL) in listing_print()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dlisting.c207 static FILE *list_file; variable
728 fprintf (list_file, "\f"); in listing_page()
845 fprintf (list_file, " "); in print_lines()
869 fprintf (list_file, " "); in print_lines()
878 fprintf (list_file, " "); in print_lines()
907 fprintf (list_file, " "); in print_lines()
1352 fputs (field_name, list_file); in print_options()
1386 fprintf (list_file, in listing_general_info()
1406 list_file = stdout; in listing_print()
1412 if (list_file != NULL) in listing_print()
[all …]
/dports/devel/binutils/binutils-2.37/gas/
H A Dlisting.c207 static FILE *list_file; variable
729 fprintf (list_file, "\f"); in listing_page()
846 fprintf (list_file, " "); in print_lines()
870 fprintf (list_file, " "); in print_lines()
879 fprintf (list_file, " "); in print_lines()
908 fprintf (list_file, " "); in print_lines()
1353 fputs (field_name, list_file); in print_options()
1387 fprintf (list_file, in listing_general_info()
1407 list_file = stdout; in listing_print()
1413 if (list_file != NULL) in listing_print()
[all …]
/dports/games/freeciv/freeciv-2.6.6/tools/
H A Ddownload.c400 struct section_file *list_file; in download_modpack_list() local
409 if (list_file == NULL) { in download_modpack_list()
421 secfile_destroy(list_file); in download_modpack_list()
430 secfile_destroy(list_file); in download_modpack_list()
450 mp_name = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
452 mpver = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
455 mplic = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
458 mp_type_str = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
461 mp_subtype = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
464 mpURL = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/tools/
H A Ddownload.c400 struct section_file *list_file; in download_modpack_list() local
409 if (list_file == NULL) { in download_modpack_list()
421 secfile_destroy(list_file); in download_modpack_list()
430 secfile_destroy(list_file); in download_modpack_list()
450 mp_name = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
452 mpver = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
455 mplic = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
458 mp_type_str = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
461 mp_subtype = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
464 mpURL = secfile_lookup_str_default(list_file, NULL, in download_modpack_list()
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-archive-setup.c106 t_uchar * list_file = 0; in arch_cmd_archive_setup() local
145 list_file = str_save (0, option->arg_string); in arch_cmd_archive_setup()
163 if (!list_file && (argc < 2)) in arch_cmd_archive_setup()
179 if (list_file) in arch_cmd_archive_setup()
183 in_fd = safe_open (list_file, O_RDONLY, 0); in arch_cmd_archive_setup()
186 wants = rel_read_table (in_fd, 1, argv[0], list_file); in arch_cmd_archive_setup()
188 wants = rel_read_table (in_fd, 2, argv[0], list_file); in arch_cmd_archive_setup()
262 lim_free (0, list_file); in arch_cmd_archive_setup()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Darchive-source.sh22 list_file="${tar_file}.list"
31 trap "status=$?; rm -rf \"$list_file\" \"$vroot_dir\"; exit \$status" 0 1 2 3 15
62 } | grep -x -v $(for sm in $submodules; do echo "-e $sm"; done) > "$list_file"
64 git ls-files > "$list_file"
71 tar -cf "$tar_file" -T "$list_file" || error "failed to create tar file"
/dports/mail/ecartis/ecartis-1.0.0/src/inc/
H A Dfile.h12 struct list_file { struct
17 struct list_file *next; argument
24 extern struct list_file *find_file(const char *filename);
25 extern struct list_file *get_files(void);
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/
H A Dyolo_format.py47 def __init__(self, name, classes, list_file, image_dir, label_dir, \ argument
61 self.list_file = list_file
84 assert os.path.exists(self.list_file), 'Path does not exists: {}'.format(self.list_file)
85 with open(self.list_file, 'r') as f:
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/dataset/
H A Dyolo_format.py47 def __init__(self, name, classes, list_file, image_dir, label_dir, \ argument
61 self.list_file = list_file
84 assert os.path.exists(self.list_file), 'Path does not exists: {}'.format(self.list_file)
85 with open(self.list_file, 'r') as f:
/dports/devel/glib20/glib-2.70.4/gobject/tests/
H A Dgenmarshal.py185 ) as list_file:
187 list_file.write(list_contents.encode("utf-8"))
188 print(list_file.name + ":", list_contents)
189 list_file.flush()
191 header_result = self.runGenmarshal(list_file.name, "--header", *args)
192 body_result = self.runGenmarshal(list_file.name, "--body", *args)
194 header_result.subs["list_path"] = list_file.name
195 body_result.subs["list_path"] = list_file.name
/dports/www/matomo/piwik/vendor/wikimedia/less.php/lib/Less/
H A DCache.php79 $list_file = Less_Cache::$cache_dir . Less_Cache::$prefix . $hash . '.list';
83 if ( file_exists( $list_file ) ) {
85 self::ListFiles( $list_file, $list, $cached_name );
94 @touch( $list_file );
113 file_put_contents( $list_file, $cache );
280 static function ListFiles( $list_file, &$list, &$css_file_name ) { argument
281 $list = explode( "\n", file_get_contents( $list_file ) );

12345678910>>...12