/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 50 chtype tl, chtype tr, chtype bl, chtype br) 52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); 49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | wborder.c | 79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) 91 _TOPLEFT = tl; 78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmxtime.c | 54 struct tm* tl; local 97 if (!(tl = tmlocaltime(&now))) 99 if (tm->tm_isdst = tl->tm_isdst) 115 if (!(tl = tmlocaltime(&now))) 117 tm->tm_isdst = tl->tm_isdst;
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | brdr.c | 50 chtype tl, chtype tr, chtype bl, chtype br) 57 ls, rs, ts, bs, tl, tr, bl, br 61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | wbrdr.c | 55 chtype tl, chtype tr, chtype bl, chtype br) 63 w, ls, rs, ts, bs, tl, tr, bl, br 83 if (tl == 0) 84 tl = ACS_ULCORNER; 85 (void) __m_acs_cc(tl, &wtl); 53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | brdr.c | 53 chtype tl, chtype tr, chtype bl, chtype br) 57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 52 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | brdr_st.c | 53 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, 58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 52 border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr_st.c | 57 const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, 85 if (tl == NULL) 86 tl = WACS_ULCORNER; 94 if (__m_cc_replace(w, 0, 0, tl, 0) == -1) 56 wborder_set(WINDOW *w, const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr.c | 58 chtype tl, chtype tr, chtype bl, chtype br) 79 if (tl == 0) 80 tl = ACS_ULCORNER; 81 (void) __m_acs_cc(tl, &wtl); 56 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/osnet-11/usr/src/lib/krb5/kadm5/ |
H A D | misc_free.c | 92 krb5_tl_data *tl; local 110 tl = val->tl_data->tl_data_next; 113 val->tl_data = tl;
|
H A D | kadm_rpc_xdr.c | 332 krb5_tl_data *tl, *tl2; local 338 tl = tl2 = *tl_data_head; 339 while (tl) { 340 tl2 = tl->tl_data_next; 341 free(tl->tl_data_contents); 342 free(tl); 343 tl = tl2; 348 tl = *tl_data_head; 350 more = (tl != NULL); 353 if (tl [all...] |
/osnet-11/usr/src/cmd/sendmail/libmilter/ |
H A D | smfi.c | 688 size_t tl; local 690 tl = strlen(txt); 691 if (tl > MAXREPLYLEN) 695 len += tl + 2 + rlen;
|
/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 290 double t, th, tl; local 312 tl = (double)acc; 314 t = th + tl; 315 *pe = ((t - th) == tl)? 0 : 1;
|
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_targets.c | 144 struct target_list *tl; local 162 if (!(tl = calloc(1, sizeof (*tl)))) { 166 tl->DAs = NULL; 168 if (!(tl->scopes = calloc(scope_cnt + 1, sizeof (*(tl->scopes))))) { 170 free(tl); 173 tl->uc_scopes = NULL; 174 tl->state = tl 251 struct target_list *tl = (struct target_list *)h; local 256 struct target_list *tl = (struct target_list *)h; local 262 struct target_list *tl = (struct target_list *)h; local 345 struct target_list *tl = (struct target_list *)h; local 377 add2scopes_list(struct da_node *te, struct target_list *tl) argument 476 struct target_list *tl = (struct target_list *)cookie; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | camellia.c | 451 u32 kw4l, kw4r, dw, tl, tr; local 572 tl = subl(10) ^ (subr(10) & ~subr(8)); 573 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw); 574 CamelliaSubkeyL(7) = subl(6) ^ tl; 580 tl = subl(7) ^ (subr(7) & ~subr(9)); 581 dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw); 582 CamelliaSubkeyL(10) = tl ^ subl(11); 592 tl = subl(18) ^ (subr(18) & ~subr(16)); 593 dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw); 594 CamelliaSubkeyL(15) = subl(14) ^ tl; 663 u32 kw4l, kw4r, dw, tl, tr; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | camellia.c | 453 u32 kw4l, kw4r, dw, tl, tr; local 574 tl = subl(10) ^ (subr(10) & ~subr(8)); 575 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw); 576 CamelliaSubkeyL(7) = subl(6) ^ tl; 582 tl = subl(7) ^ (subr(7) & ~subr(9)); 583 dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw); 584 CamelliaSubkeyL(10) = tl ^ subl(11); 594 tl = subl(18) ^ (subr(18) & ~subr(16)); 595 dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw); 596 CamelliaSubkeyL(15) = subl(14) ^ tl; 665 u32 kw4l, kw4r, dw, tl, tr; local [all...] |
/osnet-11/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_principal.c | 172 static krb5_tl_data *dup_tl_data(krb5_tl_data *tl) argument 179 n->tl_data_contents = malloc(tl->tl_data_length); 184 memcpy(n->tl_data_contents, tl->tl_data_contents, tl->tl_data_length); 185 n->tl_data_type = tl->tl_data_type; 186 n->tl_data_length = tl->tl_data_length; 390 /* this is kind of gross, but in order to free the tl data, I need 757 krb5_tl_data *tl; local 761 for (tl = entry->tl_data; tl; 960 krb5_tl_data *tl, *tl2; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/io/ |
H A D | gzio.c | 94 struct huft *tl; member in struct:grub_gzio 680 if ((e = (t = gzio->tl + ((unsigned) b & ml))->e) > 16) 839 if (huft_build (l, 288, 257, cplens, cplext, &gzio->tl, &gzio->bl) != 0) 856 huft_free (gzio->tl); 857 gzio->tl = 0; 916 if (huft_build (ll, 19, 19, NULL, NULL, &gzio->tl, &gzio->bl) != 0) 930 j = (gzio->td = gzio->tl + ((unsigned) b & m))->b; 980 huft_free (gzio->tl); 982 gzio->tl = 0; 990 if (huft_build (ll, nl, 257, cplens, cplext, &gzio->tl, [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | charset.c | 610 unsigned i, tl; local 616 tl = levels[start + i]; 618 levels[end - i] = tl;
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 523 static struct huft *tl; /* literal/length code table */ variable in typeref:struct:huft 525 static int bl; /* lookup bits for tl */ 760 if ((e = (t = tl + ((unsigned) b & ml))->e) > 16) 914 if ((i = huft_build (l, 288, 257, cplens, cplext, &tl, &bl)) != 0) 985 if ((i = huft_build (ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) 998 j = (td = tl + ((unsigned) b & m))->b; 1056 if ((i = huft_build (ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
|
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 78 uint16_t tl = type; local 86 tl = tl << 9; 87 tl |= (len & 0x01FF); 89 *(uint16_t *)(void *)lldpdu = htons(tl);
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 2004 /* don't add the tl data if mkvno == 0 */ 2039 krb5_tl_data *tl = k5alloc(sizeof(*tl), &st); local 2044 tl->tl_data_type = KRB5_TL_CONSTRAINED_DELEGATION_ACL; 2045 tl->tl_data_length = strlen(a2d2[i]); 2046 tl->tl_data_contents = (krb5_octet *)strdup(a2d2[i]); 2047 if (tl->tl_data_contents == NULL) { 2050 free(tl); 2053 tl->tl_data_next = NULL; 2054 *tlp = tl; [all...] |
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_reads.c | 1545 char *tf, *tl, *vf, *vl, *eqsign; local 1557 tl = eqsign - 1; 1565 while (tf < tl && *tf == SPACETOK) 1568 while (tf < tl && *tl == SPACETOK) 1569 tl--; 1571 *(++tl) = '='; 1580 if (vf != tl + 1) 1581 (void) strcpy(tl + 1, vf);
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 3076 inflate_huft *tl, *td; /* trees to free */ member in struct:inflate_blocks_state::__anon13::__anon15 3221 inflate_trees_free(s->sub.decode.tl, z); 3295 inflate_huft *tl, *td; local 3297 inflate_trees_fixed(&bl, &bd, &tl, &td); 3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z); 3304 s->sub.decode.tl = Z_NULL; /* don't try to free these */ 3448 inflate_huft *tl, *td; local 3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z); 3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL) 3467 inflate_trees_free(tl, [all...] |