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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h135 char* altdir; member in struct:__anon19
H A Dlibhttpd.c1339 /* Set up altdir. */
1341 &hc->altdir, &hc->maxaltdir,
1343 (void) strcpy( hc->altdir, pw->pw_dir );
1346 (void) strcat( hc->altdir, "/" );
1347 (void) strcat( hc->altdir, postfix );
1349 alt = expand_symlinks( hc->altdir, &rest, 0, 1 );
1352 httpd_realloc_str( &hc->altdir, &hc->maxaltdir, strlen( alt ) );
1353 (void) strcpy( hc->altdir, alt );
1355 /* And the filename becomes altdir plus the post-~ part of the original. */
1358 strlen( hc->altdir )
[all...]

Completed in 77 milliseconds