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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c155 static char* expand_symlinks( char* path, char** restP, int no_symlink_check, int tildemapped );
1349 alt = expand_symlinks( hc->altdir, &rest, 0, 1 );
1470 expand_symlinks( char* path, char** restP, int no_symlink_check, int tildemapped ) function
2353 cp = expand_symlinks( hc->expnfilename, &pi, hc->hs->no_symlink_check, hc->tildemapped );
3779 cp = expand_symlinks( indexname, &pi, hc->hs->no_symlink_check, hc->tildemapped );

Completed in 40 milliseconds