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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c164 static char* expand_symlinks( char* path, char** freethis, char** restP, int no_symlink_check, int tildemapped );
1318 alt = expand_symlinks( hc->altdir, &rest, 0, 1 );
1439 expand_symlinks( char* path, char** freethis, char** restP, int no_symlink_check, int tildemapped ) function
2317 cp = expand_symlinks( hc->expnfilename, &freethis, &pi, hc->hs->no_symlink_check, hc->tildemapped );
3137 cp = expand_symlinks( indexname, &freethis, &pi, hc->hs->no_symlink_check, hc->tildemapped );

Completed in 94 milliseconds