Searched defs:tc (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dstrrspn.c38 * to be trimmed (tc).
42 strrspn(const char *string, const char *tc) argument
48 if (!strchr(tc, *--p))
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c58 char tc; local
137 nbytes = read(fd, &tc, sizeof (tc));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcopywin.c100 int i, tc; local
122 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcopywin.c95 int tc; local
104 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
110 __m_touch_locs(t, tminr, tc, tc + 1);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c337 LCN tc; local
343 tc = lcn + bmp_pos + 1;
345 "position, tc = 0x%llx, search_zone = %i.\n",
346 (long long)tc, search_zone);
351 if (tc >= vol->mft_zone_end) {
358 tc > vol->mft_zone_pos)
359 && tc >= vol->mft_lcn)
360 vol->mft_zone_pos = tc;
367 if (tc >= vol->nr_clusters)
372 tc > vo
476 LCN tc; local
512 LCN tc; local
546 LCN tc; local
[all...]
H A Dunistr.c437 char *tc; local
442 tc = (char*)ntfs_malloc((mbs_len + 64) & ~63);
443 if (!tc)
445 memcpy(tc, mbs, mbs_len);
448 mbs = tc;
577 ntfschar *tc; local
587 tc = (ntfschar*)realloc(ucs, ucs_len);
588 if (!tc)
590 ucs = tc;
/osnet-11/usr/src/lib/libast/common/string/
H A Dbase64.c57 register unsigned char* tc; local
88 tc = tp + B64_EC * B64_CHUNK;
110 } while (tp < tc);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc669 table_col *tc; local
695 tc = to->zo_data.objdata_u.ta_data.ta_cols.ta_cols_val;
698 tc = 0;
710 tc = 0;
733 if (tc != 0)
735 entryFlagsFromTable(tc[ic-1].tc_flags);
H A Dnis_db.cc830 table_col tc[NIS_MAXCOLUMNS+1]; local
855 tc[i+1] = tobj.ta_cols.ta_cols_val[i];
857 tc[0].tc_name = 0;
858 tc[0].tc_flags = TA_XDR | TA_BINARY;
859 tc[0].tc_rights = 0;
861 tobj.ta_cols.ta_cols_val = tc;
/osnet-11/usr/src/lib/libresolv/arpa/
H A Dnameser.h156 u_char tc:1; /* truncated message */ member in struct:__anon2411
168 u_char tc:1; /* truncated message */ member in struct:__anon2411
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c981 char *beg = dn, tc; local
1003 tc = *cp++;
1004 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
1009 tc = *cp++;
1011 ((tc >> 4) & 0x0f) & (0x0f << (4 - b))));
/osnet-11/usr/src/lib/librstp/common/
H A Dport.h123 Bool tc; /* 17.18.36 */ member in struct:port_t
H A Duid_stp.h199 unsigned char tc; member in struct:__anon2473
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c1051 int tc; local
1072 tc = _ast_iconv_name(t, to, sizeof(to));
1074 error(DEBUG_TRACE, "AHA#%d _ast_iconv_open f=%s:%s:%d t=%s:%s:%d\n", __LINE__, f, fr, fc, t, to, tc);
1076 if (fc != CC_ICONV && fc == tc || streq(fr, to))
1113 if (fc >= 0 && tc >= 0)
1114 cc->from.map = ccmap(fc, tc);
1147 switch (tc)
1164 if (tc < 0)
1166 cc->to.map = ccmap(CC_ASCII, tc);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c578 md_ctlr_ctl_t *c, *tc = NULL; local
581 for (c = *clpp; c != NULL; c = tc) {
582 tc = c->ctl_next;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1430 Cchr_t* tc; local
1637 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc;
1654 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))
1655 cc = tc;
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1880 int i, col, digit, port, dc, tc; local
1918 digit = dc = tc = 0;
1928 tc++;
1936 if (__s_api_isipv4(&s[dc]) && tc)
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c1432 _member_tl_cb_t *tc = (_member_tl_cb_t *)userdata; local
1453 if (_mlist_add(tc->listpp, username[0]) < 0) {
1457 tc->cnt++;

Completed in 129 milliseconds