Searched refs:tmpc (Results 1 – 5 of 5) sorted by relevance
6 Replace -o /dev/null by -o "$tmpc".out when testing with32 printf "$2" > "$tmpc"33 - $CC $OUR_CPPFLAGS $CPPFLAGS $1 $CFLAGS "$tmpc" -o /dev/null >/dev/null 2>&134 + $CC $OUR_CPPFLAGS $CPPFLAGS $1 $CFLAGS "$tmpc" -o "$tmpc".out >/dev/null 2>&135 + rm -f "$tmpc".out
1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local1390 tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()
5148 for (u4Byte tmpc = 0; tmpc < size - 32; tmpc++) {5149 h2cbuf[32 + tmpc] = (u8)tmpc & 0xFF;
5166 for (u4Byte tmpc = 0; tmpc < size - 32; tmpc++) {5167 h2cbuf[32 + tmpc] = (u8)tmpc & 0xFF;
12064 struct drm_crtc *crtc, *tmpc; in vop2_unbind() local12072 list_for_each_entry_safe(crtc, tmpc, crtc_list, head) in vop2_unbind()