Home
last modified time | relevance | path

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

/dflybsd-src/contrib/bmake/
H A Drealpath.c67 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/dflybsd-src/lib/libc/stdlib/
H A Drealpath.c51 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.h190 #define realpath(x, y) (sftp_realpath((x), (y))) macro
/dflybsd-src/libexec/bootpd/
H A Dbootpd.c626 char realpath[1024]; in handle_request() local