| 63 | } |
| 64 | |
| 65 | static inline char * |
| 66 | d_name(struct dirent *di) |
| 67 | { |
| 68 | #ifdef HAVE_BROKEN_READDIR |
| 69 | return (di->d_name - 2); |
| 70 | #else |
| 71 | return di->d_name; |
| 72 | #endif |
| 73 | } |
| 74 | |
| 75 | static inline void |
| 76 | init_stat_x(stat_x *sx_p) |
no outgoing calls
no test coverage detected