at 210 lib/vfs/path.c char *colon, *at, *rest; at 217 lib/vfs/path.c at = strrchr (pcopy, '@'); at 220 lib/vfs/path.c if (at == NULL) at 227 lib/vfs/path.c pend = strchr (at, '\0'); at 228 lib/vfs/path.c *at = '\0'; at 241 lib/vfs/path.c if (pend == at + 1) at 242 lib/vfs/path.c rest = at; at 244 lib/vfs/path.c rest = at + 1; at 248 lib/vfs/utilvfs.c char *colon, *at, *rest; at 274 lib/vfs/utilvfs.c at = strrchr (pcopy, '@'); at 277 lib/vfs/utilvfs.c if (at == NULL) at 283 lib/vfs/utilvfs.c *at = '\0'; at 295 lib/vfs/utilvfs.c if (pend == at + 1) at 296 lib/vfs/utilvfs.c rest = at; at 298 lib/vfs/utilvfs.c rest = at + 1; at 192 lib/widget/input.c char *at, *delim, *colon; at 194 lib/widget/input.c at = strrchr (url, '@'); at 195 lib/widget/input.c if (at == NULL) at 208 lib/widget/input.c if (colon != NULL && colon > at) at 215 lib/widget/input.c return g_strconcat (url, at, (char *) NULL);