strdelimw
char *strdelimw(char **);
cp = strdelimw(&str);
if ((tmp = strdelimw(&cp)) == NULL || cp == NULL) {