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

/freebsd-current/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-current/contrib/ntp/libntp/
H A Dntp_realpath.c59 * else is fed through '_fullpath()', which is probably the closest
69 } else if ((retval = _fullpath(resolved, path, NTP_PATH_MAX)) == NULL) {
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c154 return _fullpath(resolved_path, tmp, MAX_PATH);

Completed in 132 milliseconds