/titanic_44/usr/src/cmd/pwck/ |
H A D | pwck.c | 73 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 D | grpck.c | 58 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 D | JDTrace.java | 88 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 D | snoop_filter.c | 1168 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 D | misc.cc | 439 if (p->colons != no_colon) { in dump_make_state() 497 if ((p->colons != no_colon) && in dump_target_list()
|
H A D | read2.cc | 671 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 D | implicit.cc | 1033 if (true_target->colons == no_colon) { in find_percent_rule() 1034 true_target->colons = one_colon; in find_percent_rule()
|
H A D | doname.cc | 666 (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 D | mDNSUNP.c | 81 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 D | defs.h | 474 Separator colons:3; member
|
/titanic_44/usr/src/cmd/sed/ |
H A D | POSIX | 82 by semi-colons, e.g. 'sed -ne '1p;2p;3q' printed the first
|
/titanic_44/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 102 # 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 D | proto.m4 | 533 # 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 D | README | 3712 If set, colons are treated as a regular
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 190 # brackets). Termcap capability names are bracketed with :: (colons).
|
H A D | terminfo.src | 190 # brackets). Termcap capability names are bracketed with :: (colons).
|