Home
last modified time | relevance | path

Searched refs:dofile (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/nohup/
H A Dnohup.c44 static void dofile(void);
70 dofile(); in main()
83 dofile(void) in dofile() function
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dmain.c136 void dofile(FILE *fp, int translating) { in dofile() function
311 dofile(fp, translating); in main()
325 dofile(stdin, translating); in main()
/freebsd/tools/regression/geom/ConfCmp/
H A DConfCmp.c169 dofile(char *filename) in dofile() function
364 t1 = dofile(argv[1]); in main()
368 t2 = dofile(argv[2]); in main()
/freebsd/contrib/lua/src/
H A Dlua.c201 static int dofile (lua_State *L, const char *name) { in dofile() function
374 return dofile(L, init+1); in handle_luainit()
655 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
/freebsd/crypto/openssl/Configurations/
H A Ddescrip.mms.tmpl679 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
685 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
691 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
697 $(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
1028 # "dofile" generator (file.in -> file)
1030 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1031 "util", "dofile.pl")),
1046 \$(PERL)$perlmodules $dofile "-o$target{build_file}" $gen0$gen_args > \$\@
1390 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1391 "util", "dofile.pl")),
[all …]
H A Dwindows-makefile.tmpl790 # "dofile" generator (file.in -> file)
792 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
793 "util", "dofile.pl")),
803 "\$(PERL)"$perlmodules "$dofile" "-o$target{build_file}" "$gen0"$gen_args > \$@
1007 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1008 "util", "dofile.pl")),
1012 "\$(PERL)" "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
H A Dunix-Makefile.tmpl1175 $(SRCDIR)/util/dofile.pl -o Makefile \
1594 # "dofile" generator (file.in -> file)
1596 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1597 "util", "dofile.pl")),
1607 \$(PERL)$perlmodules "$dofile" "-o$target{build_file}" $gen0$gen_args > \$@
1948 my $dofile = abs2rel(rel2abs(catfile($config{sourcedir},
1949 "util", "dofile.pl")),
1954 \$(PERL) "-I\$(BLDDIR)" -Mconfigdata "$dofile" \\
/freebsd/stand/common/
H A Dmodule.c119 int dofile, dokld, ch, error; in command_load() local
121 dokld = dofile = 0; in command_load()
153 dofile = 1; in command_load()
167 if (dofile) { in command_load()
/freebsd/stand/lua/
H A Dcore.lua82 return dofile(module)
/freebsd/crypto/openssl/
H A DConfigure271 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));