new_path 1099 lib/utilunix.c char *new_path = got_path; new_path 1120 lib/utilunix.c new_path = my_get_current_dir (); new_path 1121 lib/utilunix.c if (new_path == NULL) new_path 1125 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); new_path 1126 lib/utilunix.c g_free (new_path); new_path 1127 lib/utilunix.c new_path = got_path; new_path 1130 lib/utilunix.c new_path += strlen (got_path); new_path 1131 lib/utilunix.c if (!IS_PATH_SEP (new_path[-1])) new_path 1132 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1136 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1162 lib/utilunix.c if (new_path == got_path + 1) new_path 1165 lib/utilunix.c while (!IS_PATH_SEP ((--new_path)[-1])) new_path 1179 lib/utilunix.c *new_path++ = *path++; new_path 1189 lib/utilunix.c *new_path = '\0'; new_path 1197 lib/utilunix.c *new_path = '\0'; new_path 1208 lib/utilunix.c new_path = got_path; new_path 1211 lib/utilunix.c while (!IS_PATH_SEP (*(--new_path))) new_path 1225 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1228 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) new_path 1229 lib/utilunix.c new_path--; new_path 1231 lib/utilunix.c *new_path = '\0';