Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 25 of 94) sorted by path

1234

/illumos-gate/usr/src/cmd/acct/
H A Dacctmerg.c169 struct tacct tc; in sumcurr() local
172 memcpy(&tc, tp, sizeof(struct tacct)); in sumcurr()
177 tp->ta_uid == tc.ta_uid && in sumcurr()
178 (uidsum || EQN(tp->ta_name, tc.ta_name))) { in sumcurr()
179 tacctadd(&tc, tp); in sumcurr()
185 output(&tc); in sumcurr()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_builtin_tail.sh286 nameref tc=testcases[${testid}]
289 nameref argv=tc.tail_args[${argv_variants}].argv
295 …exit "test ${tc.name}/${argv_variants}: Expected $(doublebackslashquote "${tc.expected_output}"), …
H A Dsun_solaris_cr_6835835_builtin_cat_n_broken.sh116 nameref tc=testcases[${testid}]
118 out="$( ${SHELL} -o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
121 out="$( ${SHELL} +o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh141 nameref tc=testcases[${testid}]
152 …out="$(printf "${tc.input_format}" | ${SHELL} -c "${wc_cmd} \"\$@\"" dummy "${tc.wc_args[@]}" 2>&1…
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh125 nameref tc=testcases[${testid}]
140 cut_args+=( "$( printf -- "${tc.cut_args_format[arg_index]}" )" )
143 typeset output_format="$( printf -- "${tc.output_format}" )"
147 …out="$(printf "${tc.input_format}" | ${SHELL} -c "${cut_cmd} \"\$@\"" dummy "${cut_args[@]}" 2>&1)…
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh116 nameref tc=testcases[${testid}]
131 join_args+=( "$( printf -- "${tc.join_args_format[arg_index]}" )" )
134 typeset output_format="$( printf -- "${tc.output_format}" )"
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c1039 int i, j, len, tc=0, lines=0; in _dopercen() local
1094 if((tc += len) >= MID) { in _dopercen()
1096 tc = len; in _dopercen()
H A Dfio.c326 static int tc = TC; variable
353 if (--tc < 0) {
354 tc = TC;
441 if (--tc < 0) {
442 tc = TC;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1300 struct tchars *tc; in mode() local
1314 tc = &deftc; in mode()
1327 tc = &notc; in mode()
1340 if (compat_ioctl(STDIN_FILENO, TIOCSETC, tc) == -1) in mode()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c276 struct tchars tc; local
329 tc = ntc;
360 tc.t_startc = _POSIX_VDISABLE;
361 tc.t_stopc = _POSIX_VDISABLE;
379 tc.t_intrc = _POSIX_VDISABLE;
380 tc.t_quitc = _POSIX_VDISABLE;
381 tc.t_eofc = _POSIX_VDISABLE;
510 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
511 tc.t_brkc = esc;
520 tc = otc;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c159 header.tc ? "TC (TrunCation) " : "", in interpret_dns()
174 header.tc ? "TC (TrunCation) " : "", in interpret_dns()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c119 Putchar(tchar tc) in Putchar() argument
123 if (isascii(tc&TRIM)) { in Putchar()
124 putbyte((int)tc); in Putchar()
127 tc &= TRIM; in Putchar()
128 n = wctomb(linp, tc); in Putchar()
171 Putchar(tchar tc) in Putchar() argument
173 putbyte((int)tc); in Putchar()
H A Dsh.tchar.c307 wchar_t tc; in tswidth() local
311 while (tc = *ts++) { in tswidth()
312 if ((p_col = wcwidth((wchar_t)tc)) > 0) in tswidth()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c524 int oldc, tc; in stone() local
545 tc = c[l]; in stone()
547 oldc = tc; in stone()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c711 turnstile_chain_t tc; in sobj2ts() local
729 if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) { in sobj2ts()
734 for (tsp = tc.tc_first; tsp != NULL; tsp = ts.ts_next) { in sobj2ts()
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c315 char tc; in delete_one_entry() local
337 tc = *tail; in delete_one_entry()
377 *tail = tc; in delete_one_entry()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_getentctx.c313 nscd_getent_context_t *c, *tc; in _nscd_free_getent_ctx_base() local
324 tc = c->next; in _nscd_free_getent_ctx_base()
326 c = tc; in _nscd_free_getent_ctx_base()
/illumos-gate/usr/src/cmd/tail/tests/
H A Dsun_solaris_tail.sh309 nameref tc=testcases[${testid}]
312 nameref argv=tc.tail_args[${argv_variants}].argv
318 …exit "test ${tc.name}/${argv_variants}: Expected $(doublebackslashquote "${tc.expected_output}"), …
/illumos-gate/usr/src/cmd/tbl/
H A DMakefile32 t8.c t9.c tb.c tc.c te.c tf.c tg.c ti.c \
/illumos-gate/usr/src/cmd/tip/
H A Detc.remote3 :pn=2015551212:tc=UNIX-2400:
6 tip300:tc=UNIX-300:
7 tip1200:tc=UNIX-1200:
8 tip0|tip2400:tc=UNIX-2400:
9 tip9600:tc=UNIX-9600:
10 tip19200:tc=UNIX-19200:
12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers:
14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers:
22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers:
24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
[all …]
/illumos-gate/usr/src/cmd/units/
H A Dunittab323 tc 578 block
/illumos-gate/usr/src/common/ccid/
H A Datr.c1409 uint8_t tc; in atr_data_dump_tc() local
1415 tc = atp->atrti_tc; in atr_data_dump_tc()
1418 atp->atrti_ti_val, tc); in atr_data_dump_tc()
1422 (void) fprintf(out, "; Extra Guard Time Integer: %u", tc); in atr_data_dump_tc()
1429 (void) fprintf(out, "; Waiting Time Integer: %u", tc); in atr_data_dump_tc()
1438 ATR_T1_TC0_CRC(tc) ? "CRC" : "LRC"); in atr_data_dump_tc()
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c179 U8_SIMPLE_SWAP(comb_class[(a)], comb_class[(b)], tc); \
180 U8_SIMPLE_SWAP(disp[(a)], disp[(b)], tc);
1064 uchar_t tc[U8_MB_CUR_MAX]; in do_composition() local
1302 tc[i] = *p++; in do_composition()
1315 if (*q != tc[k]) in do_composition()
1406 uchar_t tc; in collect_a_seq() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh212 tc=
221 tc="$tc${sep}0"
229 …unction links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dgrep.sh62 integer n=0 c=0 tc=0 nargs=$# # initialize counters
84 let tc=tc+c n=0 c=0
86 test "$cflag" && print $tc # print count if cflag is set
87 let tc # set the return value

1234