realpath           44 lib/common/compat.c     return realpath(path, NULL);
realpath           50 lib/common/compat.c     if ((canonicalized == NULL) || (realpath(path, canonicalized) == NULL)) {