new_path 1095 lib/utilunix.c char *new_path = got_path; new_path 1116 lib/utilunix.c new_path = my_get_current_dir (); new_path 1117 lib/utilunix.c if (new_path == NULL) new_path 1121 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); new_path 1122 lib/utilunix.c g_free (new_path); new_path 1123 lib/utilunix.c new_path = got_path; new_path 1126 lib/utilunix.c new_path += strlen (got_path); new_path 1127 lib/utilunix.c if (!IS_PATH_SEP (new_path[-1])) new_path 1128 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1132 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1158 lib/utilunix.c if (new_path == got_path + 1) new_path 1161 lib/utilunix.c while (!IS_PATH_SEP ((--new_path)[-1])) new_path 1175 lib/utilunix.c *new_path++ = *path++; new_path 1185 lib/utilunix.c *new_path = '\0'; new_path 1193 lib/utilunix.c *new_path = '\0'; new_path 1204 lib/utilunix.c new_path = got_path; new_path 1207 lib/utilunix.c while (!IS_PATH_SEP (*(--new_path))) new_path 1221 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1224 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) new_path 1225 lib/utilunix.c new_path--; new_path 1227 lib/utilunix.c *new_path = '\0';