Searched refs:_fullpath (Results 1 – 3 of 3) sorted by relevance
122 local _shell=$1 _fullpath=390 local _input= _fullpath=411 _fullpath=$(fullpath_from_shell "$_input")412 if [ -n "$_fullpath" ]; then413 ushell="$_fullpath"
59 * 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()
154 return _fullpath(resolved_path, tmp, MAX_PATH); in ucl_realpath()