DLI_NAME
if (flags & DLI_NAME)
return (di_dli_open(path, O_RDONLY, F_RDLCK, DLI_NAME));
F_WRLCK, DLI_NAME));
dlipath = (flags & DLI_NAME) ? di_dli_name(path) : (char *)path;