new_path         1025 lib/utilunix.c         char *new_path = got_path;
new_path         1046 lib/utilunix.c             new_path = g_get_current_dir ();
new_path         1047 lib/utilunix.c             if (new_path == NULL)
new_path         1051 lib/utilunix.c                 g_snprintf (got_path, sizeof (got_path), "%s", new_path);
new_path         1052 lib/utilunix.c                 g_free (new_path);
new_path         1053 lib/utilunix.c                 new_path = got_path;
new_path         1056 lib/utilunix.c             new_path += strlen (got_path);
new_path         1057 lib/utilunix.c             if (!IS_PATH_SEP (new_path[-1]))
new_path         1058 lib/utilunix.c                 *new_path++ = PATH_SEP;
new_path         1062 lib/utilunix.c             *new_path++ = PATH_SEP;
new_path         1088 lib/utilunix.c                         if (new_path == got_path + 1)
new_path         1091 lib/utilunix.c                         while (!IS_PATH_SEP ((--new_path)[-1]))
new_path         1105 lib/utilunix.c                 *new_path++ = *path++;
new_path         1115 lib/utilunix.c             *new_path = '\0';
new_path         1123 lib/utilunix.c                     *new_path = '\0';
new_path         1134 lib/utilunix.c                     new_path = got_path;
new_path         1137 lib/utilunix.c                     while (!IS_PATH_SEP (*(--new_path)))
new_path         1151 lib/utilunix.c             *new_path++ = PATH_SEP;
new_path         1154 lib/utilunix.c         if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1]))
new_path         1155 lib/utilunix.c             new_path--;
new_path         1157 lib/utilunix.c         *new_path = '\0';