| 1603 | { |
| 1604 | return *filename == '/' ? "" : directory; |
| 1605 | } |
| 1606 | static char const * |
| 1607 | diagslash(char const *filename) |
| 1608 | { |
| 1609 | return &"/"[*filename == '/' || directory_ends_in_slash]; |
| 1610 | } |
| 1611 | |
| 1612 | /* Prepare to write to the file *OUTNAME, using *TEMPNAME to store the |
no outgoing calls
no test coverage detected