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