slow_strchr
static char *slow_strchr(char *, int);
while ((off = slow_strchr(buf + a, '/')) != NULL)
ok_off = slow_strchr(buf, ch);