Home
last modified time | relevance | path

Searched refs:wrap_env (Results 1 – 19 of 19) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dwraplib.h74 struct wrap_env { struct
93 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dwraplib.h74 struct wrap_env { struct
93 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.h111 struct wrap_env { struct
130 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.h111 struct wrap_env { struct
130 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.h111 struct wrap_env { struct
130 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.h111 struct wrap_env { struct
130 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/ndmp/
H A Dwraplib.h107 struct wrap_env { struct
126 struct wrap_env env[WRAP_MAX_ENV]; /* -E NAME=VALUE */ argument
/dports/mail/py-milter/pymilter-pymilter-1.0.4/
H A DChangeLog205 # nasty off by 1 mem overwrite bugs in wrap_env
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dprinttyp.ml1151 let wrap_env fenv ftree arg = function
1201 wrap_env (Env.add_module ~arg:true param mty)
1210 wrap_env (fun env -> env) (tree_of_signature_rec !printing_env false) sg
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dprinttyp.ml1151 let wrap_env fenv ftree arg = function
1201 wrap_env (Env.add_module ~arg:true param mty)
1210 wrap_env (fun env -> env) (tree_of_signature_rec !printing_env false) sg
/dports/lang/fennel/fennel-1.0.0/bootstrap/
H A Dfennel.lua582 local function wrap_env(env) function
1952 return load_code(compiler.compile(ast, opts), wrap_env(env))(opts["module-name"], ast.filename)
1967 …env, ["search-module"] = search_module, ["make-searcher"] = make_searcher, ["wrap-env"] = wrap_env}
/dports/multimedia/aegisub/aegisub-3.2.2/automation/include/
H A Dmoonscript.lua2088 local function wrap_env(fn) function
2316 local build_grammar = wrap_env(function()