strpbrk_esq
p = strpbrk_esq(buf, ":");
p = strpbrk_esq(buf, "@");
} else if (strpbrk_esq(buf, "/."))
ptr = strpbrk_esq(*arg, ":");
ptr = strpbrk_esq(arg, ";=@+%");
ptr = strpbrk_esq(arg, ";:+@%");
ptr = strpbrk_esq(arg, ";:+@%");
char *strpbrk_esq(char *str, const char *stopset);