Home
last modified time | relevance | path

Searched refs:evar (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/
H A Dpmix2x_local.c108 evar->opalvalue = getenv(evar->opalname); in opal_pmix_pmix2x_check_evars()
110 evar->pmixvalue = getenv(evar->pmixname); in opal_pmix_pmix2x_check_evars()
116 if ((NULL == evar->opalvalue && NULL != evar->pmixvalue) || in opal_pmix_pmix2x_check_evars()
117 (NULL != evar->opalvalue && NULL != evar->pmixvalue && in opal_pmix_pmix2x_check_evars()
118 0 != strcmp(evar->opalvalue, evar->pmixvalue))) { in opal_pmix_pmix2x_check_evars()
129 if (NULL != evar->opalvalue && NULL == evar->pmixvalue) { in opal_pmix_pmix2x_check_evars()
130 opal_setenv(evar->pmixname, evar->opalvalue, true, &environ); in opal_pmix_pmix2x_check_evars()
141 evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, in opal_pmix_pmix2x_check_evars()
142 evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue); in opal_pmix_pmix2x_check_evars()
145 evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, in opal_pmix_pmix2x_check_evars()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/
H A Dpmix3x_local.c108 evar->opalvalue = getenv(evar->opalname); in opal_pmix_pmix3x_check_evars()
110 evar->pmixvalue = getenv(evar->pmixname); in opal_pmix_pmix3x_check_evars()
116 if ((NULL == evar->opalvalue && NULL != evar->pmixvalue) || in opal_pmix_pmix3x_check_evars()
117 (NULL != evar->opalvalue && NULL != evar->pmixvalue && in opal_pmix_pmix3x_check_evars()
118 0 != strcmp(evar->opalvalue, evar->pmixvalue))) { in opal_pmix_pmix3x_check_evars()
129 if (NULL != evar->opalvalue && NULL == evar->pmixvalue) { in opal_pmix_pmix3x_check_evars()
130 opal_setenv(evar->pmixname, evar->opalvalue, true, &environ); in opal_pmix_pmix3x_check_evars()
141 evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, in opal_pmix_pmix3x_check_evars()
142 evar->pmixname, (NULL == evar->pmixvalue) ? "NULL" : evar->pmixvalue); in opal_pmix_pmix3x_check_evars()
145 evar->opalname, (NULL == evar->opalvalue) ? "NULL" : evar->opalvalue, in opal_pmix_pmix3x_check_evars()
[all …]
/dports/textproc/py-elasticsearch-curator/curator-5.8.4/test/integration/
H A Dtest_envvars.py28 evar = random_envvar(8)
29 os.environ[evar] = "1234"
30 dollar = '${' + evar + '}'
38 os.environ.get(evar)
40 del os.environ[evar]
42 evar = random_envvar(8)
43 dollar = '${' + evar + '}'
51 evar = random_envvar(8)
65 evar = random_envvar(8)
75 os.environ.get(evar)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/wscons/
H A Dwsmux.c198 struct wseventvar *evar; in wsmuxopen() local
236 wsmux_do_open(sc, evar); in wsmuxopen()
260 wsmux_do_open(sc, evar); in wsmux_mux_open()
314 if (evar == NULL) in wsmuxclose()
320 wsevent_fini(evar); in wsmuxclose()
377 if (evar == NULL) { in wsmuxread()
431 if (evar == NULL) { in wsmux_do_ioctl()
503 if (evar == NULL) in wsmux_do_ioctl()
514 if (evar == NULL) in wsmux_do_ioctl()
521 if (evar == NULL) in wsmux_do_ioctl()
[all …]
H A Dwsmouse.c309 struct wseventvar *evar; in wsmouse_detach() local
322 evar = sc->sc_base.me_evp; in wsmouse_detach()
323 if (evar != NULL && evar->io != NULL) { in wsmouse_detach()
332 wsevent_wakeup(evar); in wsmouse_detach()
357 struct wseventvar *evar; in wsmouse_input() local
366 if (evar == NULL) in wsmouse_input()
370 if (evar->q == NULL) { in wsmouse_input()
574 struct wseventvar *evar; in wsmouseopen() local
605 wsevent_fini(evar); in wsmouseopen()
618 if (evar == NULL) in wsmouseclose()
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/common/
H A Dxymoncmd.c35 char *evar; local
60 evar = (char *)malloc(strlen(buf) + 13);
61 sprintf(evar, "MACHINEDOTS=%s", buf);
62 putenv(evar);
83 evar = (char *)malloc(strlen(buf) + 14);
84 sprintf(evar, "SERVEROSTYPE=%s", buf);
85 putenv(evar);
97 evar = (char *)malloc(20 + strlen(homedir));
98 sprintf(evar, "XYMONCLIENTHOME=%s", homedir);
99 putenv(evar);
/dports/net-mgmt/xymon-client/xymon-4.3.30/common/
H A Dxymoncmd.c35 char *evar; local
60 evar = (char *)malloc(strlen(buf) + 13);
61 sprintf(evar, "MACHINEDOTS=%s", buf);
62 putenv(evar);
83 evar = (char *)malloc(strlen(buf) + 14);
84 sprintf(evar, "SERVEROSTYPE=%s", buf);
85 putenv(evar);
97 evar = (char *)malloc(20 + strlen(homedir));
98 sprintf(evar, "XYMONCLIENTHOME=%s", homedir);
99 putenv(evar);
/dports/devel/stack/stack-2.7.3/_cabal_deps/path-io-1.6.2/tests/
H A DMain.hs191 bracket (getEnv evar) (setEnv evar) $ \_ -> do
192 setEnv evar (toFilePath dir)
195 evar = "HOME" function
203 unsetEnv evar
205 evar = "TMPDIR" function
214 unsetEnv evar
216 evar = "XDG_DATA_HOME" function
226 unsetEnv evar
228 evar = "XDG_CONFIG_HOME" function
238 unsetEnv evar
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/cheri/riscv/
H A Dtls.s21 # RV32-REL-NEXT: 0x121E0 R_RISCV_TLS_DTPMOD32 evar 0x0
22 # RV32-REL-NEXT: 0x121E4 R_RISCV_TLS_DTPREL32 evar 0x0
23 # RV32-REL-NEXT: 0x121F0 R_RISCV_TLS_TPREL32 evar 0x0
30 # 0x121e0 - 0x111b4 = 0x0102c (GD evar)
34 # 0x121f0 - 0x111bc = 0x01034 (IE evar)
51 # RV64-REL-NEXT: 0x122F0 R_RISCV_TLS_DTPMOD64 evar 0x0
53 # RV64-REL-NEXT: 0x12310 R_RISCV_TLS_TPREL64 evar 0x0
61 # 0x122f0 - 0x112b8 = 0x01038 (GD evar)
65 # 0x12310 - 0x112c0 = 0x01050 (IE evar)
83 clc.tls.gd ca0, evar
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Solver/
H A DGMM_Tools.cc93 std::sort( evar.begin(), evar.end() ); in eliminate_csc_vars()
158 _A.nc = nc - evar.size()+1; in eliminate_csc_vars()
159 _A.nr = nr - evar.size()+1; in eliminate_csc_vars()
201 std::sort( evar.begin(), evar.end() ); in eliminate_csc_vars2()
278 _A.nc = nc - evar.size()+1; in eliminate_csc_vars2()
279 _A.nr = nr - evar.size()+1; in eliminate_csc_vars2()
608 std::sort( evar.begin(), evar.end() ); in eliminate_vars()
650 evar.resize(evar.size()-1); in eliminate_vars()
675 col_it = evar.begin(); in eliminate_vars()
676 col_end = evar.end(); in eliminate_vars()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/cpsd/
H A Dcpmd_qmmm_step.F31 real*8 emotion_time_shift,dt,eave,evar,eke local
36 > emotion_time_shift,dt,eave,evar,eke, local
74 evar = E(26)/dble(icount+icount_shift)
75 evar = evar - eave*eave
80 > eave,evar
85 > eave,evar
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/cpsd/
H A Dcpmd_qmmm_step.F31 real*8 emotion_time_shift,dt,eave,evar,eke
36 > emotion_time_shift,dt,eave,evar,eke,
74 evar = E(26)/dble(icount+icount_shift)
75 evar = evar - eave*eave
80 > eave,evar
85 > eave,evar
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/assetbridge/jni/
H A Dassetbridge.c10 char evar[200]; in Java_com_arieslabs_assetbridge_Assetbridge_setassetdir() local
13 strcpy(evar, "ASSETDIR="); in Java_com_arieslabs_assetbridge_Assetbridge_setassetdir()
14 strcat(evar, path); in Java_com_arieslabs_assetbridge_Assetbridge_setassetdir()
15 putenv(evar); in Java_com_arieslabs_assetbridge_Assetbridge_setassetdir()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/network/
H A Ddecomposition.py463 if evar is None:
472 evars = [(evar[i], i) for i in evar]
475 for evar, idx in evars:
584 evar = evar[idx]
588 fixed.add(evar)
624 for evar in evars:
625 if evar.is_fixed():
672 assert all(evar.is_fixed() for evar in evars)
673 total = sum(value(evar) for evar in evars)
686 if evar is not None:
[all …]
H A Dport.py552 in_vars.append(evar)
563 return sum(evar[args] for evar in in_vars) == var[args]
566 return sum(evar for evar in in_vars) == var
607 out_vars.append(evar)
661 return evar == eblock.splitfrac * var
675 return sum(evar[args] for evar in out_vars) == var[args]
678 return sum(evar for evar in out_vars) == var
722 evar = eblock.component(name)
723 if evar is None:
724 evar = create_var(member, name, eblock, index_set)
[all …]
/dports/math/R-cran-NMF/NMF/man/
H A Drss.Rd3 \alias{evar}
4 \alias{evar,ANY-method}
5 \alias{evar-methods}
16 evar(object, ...)
18 \S4method{evar}{ANY}(object, target, ...)
22 \code{\link{fitted}}, \code{rss} or \code{evar} method.}
25 passed to \code{rss} in \code{evar} calls.}
38 as: \deqn{evar = 1 - \frac{RSS}{\sum_{i,j} v_{ij}^2}
39 }{evar = 1 - RSS/sum v_{ij}^2},
54 \item{evar}{\code{signature(object = "ANY")}: Default
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/runtime/
H A Dpmix_init.c103 char *error = NULL, *evar; in pmix_rte_init() local
206 if (NULL != (evar = getenv("PMIX_HOSTNAME"))) { in pmix_rte_init()
207 pmix_globals.hostname = strdup(evar); in pmix_rte_init()
268 if (NULL != (evar = getenv("PMIX_DEBUG"))) { in pmix_rte_init()
269 debug_level = strtol(evar, NULL, 10); in pmix_rte_init()
356 if (NULL != (evar = getenv("PMIX_PTL_MODULE"))) { in pmix_rte_init()
358 pmix_setenv("PMIX_MCA_ptl", evar, false, &environ); in pmix_rte_init()
375 if (NULL != (evar = getenv("PMIX_SECURITY_MODE"))) { in pmix_rte_init()
377 pmix_setenv("PMIX_MCA_psec", evar, false, &environ); in pmix_rte_init()
391 } else if (NULL != (evar = getenv("PMIX_GDS_MODULE"))) { in pmix_rte_init()
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools/
H A Dcvs.tcl39 proc ::doctools::cvs::scanLog {text evar cvar fvar} {
44 upvar 1 $evar entries ; #set entries [list]
100 proc ::doctools::cvs::toChangeLog {evar cvar fvar} {
101 upvar 1 $evar entries $cvar comments $fvar files
/dports/devel/tcllib/tcllib-1.20/modules/doctools/
H A Dcvs.tcl37 proc ::doctools::cvs::scanLog {text evar cvar fvar} {
42 upvar 1 $evar entries ; #set entries [list]
98 proc ::doctools::cvs::toChangeLog {evar cvar fvar} {
99 upvar 1 $evar entries $cvar comments $fvar files
/dports/devel/tcllibc/tcllib-1.20/modules/doctools/
H A Dcvs.tcl37 proc ::doctools::cvs::scanLog {text evar cvar fvar} {
42 upvar 1 $evar entries ; #set entries [list]
98 proc ::doctools::cvs::toChangeLog {evar cvar fvar} {
99 upvar 1 $evar entries $cvar comments $fvar files
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_system_check.py328 evar = 'AFNI_ATLAS_DIR'
330 haveenv = evar in os.environ
331 if haveenv: edir = os.environ[evar]
790 % (evar, shell))
793 % (evar, shell))
815 def get_shell_value(self, shell, evar): argument
1003 if evar in os.environ:
1005 print("%s = %s\n" % (evar, os.environ[evar]))
1014 print("%s = " % evar)
1069 def split_env_var(self, evar, sep=':'): argument
[all …]
/dports/www/interchange/interchange-5.6.3/lib/Vend/Payment/
H A DNetBilling.pm505 my $evar = $opt->{error_variable} ||= 'MErrMsg';
513 $evar => errmsg("No $_"),
652 $evar => errmsg(sprintf("Can't get a transaction ID after %d tries: %s",
658 $evar => errmsg(sprintf("Can't get a transaction ID after %d tries: %d: %s: %s",
774 … $evar => errmsg(sprintf("Bad response from polling NetBilling secure server after %d tries: %s",
780 …$evar => errmsg(sprintf("Bad response from polling NetBilling secure server after %d tries: %d: %s…
788 $evar => errmsg(sprintf("Bad response from NetBilling secure server after %d tries: %s",
860 $result{$evar} = errmsg($error_msg{$result{'pop.error-message'}} ||
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/tool/
H A Dpmix_tool.c219 char *evar, *nspace = NULL; in PMIx_tool_init() local
289 pmix_server_globals.tmpdir = strdup(evar); in PMIx_tool_init()
319 if (NULL != (evar = getenv("PMIX_NAMESPACE"))) { in PMIx_tool_init()
320 nspace = strdup(evar); in PMIx_tool_init()
328 if (NULL != (evar = getenv("PMIX_RANK"))) { in PMIx_tool_init()
329 rank = strtol(evar, NULL, 10); in PMIx_tool_init()
460 evar = getenv("PMIX_SECURITY_MODE"); in PMIx_tool_init()
475 evar = getenv("PMIX_BFROP_BUFFER_TYPE"); in PMIx_tool_init()
476 if (NULL == evar) { in PMIx_tool_init()
504 evar = getenv("PMIX_GDS_MODULE"); in PMIx_tool_init()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dfrrcommon.sh.in84 local enabled disabled evar dvar
87 evar="$1"
119 [ -z "$evar" ] && echo "$enabled"
120 [ -n "$evar" ] && eval $evar="\"$enabled\""
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dfrrcommon.sh.in84 local enabled disabled evar dvar
87 evar="$1"
119 [ -z "$evar" ] && echo "$enabled"
120 [ -n "$evar" ] && eval $evar="\"$enabled\""

12345678910>>...14