Home
last modified time | relevance | path

Searched refs:fsuffix (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/dynare/dynare-4.6.4/matlab/gsa/
H A Dmap_ident_.m843 fsuffix = ''; variable
845 fsuffix = '_log'; variable
847 fsuffix = '_rank'; variable
1037 save([OutputDirectoryName,'/map_cc',fsuffix,'.mat'],'gsa_')
1058 % saveas(gcf,[OutputDirectoryName,'/',fname_,'_map_cc',fsuffix])
1066 % figure('name',['Main effects cross-covariances ',fsuffix]);
1149 % saveas(gcf,[OutputDirectoryName,'/',fname_,'_map_ac',fsuffix])
1157 % figure('name',['Main effects auto-covariances ',fsuffix]);
1378 % saveas(gcf,[OutputDirectoryName,'/',fname_,'_map_if',fsuffix])
1507 % title(['Main effects all ',fsuffix],'interpreter','none')
[all …]
/dports/net/wireshark/wireshark-3.6.1/
H A Dringbuffer.c74 gchar *fsuffix; /**< Filename suffix */ member
237 rfile->name = g_strconcat(rb_data.fprefix, "_", timestr, "_", filenum, rb_data.fsuffix, NULL); in ringbuf_open_file()
239 rfile->name = g_strconcat(rb_data.fprefix, "_", filenum, "_", timestr, rb_data.fsuffix, NULL); in ringbuf_open_file()
272 rb_data.fsuffix = NULL; in ringbuf_init()
315 rb_data.fsuffix = g_strdup(pfx); in ringbuf_init()
320 rb_data.fsuffix = NULL; in ringbuf_init()
537 if (rb_data.fsuffix != NULL) { in ringbuf_free()
538 g_free(rb_data.fsuffix); in ringbuf_free()
539 rb_data.fsuffix = NULL; in ringbuf_free()
H A Deditcap.c215 gchar *fprefix, gchar *fsuffix) in fileset_get_filename_by_pattern() argument
224 abs_str = g_strconcat(fprefix, "_", filenum, "_", timestr, fsuffix, NULL); in fileset_get_filename_by_pattern()
227 abs_str = g_strconcat(fprefix, "_", filenum, fsuffix, NULL); in fileset_get_filename_by_pattern()
233 fileset_extract_prefix_suffix(const char *fname, gchar **fprefix, gchar **fsuffix) in fileset_extract_prefix_suffix() argument
260 *fsuffix = g_strdup(pfx); in fileset_extract_prefix_suffix()
265 *fsuffix = NULL; in fileset_extract_prefix_suffix()
1177 gchar *fsuffix = NULL; in main() local
1770 if (!fileset_extract_prefix_suffix(argv[ws_optind+1], &fprefix, &fsuffix)) { in main()
1775 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
1864 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dringbuffer.c74 gchar *fsuffix; /**< Filename suffix */ member
237 rfile->name = g_strconcat(rb_data.fprefix, "_", timestr, "_", filenum, rb_data.fsuffix, NULL); in ringbuf_open_file()
239 rfile->name = g_strconcat(rb_data.fprefix, "_", filenum, "_", timestr, rb_data.fsuffix, NULL); in ringbuf_open_file()
272 rb_data.fsuffix = NULL; in ringbuf_init()
315 rb_data.fsuffix = g_strdup(pfx); in ringbuf_init()
320 rb_data.fsuffix = NULL; in ringbuf_init()
537 if (rb_data.fsuffix != NULL) { in ringbuf_free()
538 g_free(rb_data.fsuffix); in ringbuf_free()
539 rb_data.fsuffix = NULL; in ringbuf_free()
H A Deditcap.c215 gchar *fprefix, gchar *fsuffix) in fileset_get_filename_by_pattern() argument
224 abs_str = g_strconcat(fprefix, "_", filenum, "_", timestr, fsuffix, NULL); in fileset_get_filename_by_pattern()
227 abs_str = g_strconcat(fprefix, "_", filenum, fsuffix, NULL); in fileset_get_filename_by_pattern()
233 fileset_extract_prefix_suffix(const char *fname, gchar **fprefix, gchar **fsuffix) in fileset_extract_prefix_suffix() argument
260 *fsuffix = g_strdup(pfx); in fileset_extract_prefix_suffix()
265 *fsuffix = NULL; in fileset_extract_prefix_suffix()
1177 gchar *fsuffix = NULL; in main() local
1770 if (!fileset_extract_prefix_suffix(argv[ws_optind+1], &fprefix, &fsuffix)) { in main()
1775 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
1864 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dringbuffer.c74 gchar *fsuffix; /**< Filename suffix */ member
237 rfile->name = g_strconcat(rb_data.fprefix, "_", timestr, "_", filenum, rb_data.fsuffix, NULL); in ringbuf_open_file()
239 rfile->name = g_strconcat(rb_data.fprefix, "_", filenum, "_", timestr, rb_data.fsuffix, NULL); in ringbuf_open_file()
272 rb_data.fsuffix = NULL; in ringbuf_init()
315 rb_data.fsuffix = g_strdup(pfx); in ringbuf_init()
320 rb_data.fsuffix = NULL; in ringbuf_init()
537 if (rb_data.fsuffix != NULL) { in ringbuf_free()
538 g_free(rb_data.fsuffix); in ringbuf_free()
539 rb_data.fsuffix = NULL; in ringbuf_free()
H A Deditcap.c215 gchar *fprefix, gchar *fsuffix) in fileset_get_filename_by_pattern() argument
224 abs_str = g_strconcat(fprefix, "_", filenum, "_", timestr, fsuffix, NULL); in fileset_get_filename_by_pattern()
227 abs_str = g_strconcat(fprefix, "_", filenum, fsuffix, NULL); in fileset_get_filename_by_pattern()
233 fileset_extract_prefix_suffix(const char *fname, gchar **fprefix, gchar **fsuffix) in fileset_extract_prefix_suffix() argument
260 *fsuffix = g_strdup(pfx); in fileset_extract_prefix_suffix()
265 *fsuffix = NULL; in fileset_extract_prefix_suffix()
1177 gchar *fsuffix = NULL; in main() local
1770 if (!fileset_extract_prefix_suffix(argv[ws_optind+1], &fprefix, &fsuffix)) { in main()
1775 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
1864 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
[all …]
/dports/net/tshark/wireshark-3.6.1/
H A Dringbuffer.c74 gchar *fsuffix; /**< Filename suffix */ member
237 rfile->name = g_strconcat(rb_data.fprefix, "_", timestr, "_", filenum, rb_data.fsuffix, NULL); in ringbuf_open_file()
239 rfile->name = g_strconcat(rb_data.fprefix, "_", filenum, "_", timestr, rb_data.fsuffix, NULL); in ringbuf_open_file()
272 rb_data.fsuffix = NULL; in ringbuf_init()
315 rb_data.fsuffix = g_strdup(pfx); in ringbuf_init()
320 rb_data.fsuffix = NULL; in ringbuf_init()
537 if (rb_data.fsuffix != NULL) { in ringbuf_free()
538 g_free(rb_data.fsuffix); in ringbuf_free()
539 rb_data.fsuffix = NULL; in ringbuf_free()
H A Deditcap.c215 gchar *fprefix, gchar *fsuffix) in fileset_get_filename_by_pattern() argument
224 abs_str = g_strconcat(fprefix, "_", filenum, "_", timestr, fsuffix, NULL); in fileset_get_filename_by_pattern()
227 abs_str = g_strconcat(fprefix, "_", filenum, fsuffix, NULL); in fileset_get_filename_by_pattern()
233 fileset_extract_prefix_suffix(const char *fname, gchar **fprefix, gchar **fsuffix) in fileset_extract_prefix_suffix() argument
260 *fsuffix = g_strdup(pfx); in fileset_extract_prefix_suffix()
265 *fsuffix = NULL; in fileset_extract_prefix_suffix()
1177 gchar *fsuffix = NULL; in main() local
1770 if (!fileset_extract_prefix_suffix(argv[ws_optind+1], &fprefix, &fsuffix)) { in main()
1775 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
1864 filename = fileset_get_filename_by_pattern(block_cnt++, rec, fprefix, fsuffix); in main()
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dqrcode.cpp271 string fsuffix = cv::format("-%05d", g_save_idx++); in liveQRCodeDetect() local
273 string fname_input = g_out_file_name + fsuffix + "_input.png"; in liveQRCodeDetect()
277 string fname = g_out_file_name + fsuffix + g_out_file_ext; in liveQRCodeDetect()
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DSimCommand.c55 …if(cmds->fsuffix[fid] && STRCHAR-strlen(str)>4) snprintf(str+strlen(str),sizeof(str)-strlen(str),"… in scmdcatfname()
160 cmds->fsuffix=NULL; in scmdssalloc()
204 free(cmds->fsuffix); in scmdssfree()
629 if(cmds->fsuffix[fid]) in scmdwritecommands()
630 fprintf(fptr,"output_file_number %s %i\n",cmds->fname[fid],cmds->fsuffix[fid]); } in scmdwritecommands()
779 newfsuffix[fid]=cmds->fsuffix[fid]; in scmdsetfnames()
800 free(cmds->fsuffix); in scmdsetfnames()
801 cmds->fsuffix=newfsuffix; in scmdsetfnames()
825 cmds->fsuffix[fid]=i; in scmdsetfsuffix()
904 cmds->fsuffix[fid]++; in scmdincfile()
H A DSimCommand.h59 int *fsuffix; // file suffix [fid] member
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dplain.asy201 string fsuffix=f+suffix;
202 if(overwrite || error(input(fsuffix,check=false))) {
212 rename(stripsuffix(outname)+suffix,fsuffix);
/dports/dns/bind911/bind-9.11.37/bin/tests/optional/
H A Dname_test.c81 dns_fixedname_t fprefix, fsuffix; in main() local
322 suffix = dns_fixedname_initname(&fsuffix); in main()
/dports/dns/bind916/bind-9.16.27/bin/tests/optional/
H A Dname_test.c86 dns_fixedname_t fprefix, fsuffix; in main() local
343 suffix = dns_fixedname_initname(&fsuffix); in main()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/optional/
H A Dname_test.c84 dns_fixedname_t fprefix, fsuffix; in main() local
341 suffix = dns_fixedname_initname(&fsuffix); in main()
/dports/dns/bind-tools/bind-9.16.27/bin/tests/optional/
H A Dname_test.c86 dns_fixedname_t fprefix, fsuffix; in main() local
343 suffix = dns_fixedname_initname(&fsuffix); in main()
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dqrcode.py176 fsuffix = '-{:05d}'.format(self.fsaveid)
178 fname_in = self.fname + fsuffix + "_input.png"
/dports/math/asymptote/asymptote-2.67/base/
H A Dplain.asy220 string fsuffix=stripdirectory(f+suffix);
221 if(overwrite || error(input(outdirectory()+fsuffix,check=false))) {
231 rename(stripsuffix(outname)+suffix,fsuffix);
/dports/x11/tint/tint2-78313502d3b26c217f5583a23ef571bc9e0edc45/packaging/
H A Dconfigure109 fsuffix = remove_prefix(remove_prefix(fname, prefix), '/')
110 … result += install(prefix, fsuffix, dest_dir, os.path.join(dest_suffix, os.path.dirname(fsuffix)))
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dsc.diff447 < defwfile = fsuffix(tmp, ".asc");
484 < { deftfile = fsuffix(tmp, suffix);
/dports/graphics/qvge/qvge-0.6.3/src/appbase/
H A DCMainWindow.cpp491 QString fsuffix; in doOpenDocument() local
492 bool found = getDocFormatFromName(normalizedName, &fdoc, &fformat, &fsuffix); in doOpenDocument()
/dports/sysutils/usermin/usermin-1.830/filemin/
H A Dfilemin-lib.pl359 ($fname,$fpath,$fsuffix) = fileparse($list[$count - 1][0]);
/dports/sysutils/webmin/webmin-1.981/filemin/
H A Dfilemin-lib.pl359 ($fname,$fpath,$fsuffix) = fileparse($list[$count - 1][0]);
/dports/textproc/bibtex2html/bibtex2html-1.99/
H A Dmain.ml379 -fsuffix give an alternate suffix for HTML files
555 | ("-fsuffix" | "-file-suffix" | "--file-suffix") :: s :: rem ->
559 | ("-suffix" | "--suffix" | "-fsuffix" | "--file-suffix" | "-file-suffix" |

12