Home
last modified time | relevance | path

Searched refs:TR (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp573 using TR = GenericTaintRule; in initTaintRules() typedef
577 {{CDM::CLibrary, {"fdopen"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
578 {{CDM::CLibrary, {"fopen"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
579 {{CDM::CLibrary, {"freopen"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
580 {{CDM::CLibrary, {"getch"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
581 {{CDM::CLibrary, {"getchar"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
582 {{CDM::CLibrary, {"getchar_unlocked"}}, TR::Source({{ReturnValueIndex}})}, in initTaintRules()
583 {{CDM::CLibrary, {"gets"}}, TR::Source({{0, ReturnValueIndex}})}, in initTaintRules()
584 {{CDM::CLibrary, {"gets_s"}}, TR::Source({{0, ReturnValueIndex}})}, in initTaintRules()
585 {{CDM::CLibrary, {"scanf"}}, TR::Source({{}, 1})}, in initTaintRules()
[all …]
H A DBoolAssignmentChecker.cpp61 const TypedValueRegion *TR = in checkBind() local
64 if (!TR) in checkBind()
67 QualType RegTy = TR->getValueType(); in checkBind()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-sse2.c27 static const int TR[16] = { variable
34 ctx->input[TR[1]] = LOAD32_LE(k + 0); in salsa_keysetup()
35 ctx->input[TR[2]] = LOAD32_LE(k + 4); in salsa_keysetup()
36 ctx->input[TR[3]] = LOAD32_LE(k + 8); in salsa_keysetup()
37 ctx->input[TR[4]] = LOAD32_LE(k + 12); in salsa_keysetup()
38 ctx->input[TR[11]] = LOAD32_LE(k + 16); in salsa_keysetup()
39 ctx->input[TR[12]] = LOAD32_LE(k + 20); in salsa_keysetup()
40 ctx->input[TR[13]] = LOAD32_LE(k + 24); in salsa_keysetup()
41 ctx->input[TR[14]] = LOAD32_LE(k + 28); in salsa_keysetup()
42 ctx->input[TR[0]] = 0x61707865; in salsa_keysetup()
[all …]
H A Dsalsa20_xmm6int-avx2.c35 static const int TR[16] = { variable
42 ctx->input[TR[1]] = LOAD32_LE(k + 0); in salsa_keysetup()
43 ctx->input[TR[2]] = LOAD32_LE(k + 4); in salsa_keysetup()
44 ctx->input[TR[3]] = LOAD32_LE(k + 8); in salsa_keysetup()
45 ctx->input[TR[4]] = LOAD32_LE(k + 12); in salsa_keysetup()
46 ctx->input[TR[11]] = LOAD32_LE(k + 16); in salsa_keysetup()
47 ctx->input[TR[12]] = LOAD32_LE(k + 20); in salsa_keysetup()
48 ctx->input[TR[13]] = LOAD32_LE(k + 24); in salsa_keysetup()
49 ctx->input[TR[14]] = LOAD32_LE(k + 28); in salsa_keysetup()
50 ctx->input[TR[0]] = 0x61707865; in salsa_keysetup()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c74 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_16bits()
95 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i])); in convert_32bits()
119 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i]));
135 TR(TRACE_DATABASE, ("get Numbers[%d]=%d", i, Numbers[i]));
160 TR(TRACE_DATABASE, ("Strings[%d] = %s", i, in convert_strings()
163 TR(TRACE_DATABASE, in convert_strings()
179 TR(TRACE_DATABASE, in convert_strings()
185 TR(TRACE_DATABASE, in convert_strings()
292 TR(TRACE_DATABASE, in _nc_read_termtype()
296 TR(TRACE_DATABASE, ("READ termtype header @%d", offset)); in _nc_read_termtype()
[all …]
H A Dtrim_sgr0.c111 TR(TRACE_DATABASE, ("rewrite:\n\t%s", s)); in rewrite_sgr()
116 TR(TRACE_DATABASE, ("to:\n\t%s", s)); in rewrite_sgr()
134 TR(TRACE_DATABASE, ("similar_sgr:\n\t%s\n\t%s", in similar_sgr()
153 TR(TRACE_DATABASE, ("...similar_sgr: %d\n\t%s\n\t%s", result, in similar_sgr()
163 TR(TRACE_DATABASE, ("chop_out %d..%d from %s", i, j, _nc_visbuf(string))); in chop_out()
247 TR(TRACE_DATABASE, ("checking if we can trim sgr0 based on sgr")); in _nc_trim_sgr0()
248 TR(TRACE_DATABASE, ("sgr0 %s", _nc_visbuf(end))); in _nc_trim_sgr0()
249 TR(TRACE_DATABASE, ("sgr(9:off) %s", _nc_visbuf(off))); in _nc_trim_sgr0()
250 TR(TRACE_DATABASE, ("sgr(9:on) %s", _nc_visbuf(on))); in _nc_trim_sgr0()
258 TR(TRACE_DATABASE, ("adjusting sgr(9:off) : %s", _nc_visbuf(off))); in _nc_trim_sgr0()
[all …]
H A Dlib_tputs.c73 TR(TRACE_CHARPUT | TRACE_MOVE, ("padding will%s be used", in _nc_set_no_padding()
128 TR(TRACE_CHARPUT, ("ofd:%d inuse:%lu buffer:%p", in NCURSES_SP_NAME()
136 TR(TRACE_CHARPUT, ("flushing %ld/%ld bytes", in NCURSES_SP_NAME()
153 TR(TRACE_CHARPUT, ("flushing stdout")); in NCURSES_SP_NAME()
157 TR(TRACE_CHARPUT, ("flushing stdout")); in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhardscroll.c161 # undef TR
162 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); } macro
192 TR(TRACE_ICALLS, (T_CALLED("_nc_scroll_optimize(%p)"), (void *) SP_PARM)); in NCURSES_SP_NAME()
208 TR(TRACE_ICALLS, (T_RETURN(""))); in NCURSES_SP_NAME()
217 TR(TRACE_ICALLS, (T_RETURN(""))); in NCURSES_SP_NAME()
248 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift)); in NCURSES_SP_NAME()
255 TR(TRACE_UPDATE | TRACE_MOVE, ("unable to scroll")); in NCURSES_SP_NAME()
282 TR(TRACE_UPDATE | TRACE_MOVE, ("scroll [%d, %d] by %d", start, end, shift)); in NCURSES_SP_NAME()
289 TR(TRACE_UPDATE | TRACE_MOVE, ("unable to scroll")); in NCURSES_SP_NAME()
294 TR(TRACE_ICALLS, (T_RETURN(""))); in NCURSES_SP_NAME()
H A Dtty_update.c197 TR(TRACE_MOVE, ("GoTo(%p, %d, %d) from (%d, %d)", in GoTo()
228 TR(TRACE_CHARPUT, ("PutAttrChar(%s) at (%d, %d)", in PutAttrChar()
236 TR(TRACE_CHARPUT, ("...skip")); in PutAttrChar()
271 TR(TRACE_CHARPUT, ("forced to blank")); in PutAttrChar()
490 TR(TRACE_CHARPUT, ("turning off (%#lx) %s before wrapping", in wrap_cursor()
576 TR(TRACE_CHARPUT, ("EmitRange %d:%s", num, _nc_viscbuf(ntext, num))); in EmitRange()
694 TR(TRACE_CHARPUT, ("PutRange(%p, %p, %p, %d, %d, %d)", in PutRange()
859 TR(TRACE_ATTRS, ("At (%d, %d): from %s...", i, j, _traceattr(rattr))); in TINFO_DOUPDATE()
860 TR(TRACE_ATTRS, ("...to %s", _traceattr(turnon))); in TINFO_DOUPDATE()
880 TR(TRACE_ATTRS, ("No room at start in %d,%d%s%s", in TINFO_DOUPDATE()
[all …]
H A Dhashmap.c82 # undef TR
84 # define TR(n, a) if (_nc_tracing & (n)) { _tracef a ; putchar('\n'); } macro
86 # define TR(n, a) { _tracef a ; putchar('\n'); }
248 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
252 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
268 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
272 TR(TRACE_UPDATE | TRACE_MOVE, in grow_hunks()
380 TR(TRACE_UPDATE | TRACE_MOVE, in NCURSES_SP_NAME()
H A Dlib_vidattr.c96 TR(TRACE_ATTRS, ("old pair = %d -- new pair = %d", old_pair, pair)); \
135 TR(TRACE_ATTRS, ("previous attribute was %s", _traceattr(PreviousAttr))); in NCURSES_EXPORT()
183 TR(TRACE_ATTRS, ("suppressed attribute is %s", _traceattr(newmode))); in NCURSES_EXPORT()
288 TR(TRACE_ATTRS, ("turning %s off", _traceattr(turn_off))); in NCURSES_EXPORT()
311 TR(TRACE_ATTRS, ("turning %s on", _traceattr(turn_on))); in NCURSES_EXPORT()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c87 #define TR(W) (snmp_trace & SNMP_TRACE_##W) macro
119 if (TR(FIND)) in find_node()
135 if (TR(FIND)) in find_node()
145 if (TR(FIND)) in find_node()
150 if (TR(FIND)) in find_node()
225 if (TR(GET)) in snmp_get()
232 if (TR(GET)) in snmp_get()
241 if (TR(GET)) in snmp_get()
251 if (TR(GET)) in snmp_get()
273 if (TR(GET)) in snmp_get()
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c61 TR(TRACE_MOVE, ("_nc_scroll_window(%p, %d, %ld, %ld)", in NCURSES_EXPORT()
67 TR(TRACE_MOVE, ("nothing to scroll")); in NCURSES_EXPORT()
88 TR(TRACE_MOVE, ("...copying %d to %d", line + n, line)); in NCURSES_EXPORT()
96 TR(TRACE_MOVE, ("...filling %d", line)); in NCURSES_EXPORT()
125 TR(TRACE_VIRTPUT, in NCURSES_EXPORT()
129 TR(TRACE_VIRTPUT, ("scrolled working position to %d,%d", in NCURSES_EXPORT()
144 TR(TRACE_MOVE, ("...scrollok is false")); in wscrl()
H A Dlib_addch.c85 TR(TRACE_VIRTPUT, in render_char()
111 TR(TRACE_VIRTPUT, ("Alert! Win=%p _curx = %d, _cury = %d " \
203 TR(TRACE_VIRTPUT, in _nc_build_wch()
219 TR(TRACE_VIRTPUT, in _nc_build_wch()
244 TR(TRACE_VIRTPUT, ("Alert! mbrtowc returns error")); in _nc_build_wch()
344 TR(TRACE_VIRTPUT, in waddch_literal()
360 TR(TRACE_VIRTPUT, ("character will not fit")); in waddch_literal()
364 TR(TRACE_VIRTPUT, ("fill %d remaining cells", count)); in waddch_literal()
386 TR(TRACE_VIRTPUT, ("fill %d orphan cells", j)); in waddch_literal()
400 TR(TRACE_VIRTPUT, ("multicolumn %d:%d (%d,%d)", in waddch_literal()
[all …]
H A Dlib_getch.c211 TR(TRACE_IEVENT, ("peeking at %d", peek)); in fifo_peek()
222 TR(TRACE_IEVENT, ("pulling %s from %d", _nc_tracechar(sp, ch), head)); in fifo_pull()
348 TR(TRACE_IEVENT, ("read(%d,&ch,1)=%d, errno=%d", sp->_ifd, n, errno)); in fifo_push()
351 TR(TRACE_IEVENT, ("read %d characters", n)); in fifo_push()
358 TR(TRACE_IEVENT, ("pushed %s at %d", _nc_tracechar(sp, ch), tail)); in fifo_push()
487 TR(TRACE_IEVENT, ("filling queue in cooked mode")); in _nc_wgetch()
520 TR(TRACE_IEVENT, ("timed delay in wgetch()")); in _nc_wgetch()
531 TR(TRACE_IEVENT, ("delay is %d milliseconds", delay)); in _nc_wgetch()
724 TR(TRACE_IEVENT, ("kgetch() called")); in kgetch()
757 TR(TRACE_IEVENT, ("ch: %s", _nc_tracechar(sp, (unsigned char) ch))); in kgetch()
[all …]
H A Dlib_addstr.c61 TR(TRACE_VIRTPUT | TRACE_ATTRS, in NCURSES_EXPORT()
65 TR(TRACE_VIRTPUT, ("str is not null, length = %d", in NCURSES_EXPORT()
71 TR(TRACE_VIRTPUT, ("*str = %#o", UChar(*str))); in NCURSES_EXPORT()
80 TR(TRACE_VIRTPUT, ("waddnstr returns %d", code)); in NCURSES_EXPORT()
236 TR(TRACE_VIRTPUT | TRACE_ATTRS, in waddnwstr()
240 TR(TRACE_VIRTPUT, ("str is not null, length = %d", in waddnwstr()
246 TR(TRACE_VIRTPUT, ("*str[0] = %#lx", (unsigned long) *str)); in waddnwstr()
255 TR(TRACE_VIRTPUT, ("waddnwstr returns %d", code)); in waddnwstr()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c89 TR(TRACE_VIRTPUT, in render_char()
108 TR(TRACE_VIRTPUT, ("Alert! Win=%p _curx = %d, _cury = %d " \
219 TR(TRACE_VIRTPUT, in wadd_wch_literal()
235 TR(TRACE_VIRTPUT, ("character will not fit")); in wadd_wch_literal()
239 TR(TRACE_VIRTPUT, ("fill %d remaining cells", count)); in wadd_wch_literal()
260 TR(TRACE_VIRTPUT, ("fill %d orphan cells", j)); in wadd_wch_literal()
274 TR(TRACE_VIRTPUT, ("multicolumn %d:%d (%d,%d)", in wadd_wch_literal()
294 TR(TRACE_VIRTPUT, ("cell (%ld, %ld..%d) = %s", in wadd_wch_literal()
419 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_CALLED("wadd_wch(%p, %s)"), in wadd_wch()
428 TR(TRACE_VIRTPUT | TRACE_CCALLS, (T_RETURN("%d"), code)); in wadd_wch()
[all …]
H A Dlib_cchar.c59 TR(TRACE_CCALLS, (T_CALLED("setcchar(%p,%s,attrs=%lu,pair=%d,%p)"), in NCURSES_EXPORT()
91 TR(TRACE_CCALLS, ("copy %d wchars, first is %s", len, in NCURSES_EXPORT()
96 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
109 TR(TRACE_CCALLS, (T_CALLED("getcchar(%p,%p,%p,%p,%p)"), in getcchar()
143 TR(TRACE_CCALLS, ("copy %d wchars, first is %s", len, in getcchar()
156 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in getcchar()
H A Dlib_in_wch.c50 TR(TRACE_CCALLS, (T_CALLED("win_wch(%p,%p)"), (void *) win, (void *) wcval)); in NCURSES_EXPORT()
59 TR(TRACE_CCALLS, ("data %s", _tracecchar_t(wcval))); in NCURSES_EXPORT()
63 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
H A Dwidechars.c62 TR(TRACE_BITS, ("...try %d:%d", try, count)); in _nc_mbtowc()
78 TR(TRACE_BITS, ("\twin32 ->%#x, %#x", actual[0], actual[1])); in _nc_mbtowc()
110 TR(TRACE_BITS, ("\tcheck ->%d\n", check)); in _nc_mblen()
/freebsd/contrib/bmake/
H A Dos.sh81 ${TR:-tr} abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
85 ${TR:-tr} ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
239 TR=${TR:-tr}
265 export LN SHARE_ARCH TR
/freebsd/share/mk/
H A Dhost-target.mk60 TR ?= tr
61 toLower = ${TR} 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'
62 toUpper = ${TR} 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
/freebsd/contrib/bmake/mk/
H A Dhost-target.mk74 TR ?= tr
75 toLower = ${TR} 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'
76 toUpper = ${TR} 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp128 auto TR = TypeRecs[i]; in DXILOperationDesc() local
130 auto isAny = TR->getValueAsInt("isAny"); in DXILOperationDesc()
141 if (TR != TypeRecs[Idx]) { in DXILOperationDesc()
156 if (TR->isAnonymous()) { in DXILOperationDesc()
161 auto OLParamIndex = TR->getValueAsInt("Number"); in DXILOperationDesc()
166 OpTypes.emplace_back(TR); in DXILOperationDesc()
/freebsd/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.sh18 TR=`which tr`
29 $TR -d '";$\\' | \

1234567