new_path 1083 lib/utilunix.c char *new_path = got_path; new_path 1104 lib/utilunix.c new_path = my_get_current_dir (); new_path 1105 lib/utilunix.c if (new_path == NULL) new_path 1109 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); new_path 1110 lib/utilunix.c g_free (new_path); new_path 1111 lib/utilunix.c new_path = got_path; new_path 1114 lib/utilunix.c new_path += strlen (got_path); new_path 1115 lib/utilunix.c if (!IS_PATH_SEP (new_path[-1])) new_path 1116 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1120 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1146 lib/utilunix.c if (new_path == got_path + 1) new_path 1149 lib/utilunix.c while (!IS_PATH_SEP ((--new_path)[-1])) new_path 1163 lib/utilunix.c *new_path++ = *path++; new_path 1173 lib/utilunix.c *new_path = '\0'; new_path 1181 lib/utilunix.c *new_path = '\0'; new_path 1192 lib/utilunix.c new_path = got_path; new_path 1195 lib/utilunix.c while (!IS_PATH_SEP (*(--new_path))) new_path 1209 lib/utilunix.c *new_path++ = PATH_SEP; new_path 1212 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) new_path 1213 lib/utilunix.c new_path--; new_path 1215 lib/utilunix.c *new_path = '\0';