Home
last modified time | relevance | path

Searched refs:colons (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/pwck/
H A Dpwck.c73 int i, j, colons; in main() local
110 colons = 0; in main()
130 delim[colons] = i; in main()
131 ++colons; in main()
134 if (colons != 6) { in main()
/titanic_44/usr/src/cmd/grpck/
H A Dgrpck.c58 int eflag, badchar, baddigit, badlognam, colons, len; variable
208 colons = 0; in main()
232 delim[colons] = i; in main()
233 if (++colons > NUM_COLONS) in main()
237 if (colons != NUM_COLONS) { in main()
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java88 int colons = 0; in applyProbespec() local
91 colons = 3; in applyProbespec()
94 colons = 2; in applyProbespec()
97 colons = 1; in applyProbespec()
102 if (colons > 0) { in applyProbespec()
139 for (int c = 0; c < colons; ++c) { in applyProbespec()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1168 int base, colons, dots, alphas, double_colon; in next() local
1170 colons = 0; in next()
1191 colons++; in next()
1198 if (isalpha(*tkp) && !colons) { in next()
1218 if (isdigit(*tkp) || colons > 1) { in next()
1227 if (colons > 1) { in next()
1228 if (colons == 5 && double_colon == 0) { in next()
/titanic_44/usr/src/cmd/make/bin/
H A Dmisc.cc439 if (p->colons != no_colon) { in dump_make_state()
497 if ((p->colons != no_colon) && in dump_target_list()
H A Dread2.cc671 if (target->colons == no_colon) { in enter_dependencies()
672 target->colons = separator; in enter_dependencies()
674 if (target->colons != separator) { in enter_dependencies()
679 if (target->colons == two_colon) { in enter_dependencies()
H A Dimplicit.cc1033 if (true_target->colons == no_colon) { in find_percent_rule()
1034 true_target->colons = one_colon; in find_percent_rule()
H A Ddoname.cc666 (true_target->colons == no_colon) && in doname()
786 if (target->colons != no_colon) { in doname()
3196 if (target->colons != no_colon) { in target_can_be_built()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c81 int colons=7; /* Number of colons in IPv6 address */ in plen_to_mask() local
83 for(i=0;i<=colons;i++) { in plen_to_mask()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Ddefs.h474 Separator colons:3; member
/titanic_44/usr/src/cmd/sed/
H A DPOSIX82 by semi-colons, e.g. 'sed -ne '1p;2p;3q' printed the first
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt102 # format values are a list of token names, separated by colons. The
109 # comment is an array of strings separated by colons. If comments
/titanic_44/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4533 # are colons OK in addresses?
800 dnl R$* < @ $~[ $* : $* > $* $1 < @ $2 $3 > $4 nix colons in addrs
/titanic_44/usr/src/cmd/sendmail/cf/
H A DREADME3712 If set, colons are treated as a regular
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src190 # brackets). Termcap capability names are bracketed with :: (colons).
H A Dterminfo.src190 # brackets). Termcap capability names are bracketed with :: (colons).