S_DEVICES
devices_len = strlen(S_DEVICES);
if (strncmp(path, S_DEVICES, devices_len) == 0)
(void) strlcpy(path, &tmp[strlen(S_DEVICES)], MAXPATHLEN);