got_path 1094 lib/utilunix.c char got_path[PATH_MAX]; got_path 1095 lib/utilunix.c char *new_path = got_path; got_path 1118 lib/utilunix.c strcpy (got_path, ""); got_path 1121 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); got_path 1123 lib/utilunix.c new_path = got_path; got_path 1126 lib/utilunix.c new_path += strlen (got_path); got_path 1158 lib/utilunix.c if (new_path == got_path + 1) got_path 1186 lib/utilunix.c n = readlink (got_path, link_path, PATH_MAX - 1); got_path 1194 lib/utilunix.c strcpy (resolved_path, got_path); got_path 1204 lib/utilunix.c new_path = got_path; got_path 1224 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) got_path 1228 lib/utilunix.c strcpy (resolved_path, got_path);