colon
char *colon = strchr(s, ':');
if (colon == NULL ||
colon > &buf[len - 1] - NUM_COLONS + i) {
colon = &buf[len - 1] - NUM_COLONS + i;
*colon = ':';
s = colon + 1;
if ((tmp = colon(sdup)) == NULL)
char *colon(char *);
if (colon(argv[argc - 1])) /* Dest is remote host. */
const Char *colon;
if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
len = (size_t)(colon - pattern);
colon = strchr(optarg, ':');
if (colon == NULL) {
*colon = '\0';
optarg + 1, colon + 1);
optarg + 1, colon + 1);
optarg, colon + 1);
optarg, colon + 1);
char *colon;
case colon: /* got a ':' */
code = colon;
extern char **colon(char **, char*, char*);
dbv = colon(dbv, optarg, _PATH_FCODES);
dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES);
dbv = colon(dbv, path_fcodes, _PATH_FCODES);
char **colon(char **, char*, char*);
char *colon, *oldhfield = NULL;
if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
if ((hfield = ishfield(linebuf, colon, field)) != NULL)
gethfield(FILE *f, char *linebuf, int rem, char **colon)
*colon = cp;
ishfield(char *linebuf, char *colon, const char *field)
char *cp = colon;
const char *fmt, *colon;
colon = strchr(arg, ':');
if (colon == NULL || strchr(colon + 1, ':') == NULL)
char *atsign, *colon, *lhside, *numstr, *period, *rhside;
colon = strchr(jobstr, ':');
if (colon != NULL)
*colon = '\0';
if (colon != NULL) {
rhside = colon + 1;
if (colon != NULL)
*colon = ':';
char *colon;
colon = strchr(str, ':');
if (!colon) {
*colon = '\0'; /* Cheat the const-ness ! */
*colon = ':'; /* Cheat the const-ness ! */
return StrToPortRange(colon + 1, low, high, proto);
char *colon;
colon = memchr(ut.ut_host, ':', sizeof ut.ut_host);
if (colon)
*colon = '\0';
char *port, *host, *colon;
colon = strchr(argv[arg], ':');
if (colon) {
port = colon + 1;
*colon = '\0';
if (colon)
*colon = ':';
char *dot, *colon;
colon = strrchr(arg, ':');
return (colon);
if (colon == NULL)
if (dot < colon)
return (colon);