LDEV_DELIMS
if ((console = strtok_r(line, LDEV_DELIMS, &lasts)) == NULL)
if ((permstr = strtok_r(NULL, LDEV_DELIMS, &lasts)) == NULL) {
if ((dlist = strtok_r(NULL, LDEV_DELIMS, &lasts)) == NULL) {