at                244 lib/vfs/path.c     char *colon, *at, *rest;
at                251 lib/vfs/path.c     at = strrchr (pcopy, '@');
at                254 lib/vfs/path.c     if (at == NULL)
at                261 lib/vfs/path.c         pend = strchr (at, '\0');
at                262 lib/vfs/path.c         *at = '\0';
at                275 lib/vfs/path.c         if (pend == at + 1)
at                276 lib/vfs/path.c             rest = at;
at                278 lib/vfs/path.c             rest = at + 1;
at                244 lib/vfs/utilvfs.c     char *colon, *at, *rest;
at                270 lib/vfs/utilvfs.c     at = strrchr (pcopy, '@');
at                273 lib/vfs/utilvfs.c     if (at == NULL)
at                279 lib/vfs/utilvfs.c         *at = '\0';
at                291 lib/vfs/utilvfs.c         if (pend == at + 1)
at                292 lib/vfs/utilvfs.c             rest = at;
at                294 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);