Home
last modified time | relevance | path

Searched refs:fname (Results 76 – 100 of 31800) sorted by relevance

12345678910>>...1272

/dports/games/avp/avp-20170505/src/win95/
H A Ddebuglog.cpp28 fname = 0; in LogFile()
48 if (fname) delete[] fname; in ~LogFile()
55 if (fname) delete[] fname; in operator =()
56 if (l.fname) in operator =()
58 fname = new char[strlen(l.fname)+1]; in operator =()
59 strcpy(fname,l.fname); in operator =()
62 fname = 0; in operator =()
74 if (l.fname) in LogFile()
76 fname = new char[strlen(l.fname)+1]; in LogFile()
77 strcpy(fname,l.fname); in LogFile()
[all …]
/dports/devel/liboil/liboil-0.3.17/liboil/arm/
H A Dmath_vfp_asm.S44 #define UNROLL_F32_TEMPLATE(fname,finst) \ argument
45 .global vfp_ ## fname ## ; \
46 vfp_ ## fname ## : \
49 beq vfp_ ## fname ## _unroll; /* if ip == 0 goto prep_loop2 */ \
50 vfp_ ## fname ## _loop1: \
56 bne vfp_ ## fname ## _loop1; \
75 #define UNROLL_F64_TEMPLATE(fname,finst) \ argument
132 #define UNROLL_F32_TEMPLATE(fname,finst) \ argument
162 #define UNROLL_F64_TEMPLATE(fname,finst) \ argument
211 #define UNROLL_F32_TEMPLATE(fname,finst) \ argument
[all …]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dprojstore.py139 realfname = fname
148 if not fname:
150 if not fname:
153 fname = self._fix_type_filename(ftype, fname)
155 if not fname:
166 return afile, fname
191 if self._files[fname] and hasattr(self._files[fname], "close"):
228 rfname = fname
250 if fname == realfname or self._files[fname] == realfname:
251 return fname
[all …]
H A Dbundleprojstore.py41 if fname and os.path.isfile(fname):
79 if fname and fname in self.zip.namelist():
84 afile, fname = super().append_file(afile, fname, ftype)
93 return self.get_file(fname), fname
125 if fname in self._files or fname in self.zip.namelist():
154 if fname:
190 newzip.writestr(fname, self.get_file(fname).read())
193 if fname in project_files or fname == "project.xtp":
195 newzip.writestr(fname, self.zip.read(fname))
277 if fname in fnames or fname == "project.xtp":
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/record/compiler/
H A DJType.java94 cb.append("return "+fname+";\n"); in genGetSet()
96 cb.append("public void set"+toCamelCase(fname)+"(final "+name+" "+fname+") {\n"); in genGetSet()
97 cb.append("this."+fname+"="+fname+";\n"); in genGetSet()
119 "("+fname+",\""+tag+"\");\n"); in genWriteMethod()
124 cb.append(name+" "+fname+";\n"); in genReadMethod()
132 fname+"<"+other+")?-1:1);\n"); in genCompareTo()
148 cb.append("this."+fname+" = "+fname+";\n"); in genConstructorSet()
152 cb.append(Consts.RIO_PREFIX + "other."+fname+" = this."+fname+";\n"); in genClone()
164 cb.append(name+" "+fname+";\n"); in genDecl()
174 cb.append("return "+fname+";\n"); in genGetSet()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/record/compiler/
H A DJType.java102 cb.append("return "+fname+";\n"); in genGetSet()
104 cb.append("public void set"+toCamelCase(fname)+"(final "+name+" "+fname+") {\n"); in genGetSet()
105 cb.append("this."+fname+"="+fname+";\n"); in genGetSet()
127 "("+fname+",\""+tag+"\");\n"); in genWriteMethod()
132 cb.append(name+" "+fname+";\n"); in genReadMethod()
140 fname+"<"+other+")?-1:1);\n"); in genCompareTo()
156 cb.append("this."+fname+" = "+fname+";\n"); in genConstructorSet()
160 cb.append(Consts.RIO_PREFIX + "other."+fname+" = this."+fname+";\n"); in genClone()
172 cb.append(name+" "+fname+";\n"); in genDecl()
182 cb.append("return "+fname+";\n"); in genGetSet()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_compress.c107 ll = strlen(fname) ; in COMPRESS_has_suffix()
123 if( fname == NULL || fname[0] == '\0' ) return COMPRESS_NOFILE ; in COMPRESS_filecode()
215 if( fname == NULL || fname[0] == '\0' ) return NULL ; in COMPRESS_filename()
242 if( fname == NULL || fname[0] == '\0' ) return NULL ; in COMPRESS_add_suffix()
247 strcpy(buf,fname) ; in COMPRESS_add_suffix()
267 if( fname == NULL || fname[0] == '\0' ) return NULL ; in COMPRESS_fopen_read()
286 buf = fname ; in COMPRESS_fopen_read()
289 buf = fname ; in COMPRESS_fopen_read()
316 if( fname == NULL || fname[0] == '\0' ) return NULL ; in COMPRESS_fopen_write()
334 buf = fname ; in COMPRESS_fopen_write()
[all …]
H A Dmri_write.c20 if( fname == NULL || *fname == '\0' ) return NULL ; /* bad input */ in fopen_maybe()
28 tlen = strlen(fname); in fopen_maybe()
30 tname = strdup(fname); in fopen_maybe()
32 } else tname = fname; in fopen_maybe()
85 if( im == NULL || fname == NULL || *fname == '\0' ) RETURN(0) ; in mri_write()
225 if( im == NULL || fname == NULL || *fname == '\0' ) RETURN( 0 ); in mri_write_pnm()
297 if( fname == NULL || *fname == '\0' ) fname = "-" ; /* to stdout */ in mri_write_ascii()
383 if( im == NULL || fname == NULL || fname[0] == '\0' ) RETURN( 0 ); in mri_write_raw()
414 if( fname == NULL || *fname == '\0' || im == NULL ) RETURN(0) ; in mri_write_jpg()
481 if( fname == NULL || *fname == '\0' || im == NULL ) RETURN(0) ; in mri_write_png()
[all …]
/dports/science/py-spglib/spglib-1.16.2/python/test/
H A Dtest_spglib.py75 cell = read_vasp(fname)
77 if 'distorted' in fname:
116 cell = read_vasp(fname)
117 if 'distorted' in fname:
138 cell = read_vasp(fname)
139 if 'distorted' in fname:
158 cell = read_vasp(fname)
159 if 'distorted' in fname:
174 cell = read_vasp(fname)
189 if ('cubic' in fname or
[all …]
/dports/science/spglib/spglib-1.16.2/python/test/
H A Dtest_spglib.py75 cell = read_vasp(fname)
77 if 'distorted' in fname:
116 cell = read_vasp(fname)
117 if 'distorted' in fname:
138 cell = read_vasp(fname)
139 if 'distorted' in fname:
158 cell = read_vasp(fname)
159 if 'distorted' in fname:
174 cell = read_vasp(fname)
189 if ('cubic' in fname or
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/affile/tests/
H A Dtest_file_opener.c93 gchar fname[] = "test.log"; in Test() local
95 …cr_assert(open_regular_source_file(fname, DST_FILE, &fd), "file_opener_open_fd failed: %s", fname); in Test()
100 …cr_assert(open_regular_source_file(fname, SRC_FILE, &fd), "file_opener_open_fd failed: %s", fname); in Test()
105 remove(fname); in Test()
111 gchar fname[] = "test.pipe"; in Test() local
113 cr_assert(open_named_pipe(fname, SRC_FILE, &fd), "failed to open %s", fname); in Test()
117 remove(fname); in Test()
126 fname); in Test()
139 remove(fname); in Test()
146 gchar fname[] = "test_flags.log"; in Test() local
[all …]
/dports/sysutils/libcdio/libcdio-2.1.0/test/
H A Dcheck_iso.sh18 fname=copying
21 test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
25 opts="--ignore --image ${srcdir}/data/${fname}.iso --extract $fname "
31 fname=copying-rr
33 right_file=${fname}-mingw.right
35 right_file=${fname}.right
50 fname=joliet
52 test_iso_info "$opts" ${fname}-nojoliet.dump ${srcdir}/${fname}.right
62 for fname in malformed malformed2; do
64 test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
[all …]
H A Dcheck_iso.sh.in18 fname=copying
21 test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
25 opts="--ignore --image ${srcdir}/data/${fname}.iso --extract $fname "
31 fname=copying-rr
33 right_file=${fname}-mingw.right
35 right_file=${fname}.right
50 fname=joliet
52 test_iso_info "$opts" ${fname}-nojoliet.dump ${srcdir}/${fname}.right
62 for fname in malformed malformed2; do
64 test_iso_info "$opts" ${fname}.dump ${srcdir}/${fname}.right
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/base/
H A Dpath.lua163 function path.isasmfile(fname)
167 function path.iscfile(fname)
173 function path.iscppfile(fname)
176 or path.iscfile(fname)
179 function path.isobjcfile(fname)
200 return path.iscfile(fname)
201 or path.iscppfile(fname)
202 or path.isasmfile(fname)
203 or path.isobjcfile(fname)
204 or path.isobjcppfile(fname)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dmerge-app-bundles73 while read fname; do
75 ln -s $(readlink "$fname") "$OUT/$fname"
77 case "$fname" in
84 lipo -create -output "$OUT/$fname" "$fname" "$ONE/$fname"
95 cp "$fname" "$OUT/$fname"
100 lipo -create -output "$OUT/$fname" "$fname" "$ONE/$fname"
103 cmp -s "$fname" "$ONE/$fname" ||
105 cp "$fname" "$OUT/$fname"
117 cp "$ONE/$fname" "$OUT/$fname"
129 while read fname; do
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dfile.c42 return strdup(fname); in file_mkpath()
44 fl = strlen(fname); in file_mkpath()
53 memcpy(ret+dl+1,fname,fl); in file_mkpath()
59 int file_exists(const char *fname) in file_exists() argument
61 FILE *file = fopen(fname, "r"); in file_exists()
85 int file_exists_in_save_dir(const char *fname) in file_exists_in_save_dir() argument
96 if (!fname) { in file_open()
102 file = fopen(fname, mode); in file_open()
147 int file_load(const char *fname) in file_load() argument
153 file = file_open(fname, "r"); in file_load()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/
H A DIDatabase.php828 $fname = __METHOD__, argument
854 $fname = __METHOD__, argument
879 $fname = __METHOD__, argument
964 * @param string $fname
974 * @param string $fname
1208 $fname = __METHOD__, argument
1460 $fname = __METHOD__ argument
1512 $fname = __METHOD__, argument
1567 $fname = __METHOD__, argument
1779 * @param string $fname
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/base/
H A Dpath.lua148 function path.isasmfile(fname)
152 function path.iscfile(fname)
158 function path.iscppfile(fname)
161 or path.iscfile(fname)
164 function path.isobjcfile(fname)
185 return path.iscfile(fname)
186 or path.iscppfile(fname)
187 or path.isasmfile(fname)
188 or path.isobjcfile(fname)
189 or path.isobjcppfile(fname)
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/
H A Dos_frob_tads.cpp32 if (f.open(fname)) in openForReading()
43 int osfacc(const char *fname) { in osfacc() argument
48 return openForReading(fname); in osfoprt()
52 return openForReading(fname); in osfoprtv()
56 return openForWriting(fname); in osfopwt()
61 return openForWriting(fname); in osfoprwt()
66 return openForWriting(fname); in osfoprwtt()
180 Common::String name = !flen ? Common::String(fname) : Common::String(fname, fname + flen); in os_locate()
231 if (!strchr(fname, '.')) in os_defext()
232 strcat(fname, ext); in os_defext()
[all …]
/dports/math/octave-forge-netcdf/netcdf-1.0.14/inst/private/
H A Dtest_netcdf_high_level_interface.m24 ncwrite(fname,'u',u);
49 info = ncinfo(fname);
53 delete(fname);
57 delete(fname);
60 info = ncinfo(fname);
63 delete(fname);
73 delete(fname)
79 delete(fname)
91 delete(fname)
112 delete(fname)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/
H A Dos_frob_tads.cpp32 if (f.open(fname)) in openForReading()
43 int osfacc(const char *fname) { in osfacc() argument
48 return openForReading(fname); in osfoprt()
52 return openForReading(fname); in osfoprtv()
56 return openForWriting(fname); in osfopwt()
61 return openForWriting(fname); in osfoprwt()
66 return openForWriting(fname); in osfoprwtt()
180 Common::String name = !flen ? Common::String(fname) : Common::String(fname, fname + flen); in os_locate()
231 if (!strchr(fname, '.')) in os_defext()
232 strcat(fname, ext); in os_defext()
[all …]
/dports/net/samba412/samba-4.12.15/source4/script/
H A Dminimal_includes.pl30 my $fname = shift;
37 my $fname = shift;
40 FileSave($fname, $data);
45 my $fname = shift;
66 my $fname = shift;
78 rename($fname, $mname) || die "failed to rename $fname";
79 save_lines($fname, $lines);
99 rename($mname, $fname) || die "failed to restore $fname";
104 my $fname = shift;
169 my $fname = $ARGV[$i];
[all …]
/dports/www/wget2/wget2-2.0.0/src/
H A Dutils.c38 char *p2, *fname; in mkdir_path() local
52 rc = mkdir(fname, 0755); in mkdir_path()
71 rc = mkdir(fname, 0755); in mkdir_path()
90 if (fname != buf) in mkdir_path()
91 xfree(fname); in mkdir_path()
102 char *shell_expand(const char *fname) in shell_expand() argument
106 if (*fname == '~') { in shell_expand()
108 expanded_str = wget_strnglob(fname, slash - fname, GLOB_TILDE | GLOB_ONLYDIR | GLOB_NOCHECK); in shell_expand()
137 if (!fname || !esc) in wget_restrict_file_name()
138 return (char *) fname; in wget_restrict_file_name()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/unix/
H A Dplatfdep.cpp38 fname.RemoveLastDir(); in SetInstallPrefix()
54 static wxFileName fname; in GetSharedDir() local
56 if (!fname.IsOk()) in GetSharedDir()
62 return fname; in GetSharedDir()
71 static wxFileName fname; in GetDocDir() local
73 if (!fname.IsOk()) in GetDocDir()
75 fname = GetSharedDir(); in GetDocDir()
85 return fname; in GetDocDir()
94 static wxFileName fname; in GetResourceDir() local
96 if (!fname.IsOk()) in GetResourceDir()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/
H A Dplugin_base.cpp56 Common::String fname(filename); in pluginOpen() local
71 if (fname.equalsIgnoreCase("AGS_AGI")) in pluginOpen()
74 if (fname.equalsIgnoreCase("AGSBlend")) in pluginOpen()
89 if (fname.equalsIgnoreCase("AGS_Fire")) in pluginOpen()
95 if (fname.equalsIgnoreCase("AGSJoy")) in pluginOpen()
105 if (fname.equalsIgnoreCase("ags_shell") || fname.equalsIgnoreCase("agsshell")) in pluginOpen()
108 if (fname.equalsIgnoreCase("AGSSnowRain") || fname.equalsIgnoreCase("ags_snowrain")) in pluginOpen()
111 if (fname.equalsIgnoreCase("AGSSock")) in pluginOpen()
117 if (fname.equalsIgnoreCase("AGSSpriteFont") || fname.equalsIgnoreCase("agsplugin.spritefont")) in pluginOpen()
120 if (fname.equalsIgnoreCase("agsgalaxy") || fname.equalsIgnoreCase("agsgalaxy-unified") || in pluginOpen()
[all …]

12345678910>>...1272