got_path 1098 lib/utilunix.c char got_path[PATH_MAX]; got_path 1099 lib/utilunix.c char *new_path = got_path; got_path 1122 lib/utilunix.c strcpy (got_path, ""); got_path 1125 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); got_path 1127 lib/utilunix.c new_path = got_path; got_path 1130 lib/utilunix.c new_path += strlen (got_path); got_path 1162 lib/utilunix.c if (new_path == got_path + 1) got_path 1190 lib/utilunix.c n = readlink (got_path, link_path, PATH_MAX - 1); got_path 1198 lib/utilunix.c strcpy (resolved_path, got_path); got_path 1208 lib/utilunix.c new_path = got_path; got_path 1228 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) got_path 1232 lib/utilunix.c strcpy (resolved_path, got_path);