/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | __fgetwc_xpg5.c | 44 void *lc; local 50 if (_set_orientation_wide(iop, &lc, 57 result = fp_fgetwc(lc, iop);
|
H A D | __fgetws_xpg5.c | 59 void *lc; local 65 if (_set_orientation_wide(iop, &lc, 73 if ((c = fp_fgetwc(lc, iop)) == EOF) {
|
H A D | __fputwc_xpg5.c | 56 void *lc; local 62 if (_set_orientation_wide(iop, &lc, 73 n = fp_wctomb(lc, mbs, (wchar_t)wc);
|
H A D | __ungetwc_xpg5.c | 59 void *lc; local 65 if (_set_orientation_wide(iop, &lc, 77 n = fp_wctomb(lc, mbs, (wchar_t)wc);
|
H A D | __fputws_xpg5.c | 67 void *lc; local 73 if (_set_orientation_wide(iop, &lc, 85 if ((ret = fp_wctomb(lc, mp, *ptr++)) == -1) {
|
/osnet-11/usr/src/lib/libgen/common/ |
H A D | gmatch.c | 77 wchar_t lc = 0; local 88 if (c == '-' && lc && *p != ']') { 95 valid_range(lc, c)) { 96 if (scc < lc || scc > c) 103 valid_range(lc, c)) 104 if (lc <= scc && 112 lc = c; 114 if (scc != lc) 121 if (scc == lc)
|
H A D | reg_compile.c | 156 wchar_t lc, cl; local 238 lc = 0; 262 if (c == '-' && lc != 0) { 274 while (lc < c) { 275 PLACE(lc); 276 lc++; 279 if (valid_range(lc, c) && lc < c) 283 lc = 0; 285 lc [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | strtod.c | 51 int lc; local 53 lc = (__xpg6 & _C99SUSv3_recognize_hexfp)? -1 : 0; 54 string_to_decimal((char **)&cp, MAXINT, lc, &dr, &form, &pechar);
|
/osnet-11/usr/src/grub/grub2/include/grub/lib/ |
H A D | LzmaEnc.h | 40 int lc; /* 0 <= lc <= 8, default = 3 */ member in struct:_CLzmaEncProps
|
H A D | LzmaDec.h | 49 unsigned lc, lp, pb; member in struct:_CLzmaProps
|
/osnet-11/usr/src/lib/libkmf/ber_der/common/ |
H A D | decode.c | 107 unsigned char lc; local 137 if (kmfber_read(ber, (char *)&lc, 1) != 1) 139 if (lc & 0x80) { 140 noctets = (lc & 0x7f); 149 *len = lc;
|
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | decode.c | 103 unsigned char lc; local 132 if ( ber_read( ber, (char *) &lc, 1 ) != 1 ) 134 if ( lc & 0x80 ) { 135 noctets = (lc & 0x7f); 144 *len = lc;
|
H A D | io.c | 570 unsigned char lc; local 615 if ( BerRead( sb, (char *) &lc, 1 ) != 1 ) { 618 if ( lc & 0x80 ) { 619 noctets = (lc & 0x7f); 629 *len = lc;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | request.c | 63 static void use_connection( LDAP *ld, LDAPConn *lc ); 169 *parentreq, LDAPServer *srvlist, LDAPConn *lc, int bind ) 186 if ( lc == NULL ) { 202 lc = ld->ld_defconn; 204 if (( lc = find_connection( ld, srvlist, 1 )) == 206 lc = new_connection( ld, &srvlist, 0, 1, bind ); 212 if ( lc == NULL || lc->lconn_status != LDAP_CONNST_CONNECTED ) { 226 use_connection( ld, lc ); 230 free_connection( ld, lc, 168 send_server_request( LDAP *ld, BerElement *ber, int msgid, LDAPRequest *parentreq, LDAPServer *srvlist, LDAPConn *lc, int bind ) argument 302 LDAPConn *lc; local 428 LDAPConn *lc; local 468 free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind ) argument 520 LDAPConn *lc; local [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | decode.c | 96 unsigned char lc; local 125 if ( ber_read( ber, (char *) &lc, 1 ) != 1 ) 127 if ( lc & 0x80 ) { 128 noctets = (lc & 0x7f); 137 *len = lc;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | locale.c | 84 struct lconv* lc; local 86 lc = localeconv(); 87 if (lc && lc->decimal_point) { 88 if (lc->decimal_point[0] == '.' && lc->decimal_point[1] == 0) { 94 sv_setpv(PL_numeric_radix_sv, lc->decimal_point); 96 PL_numeric_radix_sv = newSVpv(lc->decimal_point, 0);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | mc.c | 69 Lc_t* lc; local 77 if (!(lc = locale ? lcmake(locale) : locales[category])) 131 v = lc->code; 132 if (lc->code != lc->language->code) 138 v = lc->language->code; 143 v = lc->language->code; 146 v = lc->territory->code; 149 v = lc->charset->code;
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 191 Ctype_t* lc; local 204 lc = (Ctype_t*)setlocale(LC_CTYPE, NiL); 212 else if (!xp && cp->next && cp->next != lc) 216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc)) 245 cp->next = lc;
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | lc.h | 61 const struct Lc_s* lc; member in struct:Lc_info_s
|