Symbol: colon
bin/ksh/misc.c
717
const unsigned char *colon;
bin/ksh/misc.c
721
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != MAGIC) {
bin/ksh/misc.c
725
*ep = colon + 3; /* skip MAGIC */
bin/ksh/misc.c
726
len = (size_t)(colon - pattern);
distrib/special/more/more.c
163
int colon(char *, int, int);
distrib/special/more/more.c
901
retval = colon(filename, colonch, nlines);
lib/libc/gen/fnmatch.c
102
const char *colon;
lib/libc/gen/fnmatch.c
113
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
lib/libc/gen/fnmatch.c
117
*ep = colon + 2;
lib/libc/gen/fnmatch.c
118
len = (size_t)(colon - pattern);
lib/libc/gen/glob.c
431
const Char *colon;
lib/libc/gen/glob.c
435
if ((colon = g_strchr(pattern, ':')) == NULL || colon[1] != ']')
lib/libc/gen/glob.c
438
len = (size_t)(colon - pattern);
lib/libcrypto/err/err.c
1055
char *colon = strchr(s, ':');
lib/libcrypto/err/err.c
1056
if (colon == NULL ||
lib/libcrypto/err/err.c
1057
colon > &buf[len - 1] - NUM_COLONS + i) {
lib/libcrypto/err/err.c
1060
colon = &buf[len - 1] - NUM_COLONS + i;
lib/libcrypto/err/err.c
1061
*colon = ':';
lib/libcrypto/err/err.c
1063
s = colon + 1;
usr.bin/indent/indent.c
772
case colon: /* got a ':' */
usr.bin/indent/lexi.c
419
code = colon;
usr.bin/locate/locate/locate.c
106
extern char **colon(char **, char*, char*);
usr.bin/locate/locate/locate.c
134
dbv = colon(dbv, optarg, _PATH_FCODES);
usr.bin/locate/locate/locate.c
158
dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES);
usr.bin/locate/locate/locate.c
160
dbv = colon(dbv, path_fcodes, _PATH_FCODES);
usr.bin/locate/locate/util.c
44
char **colon(char **, char*, char*);
usr.bin/mail/util.c
130
char *colon, *oldhfield = NULL;
usr.bin/mail/util.c
138
if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
usr.bin/mail/util.c
140
if ((hfield = ishfield(linebuf, colon, field)) != NULL)
usr.bin/mail/util.c
153
gethfield(FILE *f, char *linebuf, int rem, char **colon)
usr.bin/mail/util.c
174
*colon = cp;
usr.bin/mail/util.c
209
ishfield(char *linebuf, char *colon, char *field)
usr.bin/mail/util.c
211
char *cp = colon;
usr.bin/rsync/rmatch.c
68
const char *colon;
usr.bin/rsync/rmatch.c
76
if ((colon = strchr(pattern, ':')) == NULL || colon[1] != ']') {
usr.bin/rsync/rmatch.c
80
*ep = colon + 2;
usr.bin/rsync/rmatch.c
81
len = (size_t)(colon - pattern);
usr.bin/ssh/misc.c
874
if ((tmp = colon(sdup)) == NULL)
usr.bin/ssh/misc.h
80
char *colon(char *);
usr.bin/ssh/scp.c
635
if (colon(argv[argc - 1])) /* Dest is remote host. */
usr.bin/tmux/cmd-find.c
1052
colon = strchr(copy, ':');
usr.bin/tmux/cmd-find.c
1053
if (colon != NULL)
usr.bin/tmux/cmd-find.c
1054
*colon++ = '\0';
usr.bin/tmux/cmd-find.c
1055
if (colon == NULL)
usr.bin/tmux/cmd-find.c
1058
period = strchr(colon, '.');
usr.bin/tmux/cmd-find.c
1064
if (colon != NULL && period != NULL) {
usr.bin/tmux/cmd-find.c
1066
window = colon;
usr.bin/tmux/cmd-find.c
1070
} else if (colon != NULL && period == NULL) {
usr.bin/tmux/cmd-find.c
1072
window = colon;
usr.bin/tmux/cmd-find.c
1074
} else if (colon == NULL && period != NULL) {
usr.bin/tmux/cmd-find.c
930
char *colon, *period, *copy = NULL, tmp[256];
usr.bin/tmux/status.c
2103
const char *s, *colon;
usr.bin/tmux/status.c
2143
colon = strchr(s, ':');
usr.bin/tmux/status.c
2146
if (colon == NULL) {
usr.bin/tmux/status.c
2152
if (strchr(colon + 1, '.') == NULL) {
usr.bin/tmux/status.c
2163
out = status_prompt_complete_window_menu(c, session, colon + 1,
usr.sbin/amd/amd/nfs_ops.c
430
char *colon = strchr(mf->mf_info, ':');
usr.sbin/amd/amd/nfs_ops.c
431
if (colon == 0)
usr.sbin/amd/amd/nfs_ops.c
434
error = prime_nfs_fhandle_cache(colon+1, mf->mf_server,
usr.sbin/amd/amd/nfs_ops.c
454
char *colon;
usr.sbin/amd/amd/nfs_ops.c
472
if (!(colon = strchr(fs_name, ':')))
usr.sbin/amd/amd/nfs_ops.c
622
char *colon;
usr.sbin/amd/amd/nfs_ops.c
624
if (!(colon = strchr(fs_name, ':')))
usr.sbin/amd/amd/nfs_ops.c
630
error = prime_nfs_fhandle_cache(colon+1, mf->mf_server, &fhs, NULL);
usr.sbin/amd/amd/restart.c
74
char *colon = strchr(me->mnt_fsname, ':');
usr.sbin/amd/amd/restart.c
75
if (colon && sscanf(colon, ":(pid%d)", &au_pid) == 1) {
usr.sbin/ldapd/schema.c
139
char *colon, *oid;
usr.sbin/ldapd/schema.c
142
colon = strchr(name, ':');
usr.sbin/ldapd/schema.c
143
if (colon != NULL) {
usr.sbin/ldapd/schema.c
144
if (!is_oidstr(colon + 1)) {
usr.sbin/ldapd/schema.c
145
log_warnx("invalid OID after colon: %s", colon + 1);
usr.sbin/ldapd/schema.c
148
*colon = '\0';
usr.sbin/ldapd/schema.c
156
if (colon == NULL)
usr.sbin/ldapd/schema.c
160
sz = strlen(symoid->oid) + 1 + strlen(colon + 1) + 1;
usr.sbin/ldapd/schema.c
168
strlcat(oid, colon + 1, sz);
usr.sbin/ldomctl/parse.y
293
char *colon;
usr.sbin/ldomctl/parse.y
296
colon = strchr($1, ':');
usr.sbin/ldomctl/parse.y
297
if (colon == NULL) {
usr.sbin/ldomctl/parse.y
301
*colon++ = '\0';
usr.sbin/ldomctl/parse.y
307
vcpu_opts.stride = strtonum(colon, 0, INT_MAX, &errstr);
usr.sbin/ldomctl/parse.y
309
yyerror("number %s is %s", colon, errstr);
usr.sbin/nsd/nsd.c
449
char *colon = strchr(sock->device, ':');
usr.sbin/nsd/nsd.c
450
if(colon != NULL)
usr.sbin/nsd/nsd.c
451
*colon = '\0';
usr.sbin/pppd/options.c
1554
char *colon;
usr.sbin/pppd/options.c
1562
if ((colon = strchr(arg, ':')) == NULL)
usr.sbin/pppd/options.c
1568
if (colon != arg) {
usr.sbin/pppd/options.c
1569
*colon = '\0';
usr.sbin/pppd/options.c
1587
*colon = ':';
usr.sbin/pppd/options.c
1593
if (*++colon != '\0') {
usr.sbin/pppd/options.c
1594
if (inet_pton(AF_INET, colon, &ina) != 1) {
usr.sbin/pppd/options.c
1595
if ((hp = gethostbyname(colon)) == NULL) {
usr.sbin/pppd/options.c
1596
option_error("unknown host: %s", colon);
usr.sbin/pppd/options.c
1601
strlcpy(remote_name, colon, MAXNAMELEN);
usr.sbin/radiusd/radiusd_ipcp.c
2070
char *str, *end, *colon, *colon0, *addr = NULL, *port = NULL;
usr.sbin/radiusd/radiusd_ipcp.c
2093
(colon = strrchr(str, ':')) != NULL && colon0 == colon) {
usr.sbin/radiusd/radiusd_ipcp.c
2096
*colon = '\0';
usr.sbin/radiusd/radiusd_ipcp.c
2097
port = colon + 1;
usr.sbin/user/user.c
1460
char *colon;
usr.sbin/user/user.c
1679
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/user/user.c
1683
colonc = (size_t)(colon - buf);
usr.sbin/user/user.c
479
char *colon;
usr.sbin/user/user.c
517
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/user/user.c
527
entc = (int)(colon - buf);
usr.sbin/user/user.c
583
char *colon;
usr.sbin/user/user.c
641
if ((colon = strchr(buf, ':')) == NULL) {
usr.sbin/user/user.c
646
j = (int)(colon - buf);
usr.sbin/ypserv/mknetid/mknetid.c
171
int line_no = 0, len, colon;
usr.sbin/ypserv/mknetid/mknetid.c
194
k = p; colon = 0;
usr.sbin/ypserv/mknetid/mknetid.c
197
colon++;
usr.sbin/ypserv/mknetid/mknetid.c
201
if (colon > 0) {
usr.sbin/ypserv/mknetid/mknetid.c
213
if (colon < 4) {
usr.sbin/ypserv/mknetid/mknetid.c
258
int line_no = 0, len, colon;
usr.sbin/ypserv/mknetid/mknetid.c
281
k = p; colon = 0;
usr.sbin/ypserv/mknetid/mknetid.c
284
colon++;
usr.sbin/ypserv/mknetid/mknetid.c
288
if (colon > 0) {
usr.sbin/ypserv/mknetid/mknetid.c
300
if (colon < 3) {