Home
last modified time | relevance | path

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

/freebsd/usr.sbin/adduser/
H A Dadduser.sh122 local _shell=$1 _fullpath=
390 local _input= _fullpath=
411 _fullpath=$(fullpath_from_shell "$_input")
412 if [ -n "$_fullpath" ]; then
413 ushell="$_fullpath"
/freebsd/contrib/ntp/libntp/
H A Dntp_realpath.c59 * else is fed through '_fullpath()', which is probably the closest in realpath1()
69 } else if ((retval = _fullpath(resolved, path, NTP_PATH_MAX)) == NULL) { in realpath1()
/freebsd/contrib/libucl/src/
H A Ducl_util.c154 return _fullpath(resolved_path, tmp, MAX_PATH); in ucl_realpath()