Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c55 int eflag, badchar, baddigit, badlognam, colons, len; variable
205 colons = 0; in main()
229 delim[colons] = i; in main()
230 if (++colons > NUM_COLONS) in main()
234 if (colons != NUM_COLONS) { in main()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1170 int base, colons, dots, alphas, double_colon; in next() local
1172 colons = 0; in next()
1193 colons++; in next()
1200 if (isalpha(*tkp) && !colons) { in next()
1220 if (isdigit(*tkp) || colons > 1) { in next()
1229 if (colons > 1) { in next()
1230 if (colons == 5 && double_colon == 0) { in next()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc449 if (p->colons != no_colon) { in dump_make_state()
507 if ((p->colons != no_colon) && in dump_target_list()
H A Dread2.cc673 if (target->colons == no_colon) { in enter_dependencies()
674 target->colons = separator; in enter_dependencies()
676 if (target->colons != separator) { in enter_dependencies()
681 if (target->colons == two_colon) { in enter_dependencies()
H A Dimplicit.cc1036 if (true_target->colons == no_colon) { in find_percent_rule()
1037 true_target->colons = one_colon; in find_percent_rule()
H A Ddoname.cc676 (true_target->colons == no_colon) && in doname()
796 if (target->colons != no_colon) { in doname()
3211 if (target->colons != no_colon) { in target_can_be_built()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSUNP.c74 int colons=7; /* Number of colons in IPv6 address */ in plen_to_mask() local
76 for(i=0; i<=colons; i++) { in plen_to_mask()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h474 Separator colons:3; member
/illumos-gate/usr/src/cmd/sed/
H A DPOSIX82 by semi-colons, e.g. 'sed -ne '1p;2p;3q' printed the first
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c9817 int colons = 0; in GetValueForMACAddr() local
9830 if (colons >=5) in GetValueForMACAddr()
9832 LogMsg("GetValueForMACAddr: Address malformed colons %d val %d", colons, val); in GetValueForMACAddr()
9835 eth->b[colons] = (mDNSs8)val; in GetValueForMACAddr()
9836 colons++; in GetValueForMACAddr()
9840 if (colons != 5) in GetValueForMACAddr()
9842 LogMsg("GetValueForMACAddr: Address malformed colons %d", colons); in GetValueForMACAddr()
9845 eth->b[colons] = (mDNSs8)val; in GetValueForMACAddr()
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt104 # format values are a list of token names, separated by colons. The
111 # comment is an array of strings separated by colons. If comments
/illumos-gate/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
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3712 If set, colons are treated as a regular
/illumos-gate/usr/src/data/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).