_CS_PATH
size_t len = confstr(_CS_PATH, NULL, 0);
confstr(_CS_PATH, new = alloc(len + 1, APERM), len + 1);
case _CS_PATH: