Searched refs:chars (Results 1 - 25 of 37) sorted by relevance

12

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8_conv.c119 ucs2len++; /* Count number of wide chars stored/required */
138 size_t chars; local
140 chars = krb5int_utf8_chars(utf8s);
141 *ucs2s = (krb5_ucs2 *)malloc((chars + 1) * sizeof(krb5_ucs2));
146 len = k5_utf8s_to_ucs2s(*ucs2s, utf8s, chars + 1, 0);
154 *ucs2chars = chars;
167 size_t chars; local
169 chars = krb5int_utf8c_chars(utf8s, utf8slen);
170 *ucs2s = (krb5_ucs2 *)malloc((chars + 1) * sizeof(krb5_ucs2));
175 len = k5_utf8s_to_ucs2s(*ucs2s, utf8s, chars
195 size_t chars; local
225 size_t chars; local
[all...]
H A Dutf8.c72 size_t chars = 0; local
75 chars++;
77 return chars;
83 size_t chars = 0; local
87 chars++;
89 return chars;
/osnet-11/usr/src/lib/libcmd/common/
H A Dwc.c50 "[c:bytes|chars:chars?List the byte counts.]"
51 "[m|C:multibyte-chars?List the character counts.]"
81 sfprintf(sfstdout," %7I*d",sizeof(wp->chars),wp->chars);
83 sfprintf(sfstdout," %7I*d",sizeof(wp->chars),wp->longest);
168 wp->chars = statb.st_size - lseek(sffileno(fp),0L,1);
175 tchars += wp->chars;
183 wp->chars = tchars;
H A Dwc.h47 Sfoff_t chars; member in struct:__anon1500
H A Duniq.c55 "[s:skip-chars]#[chars?\achars\a is the number of characters to skip over "
60 "equivalent to \b--skip-chars\b=\anumber\a.]"
62 "[w:check-chars]#[chars?\achars\a is the number of characters to compare "
85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument
117 if (chars)
120 for (f = chars; f; f--)
123 cp += chars;
250 int fields=0, chars local
[all...]
H A Dwclib.c518 wp->chars = nchars;
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.s46 je .equal / Used all n chars?
54 je .equal / Used all n chars?
62 je .equal / Used all n chars?
70 je .equal / Used all n chars?
H A Dmemchr.s32 / or NULL if not found in chars; doesn't stop at \0.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s41 je .equal / Used all n chars?
49 je .equal / Used all n chars?
57 je .equal / Used all n chars?
65 je .equal / Used all n chars?
H A Dwsncmp.s51 je .equal / Used all n chars?
59 je .equal / Used all n chars?
67 je .equal / Used all n chars?
75 je .equal / Used all n chars?
H A Dmemset.s40 cmpl $20,%ecx / strings with 20 or more chars should
H A Dmemchr.s32 / or NULL if not found in chars; doesn't stop at \0.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dcrlf.t81 my($text, $chars) = @_;
83 $seen++ while $text =~ /$chars/g;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmktemp.c89 chars[64] = { variable
173 if (c == chars[i])
204 *s++ = chars[num & 077];
H A Dlocaltime.c209 * chars
227 int charcnt; /* # zone abbv. chars */
228 char *chars; /* Zone abbv. chars */ member in struct:state
859 entry->chars = NULL;
877 entry->chars = charsbuf;
892 libc_free((char *)entry->chars);
1240 newtzname[0] = &lclzonep->chars[ttisp->tt_abbrind];
1243 newtzname[1] = &lclzonep->chars[alt->tt_abbrind];
1250 newtzname[1] = &lclzonep->chars[ttis
[all...]
H A Dreaddir_r.c159 char chars[MAXNAMLEN]; member in struct:__anon1414
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchop.t186 my @chars = ("N", "\xd3", substr ("\xd4\x{100}", 0, 1), chr 1296);
187 foreach my $start (@chars) {
188 foreach my $end (@chars) {
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java229 protected Color getColorFor( byte[] chars, int length) argument
233 for ( int i=0; i < length && chars[i] != ':'; i++)
234 rgb = rgb ^ ( (int) chars[i] << (i%3+2) * 8);
237 // for ( int i=0; i < length && chars[i] != ':'; i++)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm71 non-base64 chars, is not a multiple of 4 or if padding occurs too early,
129 of four base64 chars:
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c377 sum += check->chars[i];
H A Dpci.h261 char chars[16]; member in union:bios32
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm192 might therefore croak if the provided arguments contain chars with
226 chars as argument. It's a shorthand for C<< $ctx->add_bits(pack("B*",
H A DDumpvalue.pm8 # translate control chars to ^X - Randal Schwartz
562 Whether to print chars with high bit set in binary or "as is".
608 with names which ends on C<bar>, or are shorter than 5 chars.
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c2675 char chars[PAGE_READ_SIZE]; local
2696 res = fread(chars, 1, size, prov->pxc_file);
2702 chars, res, conf->pc_location)) == NULL) {
2707 while ((res = fread(chars, 1, size, prov->pxc_file)) > 0) {
2708 if (xmlParseChunk(ctxt, chars, res, 0) != 0) {
2714 if (xmlParseChunk(ctxt, chars, 0, 1) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm283 strings that contains chars with ordinal number above 255. The MD5

Completed in 124 milliseconds

12