Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/nohup/
HDnohup.c56 static void dofile(void);
82 dofile(); in main()
95 dofile(void) in dofile() function
/freebsd-13-stable/tools/regression/geom/ConfCmp/
HDConfCmp.c169 dofile(char *filename) in dofile() function
364 t1 = dofile(argv[1]); in main()
368 t2 = dofile(argv[2]); in main()
/freebsd-13-stable/contrib/lua/src/
HDlua.c179 static int dofile (lua_State *L, const char *name) { in dofile() function
337 return dofile(L, init+1); in handle_luainit()
616 else dofile(L, NULL); /* executes stdin as a file */ in pmain()
/freebsd-13-stable/stand/common/
HDmodule.c117 int dflag, dofile, dokld, ch, error; in command_load() local
119 dflag = dokld = dofile = 0; in command_load()
149 dofile = 1; in command_load()
163 if (dofile) { in command_load()
/freebsd-13-stable/stand/lua/
HDcore.lua93 return dofile(module)
/freebsd-13-stable/crypto/openssl/
HDConfigure230 my $dofile = abs2rel(catfile($srcdir, "util/dofile.pl"));
3265 …my $cmd = "$perlcmd \"-I.\" \"-Mconfigdata\" \"$dofile\" -o\"Configure\" \"".join("\" \"",@templat…