Searched defs:chars (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dreaddir_r.c159 char chars[MAXNAMLEN]; member in struct:__anon1414
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...]
/osnet-11/usr/src/lib/libcmd/common/
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...]
/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/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/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/grub/grub-0.97/netboot/
H A Dpci.h261 char chars[16]; member in union:bios32

Completed in 40 milliseconds