Searched refs:dofile (Results 1 – 10 of 10) sorted by relevance
/freebsd/usr.bin/nohup/ |
H A D | nohup.c | 44 static void dofile(void); 70 dofile(); in main() 83 dofile(void) in dofile() function
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | main.c | 136 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 D | ConfCmp.c | 169 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 D | lua.c | 201 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 D | descrip.mms.tmpl | 679 $(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 D | windows-makefile.tmpl | 790 # "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 D | unix-Makefile.tmpl | 1175 $(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 D | module.c | 120 int dofile, dokld, ch, error; in command_load() local 122 dokld = dofile = 0; in command_load() 154 dofile = 1; in command_load() 168 if (dofile) { in command_load()
|
/freebsd/stand/lua/ |
H A D | core.lua | 88 return dofile(module)
|
/freebsd/crypto/openssl/ |
H A D | Configure | 270 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));
|