Home
last modified time | relevance | path

Searched refs:xfile (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/net/yaz/yaz-5.31.1/src/
H A Doidtoc.tcl55 puts $xfile {<row>}
59 puts $xfile {</row>}
64 puts $xfile {<row>}
68 puts $xfile {</entry>}
73 puts $xfile {</entry>}
77 puts $xfile $v
81 puts $xfile {</row>}
82 puts $xfile {<row>}
86 puts $xfile {</entry>}
88 puts $xfile {</row>}
[all …]
H A Dcsvtodiag.tcl106 puts $xfile {<thead>}
107 puts $xfile {<row>}
110 puts $xfile {</row>}
111 puts $xfile {</thead>}
112 puts $xfile {<tbody>}
122 puts $xfile {<row>}
123 puts $xfile {<entry>}
124 puts $xfile $code
126 puts $xfile $msg
128 puts $xfile {</row>}
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/libs/xdelta3/
H A Dxdelta3-main.h349 memset (xfile, 0, sizeof (*xfile)); in main_file_init()
352 xfile->file = -1; in main_file_init()
363 return xfile->file != NULL; in main_file_isopen()
366 return xfile->file != -1; in main_file_isopen()
372 return xfile->file != 0; in main_file_isopen()
388 xfile->file = NULL; in main_file_close()
391 ret = close (xfile->file); in main_file_close()
392 xfile->file = -1; in main_file_close()
402 xfile->file = 0; in main_file_close()
426 xfile->mode = mode; in main_file_open()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Doemarch.h68 } xfile; typedef
71 xfile *new_xf(int n);
75 xfile *add_xf(xfile **l);
79 xfile *new_add_xf(xfile **l, char *name, unsigned char *buf, unsigned long len,
83 void del_xf(xfile *l);
87 int load_xfile(xfile *xf, int verb);
92 void save_xfile(xfile *xf, char *sname, char *pfx, int verb);
97 xfile *oemarch_get_ifiles(xfile *files, int verb);
H A Doemarch.c194 static xfile *vise_extract(xfile **pxf, xfile *xi, char *tfilename, int verb);
195 static xfile *spyd2pld_extract(xfile **pxf, xfile *dll, int verb);
196 static xfile *spyd4cal_extract(xfile **pxf, xfile *dll, int verb);
205 static xfile *ai_extract_cab(xfile **pxf, xfile *xi, char *tname, int verb);
207 static xfile *msi_extract_cab(xfile **pxf, xfile *xi, char *tname, int verb);
208 static xfile *cab_extract(xfile **pxf, xfile *xi, char *text, int verb);
212 static xfile *edr_convert(xfile **pxf, xfile *xi, int verb);
797 xfile *add_xf(xfile **l) { in add_xf()
1255 static xfile *spyd2pld_extract(xfile **pxf, xfile *dll, int verb) { in spyd2pld_extract()
1354 static xfile *spyd4cal_extract(xfile **pxf, xfile *dll, int verb) { in spyd4cal_extract()
[all …]
/dports/mail/libmilter/sendmail-8.16.1/contrib/
H A Dre-mqueue.pl148 ($xfile = $dfile) =~ s/^d/x/;
177 if (-e "$queueB/$xfile") {
178 print "$queueb/$xfile already exists - skipping\n" if ($debug);
220 if (-e "$xfile") {
221 if (link("$xfile", "$queueB/$xfile") == 0) {
223 &syslog('err', 'link(%s, %s/%s): %s', $xfile, $queueB, $xfile, $bang);
224 print STDERR "$0: link($xfile, $queueB/$xfile): $bang\n";
246 if (-e "$xfile") {
247 if (unlink($xfile) == 0) {
249 &syslog('err', 'unlink(%s): %s', $xfile, $bang);
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/link/internal/ld/
H A Dxcoff.go422 xfile xcoffFile var
1010 xfile.addSymbol(s)
1150 xfile.loaderReloc = append(xfile.loaderReloc, ldr)
1172 xfile.loaderSymbols = append(xfile.loaderSymbols, &xcoffLoaderSymbol{
1469 xfile.xahdr.Osntext = xfile.sectNameToScnum[".text"]
1471 xfile.sectText = s
1487 xfile.xahdr.Osndata = xfile.sectNameToScnum[".data"]
1489 xfile.sectData = s
1492 xfile.xahdr.Osnbss = xfile.sectNameToScnum[".bss"]
1494 xfile.sectBss = s
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/link/internal/ld/
H A Dxcoff.go429 xfile xcoffFile var
1286 xfile.Lock()
1287 xfile.loaderReloc = append(xfile.loaderReloc, xldr)
1288 xfile.Unlock()
1595 xfile.xahdr.Osntext = xfile.sectNameToScnum[".text"]
1597 xfile.sectText = s
1613 xfile.xahdr.Osndata = xfile.sectNameToScnum[".data"]
1615 xfile.sectData = s
1618 xfile.xahdr.Osnbss = xfile.sectNameToScnum[".bss"]
1620 xfile.sectBss = s
[all …]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dtest_xliff.py512 assert len(xfile.units) == 2
517 xfile.addunit(xunit)
522 xfile.addunit(xunit)
525 newxfile.addunit(xfile.units[0])
526 newxfile.addunit(xfile.units[1])
560 assert bytes(xfile) == xlfsource
561 xfile.units[0].addnote("Test note")
562 assert bytes(xfile) == xlfsourcenote
587 assert bytes(xfile) == xlfsource
588 xfile.units[0].rich_target = ["Soubor"]
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dgphoto2-filesys.c466 *xfile = f; in lookup_folder_file()
787 while (xfile) { in recursive_fs_dump()
789 xfile = xfile->next; in recursive_fs_dump()
1566 if (xfile->normal) in gp_filesystem_get_file_impl()
1570 if (xfile->raw) in gp_filesystem_get_file_impl()
1574 if (xfile->audio) in gp_filesystem_get_file_impl()
1578 if (xfile->exif) in gp_filesystem_get_file_impl()
2138 xfile->lru_prev = xfile; in gp_filesystem_lru_update()
2249 if (xfile->raw) in gp_filesystem_set_file_noop()
2255 if (xfile->audio) in gp_filesystem_set_file_noop()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/base/
H A Dpov_err.h132 runtime_error(str), xfunction(nullptr), xfile(nullptr), xline(0), xcode(0), in Exception()
143 …ow() : runtime_error(Exception::lookup_code(err, fi, li)), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
152 …ned int li, const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
161 …d int li, const string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
171 …i, int err, const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
181 … int err, const string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
198 const char *file() const { return xfile; } in file()
248 const char *xfile; variable
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dpov_err.h121 …Exception(const char *str) throw() : runtime_error(str), xfunction(NULL), xfile(NULL), xline(0), x… in Exception()
130 …ow() : runtime_error(Exception::lookup_code(err, fi, li)), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
139 …ned int li, const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
148 …d int li, const string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
158 …i, int err, const char *str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
168 … int err, const string& str) throw() : runtime_error(str), xfunction(fn), xfile(fi), xline(li), xc… in Exception()
185 const char *file() const { return xfile; } in file()
235 const char *xfile; variable
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A Dicecast_output.c32 static char xfile[PATH_MAX]; variable
285 unlink(xfile); in init_screen()
287 unlink(xfile); in init_screen()
289 unlink(xfile); in init_screen()
291 unlink(xfile); in init_screen()
317 afd = open(xfile, O_RDONLY | O_NONBLOCK); in init_screen()
342 yuv4mpeg->fd = open(xfile, O_WRONLY); in init_screen()
468 unlink(xfile); in exit_screen()
470 unlink(xfile); in exit_screen()
472 unlink(xfile); in exit_screen()
[all …]
/dports/audio/mamba/Mamba-2.2/src/po/
H A Dmamba.pot162 #: ../libxputty/xputty/dialogs/xfile-dialog.c:60
183 #: ../libxputty/xputty/dialogs/xfile-dialog.c:328
191 #: ../libxputty/xputty/dialogs/xfile-dialog.c:62
210 #: ../libxputty/xputty/dialogs/xfile-dialog.c:300
219 #: ../libxputty/xputty/dialogs/xfile-dialog.c:353
256 #: ../libxputty/xputty/dialogs/xfile-dialog.c:196
282 #: ../libxputty/xputty/dialogs/xfile-dialog.c:331
290 #: ../libxputty/xputty/dialogs/xfile-dialog.c:334
294 #: ../libxputty/xputty/dialogs/xfile-dialog.c:64
343 #: ../libxputty/xputty/dialogs/xfile-dialog.c:309
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/likexian/gokit/xfile/
H A DREADME.md1 # GoKit - xfile
12 "github.com/likexian/gokit/xfile"
17 Visit the docs on [GoDoc](https://godoc.org/github.com/likexian/gokit/xfile)
24 exists := xfile.Exists("/data/dev/gokit/LICENSE")
35 size, err := xfile.Size("/data/dev/gokit/LICENSE")
46 err := xfile.WriteText("/tmp/not-exists-dir/LICENSE", "Copyright 2012-2019 Li Kexian\n")
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dautofaces.c35 gchar *xfile; in get_content_for_any_face() local
38 xfile = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, AUTOFACES_DIR, in get_content_for_any_face()
41 if ((xfp = claws_fopen(xfile, "rb")) == NULL) { in get_content_for_any_face()
42 g_free(xfile); in get_content_for_any_face()
48 g_free(xfile); in get_content_for_any_face()
55 g_free(xfile); in get_content_for_any_face()

12345678910>>...13