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