new_path 1037 lib/utilunix.c char *new_path = got_path; new_path 1058 lib/utilunix.c new_path = g_get_current_dir (); new_path 1059 lib/utilunix.c if (new_path == NULL) new_path 1063 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); new_path 1064 lib/utilunix.c g_free (new_path); new_path 1065 lib/utilunix.c new_path = got_path; new_path 1068 lib/utilunix.c new_path += strlen (got_path); new_path 1069 lib/utilunix.c if (!IS_PATH_SEP (new_path[-1])) new_path 1070 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1074 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1100 lib/utilunix.c if (new_path == got_path + 1) new_path 1103 lib/utilunix.c while (!IS_PATH_SEP ((--new_path)[-1])) new_path 1117 lib/utilunix.c *new_path++ = *path++; new_path 1127 lib/utilunix.c *new_path = '\0'; new_path 1135 lib/utilunix.c *new_path = '\0'; new_path 1146 lib/utilunix.c new_path = got_path; new_path 1149 lib/utilunix.c while (!IS_PATH_SEP (*(--new_path))) new_path 1163 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1166 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) new_path 1167 lib/utilunix.c new_path--; new_path 1169 lib/utilunix.c *new_path = '\0';