Home
last modified time | relevance | path

Searched defs:realpath (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/bmake/
HDrealpath.c67 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/dragonfly/lib/libc/stdlib/
HDrealpath.c51 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/dragonfly/lib/libssh/openbsd-compat/
HDbsd-misc.h190 #define realpath(x, y) (sftp_realpath((x), (y))) macro
/dragonfly/libexec/bootpd/
HDbootpd.c626 char realpath[1024]; in handle_request() local