Home
last modified time | relevance | path

Searched refs:funcfile (Results 1 – 14 of 14) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dembossdoccategories.pl4 if ($ARGV[0]) {$funcfile = $ARGV[0]}
5 else {$funcfile = "efunc.out"}
9 open (FUNC, $funcfile) || die "Cannot open $funcfile";
/dports/sysutils/py-mqttwarn/mqttwarn-0.22.0/tests/
H A Dtest_util.py12 from tests import funcfile, configfile, bad_funcfile
117 py_mod = load_functions(filepath=funcfile)
142 py_mod = load_functions(filepath=funcfile)
152 …assert re.match("Function 'unknown' does not exist in '.*{}c?'".format(funcfile), str(excinfo.valu…
H A D__init__.py7 funcfile = 'tests/selftest.py'
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dcore-ftrace.c234 char funcfile[PATH_MAX]; in stress_ftrace_parse_stat_files() local
236 (void)snprintf(funcfile, sizeof(funcfile), in stress_ftrace_parse_stat_files()
238 stress_ftrace_parse_trace_stat_file(funcfile, start); in stress_ftrace_parse_stat_files()
/dports/shells/bash/bash-5.1/examples/functions/
H A Dautoload.v481 local funcfile
82 funcfile=$(_autoload_resolve $func)
83 if [[ $funcfile ]] ; then
91 local size=$(wc -c $funcfile| sed 's/ .*//')
134 . $funcfile
226 echo "$funcname not found in FPATH funcfile. Skipping."
260 echo "$funcname not found in FPATH funcfile. Skipping."
/dports/irc/dancer/dancer-4.16/src/
H A Ddancer.c159 extern char funcfile[]; in SloppyEvents()
165 FuncReload(funcfile); in SloppyEvents()
H A Dparse.c830 extern char funcfile[]; in FuncInit()
834 FuncLoad(funcfile); in FuncInit()
H A Dsetup.c117 char funcfile[256] = ""; variable
322 {"funcfile", funcfile, FUNCFILE, CFG_STRING, FALSE,
H A Dcommand.c3215 extern char funcfile[];
3220 FuncReload(funcfile);
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dsymtab.go250 ex.file = funcfile(ex.funcInfo, call.file)
792 func funcfile(f funcInfo, fileno int32) string { func
H A Dtraceback.go409 file = funcfile(f, inltree[ix].file)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsymtab.go1004 func funcfile(f funcInfo, fileno int32) string { func
1028 file = funcfile(f, fileno)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsymtab.go760 func funcfile(f funcInfo, fileno int32) string { func
/dports/irc/dancer/dancer-4.16/example/
H A Ddancer.config152 #funcfile = ./dancer.funcs