at 241 lib/vfs/path.c char *colon, *at, *rest; at 248 lib/vfs/path.c at = strrchr (pcopy, '@'); at 251 lib/vfs/path.c if (at == NULL) at 258 lib/vfs/path.c pend = strchr (at, '\0'); at 259 lib/vfs/path.c *at = '\0'; at 272 lib/vfs/path.c if (pend == at + 1) at 273 lib/vfs/path.c rest = at; at 275 lib/vfs/path.c rest = at + 1; at 246 lib/vfs/utilvfs.c char *colon, *at, *rest; at 272 lib/vfs/utilvfs.c at = strrchr (pcopy, '@'); at 275 lib/vfs/utilvfs.c if (at == NULL) at 281 lib/vfs/utilvfs.c *at = '\0'; at 293 lib/vfs/utilvfs.c if (pend == at + 1) at 294 lib/vfs/utilvfs.c rest = at; at 296 lib/vfs/utilvfs.c rest = at + 1; at 189 lib/widget/input.c char *at, *delim, *colon; at 191 lib/widget/input.c at = strrchr (url, '@'); at 192 lib/widget/input.c if (at == NULL) at 205 lib/widget/input.c if (colon != NULL && colon > at) at 212 lib/widget/input.c return g_strconcat (url, at, (char *) NULL);