Home
last modified time | relevance | path

Searched defs:exe (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/bc/tests/
H A Dhistory.py146 def test_utf8(exe, args, env, idx, bc=True): argument
186 def test_utf8_0(exe, args, env, bc=True): argument
225 def test_utf8_1(exe, args, env, bc=True): argument
229 def test_utf8_2(exe, args, env, bc=True): argument
233 test_utf8_3(exe, args, env, bc=True) global() argument
237 test_utf8_4(exe, args, env, bc=True) global() argument
245 test_sigint_sigquit(exe, args, env) global() argument
277 test_eof(exe, args, env) global() argument
311 test_sigint(exe, args, env) global() argument
345 test_sigtstp(exe, args, env) global() argument
389 test_sigstop(exe, args, env) global() argument
432 test_bc_utf8_0(exe, args, env) global() argument
436 test_bc_utf8_1(exe, args, env) global() argument
440 test_bc_utf8_2(exe, args, env) global() argument
444 test_bc_utf8_3(exe, args, env) global() argument
448 test_bc_utf8_4(exe, args, env) global() argument
456 test_bc1(exe, args, env) global() argument
488 test_bc2(exe, args, env) global() argument
521 test_bc3(exe, args, env) global() argument
561 test_bc4(exe, args, env) global() argument
604 test_bc5(exe, args, env) global() argument
633 test_bc6(exe, args, env) global() argument
666 test_bc7(exe, args, env) global() argument
718 test_bc8(exe, args, env) global() argument
749 test_bc9(exe, args, env) global() argument
793 test_bc10(exe, args, env) global() argument
837 test_bc11(exe, args, env) global() argument
872 test_bc12(exe, args, env) global() argument
904 test_dc_utf8_0(exe, args, env) global() argument
908 test_dc_utf8_1(exe, args, env) global() argument
912 test_dc_utf8_2(exe, args, env) global() argument
916 test_dc_utf8_3(exe, args, env) global() argument
920 test_dc_utf8_4(exe, args, env) global() argument
928 test_dc1(exe, args, env) global() argument
959 test_dc2(exe, args, env) global() argument
991 test_dc3(exe, args, env) global() argument
1107 exe = sys.argv[idx] global() variable
1109 exe = testdir + "/../bin/" + exedir global() variable
1125 exe = [ exe, sys.argv[idx + 1:], options ] global() variable
1127 exe = [ exe, options ] global() variable
[all...]
/freebsd/sbin/ipf/libipf/
H A Dsave_execute.c46 execute_opts_t *exe = ctx; in execute_print() local
55 execute_opts_t *exe = ctx; in execute_destroy() local
66 execute_opts_t *exe = ctx; in execute_send() local
/freebsd/contrib/bc/scripts/
H A Dkaratsuba.py84 exe = sys.argv[3] variable
86 exe = testdir + "/bin/bc" variable
/freebsd/usr.sbin/crunch/examples/
H A DMakefile17 exe: $(CRUNCHED) target
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmain_winsvc.c254 static int register_service(const TCHAR *exe) in register_service()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c841 find_section_base(const char *exe, Elf *e, const char *section) in find_section_base()
906 const char *exe, *section; in main() local
/freebsd/contrib/atf/atf-c/detail/
H A Dtp_main.c422 atf_fs_path_t exe, srcdir; in handle_srcdir() local
/freebsd/contrib/wpa/src/utils/
H A Dtrace.c57 char exe[50], fname[512]; in get_prg_fname() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp56 ObjectFile *exe = module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp696 ObjectFile *exe = module->GetObjectFile(); in ComputeLoadOffset() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp67 StringRef exe = saver().save(*exeOrErr); in run() local
H A DPDB.cpp1449 SmallString<64> exe = ctx.config.argv[0]; in addCommonLinkerModuleSymbols() local