/* See LICENSE file for copyright and license details. */ static char **tokenize(char *source, const char *delim, int *llen); static int arrayhas(char **list, int length, char *item);