Home
last modified time | relevance | path

Searched refs:_get_home (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmd/slurmstepd/
H A Dx11_forwarding.c177 static char *_get_home(uid_t uid) in _get_home() function
279 if (!(home = _get_home(job->uid))) { in setup_x11_forward()
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/machines/
H A Denv.py151 def _get_home(self): member in BaseEnv
170 home = property(_get_home, _set_home)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A D__init__.py587 def _get_home(): function
618 get_home = _wrap('$HOME=%s', _get_home, always=False)