/osnet-11/usr/src/lib/libgen/common/ |
H A D | strrspn.c | 38 * to be trimmed (tc). 42 strrspn(const char *string, const char *tc) argument 48 if (!strchr(tc, *--p))
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | copywin.c | 95 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 D | lcnalloc.c | 337 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 D | unistr.c | 437 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/libxcurses/src/libc/xcurses/ |
H A D | copywin.c | 100 int i, tc; local 122 for (tc = tminc; tc <= tmaxc; ++tc, ++tt, ++st) {
|
/osnet-11/usr/src/lib/efcode/efdaemon/ |
H A D | efdaemon.c | 58 char tc; local 137 nbytes = read(fd, &tc, sizeof (tc));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/ |
H A D | s2p.t | 811 for my $tc ( sort keys %testcase ){ 817 my $script = $testcase{$tc}{script}; 820 if( exists( $testcase{$tc}{datfil} ) ){ 821 my( $datnam, $datdat ) = @{$testcase{$tc}{datfil}}; 834 if( $indat ne $testcase{$tc}{input} ){ 835 $indat = $testcase{$tc}{input}; 843 $testcase{$tc}{expect} =~ s/\n\n/\n/ if $^O eq 'VMS'; 848 is( $psedres, $testcase{$tc}{expect}, "psed $tc" ); 860 is( $s2pres, $testcase{$tc}{expec [all...] |
/osnet-11/usr/src/lib/librstp/common/ |
H A D | topoch.c | 121 port->tc = 128 port->rcvdTcAck = port->tc = port->tcProp = False; 140 port->tc = False; 197 port->tc || port->tcProp) 203 if (port->tc)
|
H A D | uid_stp.h | 199 unsigned char tc; member in struct:__anon2473
|
H A D | port.h | 123 Bool tc; /* 17.18.36 */ member in struct:port_t
|
H A D | sttrans.c | 99 port->tc = !port->operEdge;
|
H A D | stp_in.c | 419 entry->tc = port->tc; 651 stp_trace ("port %s tc=TRUE by operEdge", port->port_name); 654 port->tc = True; /* IEEE 802.1y, 17.30 */
|
/osnet-11/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 156 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/libshell/common/features/ |
H A D | math.sh | 212 tc= 221 tc="$tc${sep}0" 229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | base64.c | 57 register unsigned char* tc; local 88 tc = tp + B64_EC * B64_CHUNK; 110 } while (tp < tc);
|
/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_name.c | 981 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/cmd/perl/5.8.4/distrib/lib/ |
H A D | Benchmark.pm | 716 my ($n, $tc); 721 $tc = $td->[1] + $td->[2]; 722 last if $tc > 0.1; 729 while ( $tc < $tpra ) { 734 $n = int( $tpra * 1.05 * $n / $tc ); # Linear approximation. 738 $tc = $new_tc > 1.2 * $tc ? $new_tc : 1.2 * $tc; 754 $n = int( $n * ( 1.05 * $tmax / $tc ) );
|
H A D | termcap.pl | 60 } while s/:tc=([^:]+):/:/ && ($TERM = $1);
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | iconv.c | 1051 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/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 147 if (hp->tc && !usingTCP && (statp->options & RES_IGNTC) == 0U) {
|
/osnet-11/usr/src/lib/libresolv/ |
H A D | res_send.c | 290 anhp->tc = 1; 450 if (!(_res.options & RES_IGNTC) && anhp->tc) {
|
H A D | res_debug.c | 123 if (hp->tc) 124 fprintf(file, " tc");
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 669 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 D | nis_db.cc | 830 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/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Cap.pm | 135 files are searched and a tc field occurs in the requested entry, 137 succeeding files. If there is a C<:tc=...:> in the I<TERMCAP> 198 # $tmp_term is always the next term (possibly :tc=...:) we are looking for 242 $max = 32; # max :tc=...:'s 248 if ($entry =~ s/:tc=([^:]+):/:/) { 295 # If :tc=...: found then search this file again 296 $entry =~ s/:tc=([^:]+):/:/ && ($tmp_term = $1, $state = 2);
|