AP_PATH_SEP
#define seplen (sizeof (AP_PATH_SEP) - 1)
(void) memcpy(pathptr, AP_PATH_SEP, seplen);
while ((sep = strstr(prev, AP_PATH_SEP)) != NULL) {