Searched refs:colons (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/pwck/
H A Dpwck.c73 int i, j, colons; local
110 colons = 0;
130 delim[colons] = i;
131 ++colons;
134 if (colons != 6) {
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c58 int eflag, badchar, baddigit, badlognam, colons, len; variable
208 colons = 0;
232 delim[colons] = i;
233 if (++colons > NUM_COLONS)
237 if (colons != NUM_COLONS) {
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java88 int colons = 0;
91 colons = 3;
94 colons = 2;
97 colons = 1;
102 if (colons > 0) {
130 // colons before each open curly brace, and again at the end
139 for (int c = 0; c < colons; ++c) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1144 * digits separated by colons e.g. 8:0:20:0:76:39
1168 int base, colons, dots, alphas, double_colon; local
1170 colons = 0;
1191 colons++;
1198 if (isalpha(*tkp) && !colons) {
1214 * The (colons > 1) conditional differentiates between ethernet
1218 if (isdigit(*tkp) || colons > 1) {
1227 if (colons > 1) {
1228 if (colons == 5 && double_colon == 0) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc439 if (p->colons != no_colon) {
497 if ((p->colons != no_colon) &&
H A Dread2.cc671 if (target->colons == no_colon) {
672 target->colons = separator;
674 if (target->colons != separator) {
679 if (target->colons == two_colon) {
H A Dimplicit.cc1033 if (true_target->colons == no_colon) {
1034 true_target->colons = one_colon;
H A Ddoname.cc668 (true_target->colons == no_colon) &&
788 if (target->colons != no_colon) {
3202 if (target->colons != no_colon) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSUNP.c74 int colons=7; /* Number of colons in IPv6 address */ local
76 for(i=0; i<=colons; i++) {
H A DmDNS.c9527 int colons = 0; local
9540 if (colons >=5 || val > 255)
9542 LogMsg("GetValueForMACAddr: Address malformed colons %d val %d", colons, val);
9545 eth->b[colons] = (mDNSs8)val;
9546 colons++;
9550 if (colons != 5)
9552 LogMsg("GetValueForMACAddr: Address malformed colons %d", colons);
9555 eth->b[colons]
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h474 Separator colons:3; member in struct:_Name

Completed in 155 milliseconds