colon             123 lib/common/agents.c     char *colon;
colon             130 lib/common/agents.c     colon = strchr(spec, ':');
colon             131 lib/common/agents.c     if ((colon == NULL) || (colon == spec)) {
colon             135 lib/common/agents.c     *standard = strndup(spec, colon - spec);
colon             136 lib/common/agents.c     spec = colon + 1;
colon             139 lib/common/agents.c         colon = strchr(spec, ':');
colon             140 lib/common/agents.c         if ((colon == NULL) || (colon == spec)) {
colon             144 lib/common/agents.c         *provider = strndup(spec, colon - spec);
colon             145 lib/common/agents.c         spec = colon + 1;
colon             262 maint/gnulib/lib/userspec.c   char const *colon = gid ? strchr (spec, ':') : NULL;
colon             264 maint/gnulib/lib/userspec.c     parse_with_separator (spec, colon, uid, gid, username, groupname);
colon             266 maint/gnulib/lib/userspec.c   if (gid && !colon && error_msg)