slow_strchrnul
static char *slow_strchrnul(char *, int);
while (*(off = slow_strchrnul(buf + a, '/')) != '\0')
ok_off = slow_strchrnul(buf, ch);