fssh_strchr
#define strchr fssh_strchr
extern char *fssh_strchr(const char *string, int character);
char *nextPath = fssh_strchr(moduleName, '/');
if (leaf != NULL && (leaf[0] == '\0' || fssh_strchr(leaf, '/')))
const char *end = fssh_strchr(fsName, '/');