realpath 87 lib/common/io.c *resolved_path = realpath(path, NULL); realpath 94 lib/common/io.c if ((*resolved_path == NULL) || (realpath(path, *resolved_path) == NULL)) {