Home
last modified time | relevance | path

Searched refs:fname (Results 13376 – 13400 of 79288) sorted by relevance

1...<<531532533534535536537538539540>>...3172

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dmakeset.c32 Char fname[80]; in Main() local
73 while (FileGets(fname, (size_t)78, fp) != NULL) in Main()
75 tmp = fname; in Main()
79 aipin = AsnIoOpen(fname, intypes[intype]); in Main()
82 Message(MSG_ERROR, "Couldn't open %s for input", fname); in Main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Ddbremove-nofile-limit.cc64 char fname[32]; in test_dbremove() local
65 sprintf(fname, "db%d", 0); in test_dbremove()
66 r = db->open(db, nullptr, fname, nullptr, DB_BTREE, DB_CREATE, 0666); CKERR(r); in test_dbremove()
82 r = env->dbremove(env, txn, fname, nullptr, 0); in test_dbremove()
88 r = env->dbremove(env, txn, fname, nullptr, 0); in test_dbremove()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/mysql-test/connect/t/
H A Ddir.test6 fname VARCHAR(256) NOT NULL,
21 SELECT fname, ftype, size FROM t1 ORDER BY fname, ftype, size;
25 SELECT fname, ftype, size FROM t1 ORDER BY fname, ftype, size;
/dports/games/libretro-snes9x/snes9x-73aa348/unix/
H A Dunix.cpp188 strcpy(fname, path); in _splitpath()
192 fname[dot - path] = 0; in _splitpath()
203 strcpy(fname, slash + 1); in _splitpath()
207 fname[dot - slash - 1] = 0; in _splitpath()
225 strcat(path, fname); in _makepath()
617 _splitpath(Memory.ROMFilename, drive, dir, fname, ext); in S9xGetFilename()
632 _splitpath(Memory.ROMFilename, drive, dir, fname, ext); in S9xGetFilenameInc()
661 snprintf(s, PATH_MAX + 1, "%s.frz", fname); in S9xChooseFilename()
680 snprintf(s, PATH_MAX + 1, "%s.smv", fname); in S9xChooseMovieFilename()
695 _splitpath(filename, drive, dir, fname, ext); in S9xOpenSnapshotFile()
[all …]
/dports/emulators/snes9x-gtk/snes9x-1.54.1/unix/
H A Dunix.cpp360 strcpy(fname, path); in _splitpath()
364 fname[dot - path] = 0; in _splitpath()
375 strcpy(fname, slash + 1); in _splitpath()
379 fname[dot - slash - 1] = 0; in _splitpath()
397 strcat(path, fname); in _makepath()
789 _splitpath(Memory.ROMFilename, drive, dir, fname, ext); in S9xGetFilename()
804 _splitpath(Memory.ROMFilename, drive, dir, fname, ext); in S9xGetFilenameInc()
833 snprintf(s, PATH_MAX + 1, "%s.frz", fname); in S9xChooseFilename()
852 snprintf(s, PATH_MAX + 1, "%s.smv", fname); in S9xChooseMovieFilename()
867 _splitpath(filename, drive, dir, fname, ext); in S9xOpenSnapshotFile()
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/raw/
H A Dsamba3misc.c162 const char *fname = "test.txt"; in torture_samba3_hide()
204 io.ntcreatex.in.fname = dirname; in torture_samba3_hide()
313 open_parms.openx.in.fname = fname;
377 io.t2open.in.fname = fname;
416 io.ntcreatex.in.fname = fname;
433 const char *fname = "test.txt";
703 const char *fname = "foo";
790 const char *fname = "locked";
828 fname))) {
955 io.ntcreatex.in.fname = "\\";
[all …]
/dports/www/fswiki/wiki3_6_2/lib/HTML/
H A DTemplate.pm1489 foreach my $fname (keys %$included_mtimes) {
1490 next unless defined($included_mtimes->{$fname});
1491 if ($included_mtimes->{$fname} != (stat($fname))[9]) {
1765 use vars qw($fcounter $fname $fmax);
1766 local (*fcounter, *fname, *fmax);
1772 (*fname, *fcounter, *fmax) = \ ( @{$fstack[0]} );
1974 die "HTML::Template->new() : No NAME given to a $which tag at $fname : line $fcounter."
2178 $options->{debug} and print STDERR "### HTML::Template Debug ### $fname : line $fcounter : ELSE\n";
2250 (*fname, *fcounter, *fmax) = \ ( @{$fstack[$#fstack]} );
2275 die "HTML::Template->new() : Unknown or unmatched TMPL construct at $fname : line $fcounter.";
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/dtrace/
H A Ddtrace.c311 dof_prune(const char *fname) in dof_prune() argument
334 fatal("failed to read %s", fname); in dof_prune()
356 "enabling in %s\n", fname); in dof_prune()
399 char *fname = g_etcfile, *tmpname; in etcsystem_prune() local
402 fatal("failed to open %s", fname); in etcsystem_prune()
411 fatal("failed to read %s", fname); in etcsystem_prune()
421 "required\n", fname, fname); in etcsystem_prune()
426 "required\n", fname, fname); in etcsystem_prune()
431 "required\n", fname, fname); in etcsystem_prune()
436 "repair of %s required\n", fname, fname); in etcsystem_prune()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
997 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1003 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1011 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1018 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1046 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/japanese/hns/hns-2.19.9/contrib/hnf-mode/
H A Dhnf-mode.el666 (let (p fname)
676 (setq fname (expand-file-name fname
681 (when (file-directory-p fname)
683 (setq fname (concat fname "/")))
690 (setq fname (concat fname (car index-list)))
691 (setq fname
693 (find-file fname)))))
913 (if (and fname
916 (setq fname (file-name-nondirectory fname))))
917 (list (match-string 1 fname)
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/include/rocksdb/
H A Dfile_system.h193 const std::string& fname, const FileOptions& file_opts,
214 virtual IOStatus NewWritableFile(const std::string& fname,
279 virtual IOStatus FileExists(const std::string& fname,
334 virtual IOStatus DeleteFile(const std::string& fname,
360 virtual IOStatus GetFileSize(const std::string& fname,
999 IOStatus ReopenWritableFile(const std::string& fname, in ReopenWritableFile() argument
1005 IOStatus ReuseWritableFile(const std::string& fname, in ReuseWritableFile() argument
1013 IOStatus NewRandomRWFile(const std::string& fname, in NewRandomRWFile() argument
1020 const std::string& fname, in NewMemoryMappedFileBuffer() argument
1048 IOStatus Truncate(const std::string& fname, size_t size, in Truncate() argument
[all …]
/dports/devel/splint/splint-3.1.2/test/fileio/
H A Dfilebranch.c1 void f (char *fname) in f() argument
5 if (fname != NULL) in f()
7 f = fopen (fname, "r"); in f()
/dports/math/scilab/scilab-6.1.1/scilab/contrib/toolbox_skeleton/sci_gateway/c/
H A Dsci_cerror.c11 int sci_cerror(char *fname, void* pvApiCtx) in sci_cerror() argument
17 Scierror(999, _d("toolbox_skeleton", "%s: I'm waiting for only one argument.\n"), fname); in sci_cerror()
22 …ox_skeleton", "%s: Yeah! %d is a good number of arguments but I prefer fail, sorry.\n"), fname, 1); in sci_cerror()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/shared/
H A Darchdep_make_backup_filename.c42 char *archdep_make_backup_filename(const char *fname) in archdep_make_backup_filename() argument
48 char *bak = lib_stralloc(fname); in archdep_make_backup_filename()
52 return util_concat(fname, "~", NULL); in archdep_make_backup_filename()
/dports/math/scilab/scilab-6.1.1/scilab/modules/mexlib/includes/
H A Dsci_gateway.h17 typedef int (*GatefuncS) (char *fname, int l);
31 int sci_gateway(char *fname, GatefuncS F);
41 int sci_gateway_without_putlhsvar(char *fname, GatefuncS F);
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DHashManager.cpp91 string fname = Text::toLower(Util::getFileName(aFileName)); in addFile() local
180 string fname = Text::toLower(Util::getFileName(aFileName)); in checkTTH() local
200 string fname = Text::toLower(Util::getFileName(aFileName)); in getTTH() local
404 string fname = Text::toLower(Util::getFileName(file)); in startTag() local
703 string fname; in run() local
718 currentFile = fname = w.begin()->first; in run()
724 fname.clear(); in run()
729 if(!fname.empty()) { in run()
730 int64_t size = File::getSize(fname); in run()
743 File f(fname, File::READ, File::OPEN); in run()
[all …]
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dsysutils.c590 && fname && *fname == '-' && fname[1] == '&') in check_special_filename()
594 fname += 2; in check_special_filename()
597 if (!fname[i]) in check_special_filename()
832 return remove (fname); in gnupg_remove()
1683 if (!fname) in gnupg_inotify_watch_delete_self()
1701 (void)fname; in gnupg_inotify_watch_delete_self()
1716 char *fname; in gnupg_inotify_watch_socket() local
1726 if (!fname) in gnupg_inotify_watch_socket()
1733 xfree (fname); in gnupg_inotify_watch_socket()
1748 xfree (fname); in gnupg_inotify_watch_socket()
[all …]
/dports/security/gnupg/gnupg-2.3.3/doc/
H A Dyat2m.c487 evaluate_conditions (const char *fname, int lnr) in evaluate_conditions() argument
551 evaluate_conditions (fname, lnr); in push_condition()
558 pop_condition (int isset, const char *fname, int lnr) in pop_condition() argument
563 fname, lnr, isset?"isset":"isclear"); in pop_condition()
569 evaluate_conditions (fname, lnr); in pop_condition()
1292 push_condition (p, 1, fname, lnr); in parse_file()
1308 push_condition (p, 0, fname, lnr); in parse_file()
1316 pop_condition (1, fname, lnr); in parse_file()
1324 pop_condition (0, fname, lnr); in parse_file()
1453 top_parse_file (const char *fname, FILE *fp) in top_parse_file() argument
[all …]
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_leapsec.c424 const char * fname, in leapsec_load_stream() argument
431 if (NULL == fname) in leapsec_load_stream()
432 fname = "<unknown>"; in leapsec_load_stream()
441 logPrefix, fname); in leapsec_load_stream()
470 logPrefix, fname); in leapsec_load_stream()
474 logPrefix, fname); in leapsec_load_stream()
478 logPrefix, fname); in leapsec_load_stream()
500 const char * fname, in leapsec_load_file() argument
511 if ( !(fname && *fname) ) in leapsec_load_file()
518 logPrefix, fname); in leapsec_load_file()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Ddwarf-aux.c29 if (!fname) in cu_find_realpath()
38 if (strtailcmp(src, fname) == 0) in cu_find_realpath()
117 const char **fname, int *lineno) in cu_find_lineinfo() argument
126 *fname = dwarf_decl_file(&die_mem); in cu_find_lineinfo()
133 *fname = dwarf_linesrc(line, NULL, NULL); in cu_find_lineinfo()
134 if (!*fname) in cu_find_lineinfo()
777 const char *fname; in __die_walk_funclines_cb() local
781 fname = die_get_call_file(in_die); in __die_walk_funclines_cb()
793 fname = dwarf_decl_file(in_die); in __die_walk_funclines_cb()
817 const char *fname; in __die_walk_funclines() local
[all …]

1...<<531532533534535536537538539540>>...3172