got_path 1082 lib/utilunix.c char got_path[PATH_MAX]; got_path 1083 lib/utilunix.c char *new_path = got_path; got_path 1106 lib/utilunix.c strcpy (got_path, ""); got_path 1109 lib/utilunix.c g_snprintf (got_path, sizeof (got_path), "%s", new_path); got_path 1111 lib/utilunix.c new_path = got_path; got_path 1114 lib/utilunix.c new_path += strlen (got_path); got_path 1146 lib/utilunix.c if (new_path == got_path + 1) got_path 1174 lib/utilunix.c n = readlink (got_path, link_path, PATH_MAX - 1); got_path 1182 lib/utilunix.c strcpy (resolved_path, got_path); got_path 1192 lib/utilunix.c new_path = got_path; got_path 1212 lib/utilunix.c if (new_path != got_path + 1 && IS_PATH_SEP (new_path[-1])) got_path 1216 lib/utilunix.c strcpy (resolved_path, got_path);