got_path         1024 lib/utilunix.c         char got_path[PATH_MAX];
got_path         1025 lib/utilunix.c         char *new_path = got_path;
got_path         1048 lib/utilunix.c                 strcpy (got_path, "");
got_path         1051 lib/utilunix.c                 g_snprintf (got_path, sizeof (got_path), "%s", new_path);
got_path         1053 lib/utilunix.c                 new_path = got_path;
got_path         1056 lib/utilunix.c             new_path += strlen (got_path);
got_path         1088 lib/utilunix.c                         if (new_path == got_path + 1)
got_path         1116 lib/utilunix.c             n = readlink (got_path, link_path, PATH_MAX - 1);
got_path         1124 lib/utilunix.c                     strcpy (resolved_path, got_path);
got_path         1134 lib/utilunix.c                     new_path = got_path;
got_path         1154 lib/utilunix.c         if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1]))
got_path         1158 lib/utilunix.c         strcpy (resolved_path, got_path);