Home
last modified time | relevance | path

Searched refs:tmpc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/proxychains-ng/
H A D0001-configure-fix-check_link_silent-test.patch6 Replace -o /dev/null by -o "$tmpc".out when testing with
32 printf "$2" > "$tmpc"
33 - $CC $OUR_CPPFLAGS $CPPFLAGS $1 $CFLAGS "$tmpc" -o /dev/null >/dev/null 2>&1
34 + $CC $OUR_CPPFLAGS $CPPFLAGS $1 $CFLAGS "$tmpc" -o "$tmpc".out >/dev/null 2>&1
35 + rm -f "$tmpc".out
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ddiskonchip.c1307 unsigned char tmp, tmpb, tmpc; in doc_probe() local
1390 tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT; in doc_probe()
1391 if ((tmp == tmpb) || (tmp != tmpc)) { in doc_probe()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_api_mac.c5148 for (u4Byte tmpc = 0; tmpc < size - 32; tmpc++) {
5149 h2cbuf[32 + tmpc] = (u8)tmpc & 0xFF;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_mac.c5166 for (u4Byte tmpc = 0; tmpc < size - 32; tmpc++) {
5167 h2cbuf[32 + tmpc] = (u8)tmpc & 0xFF;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c12064 struct drm_crtc *crtc, *tmpc; in vop2_unbind() local
12072 list_for_each_entry_safe(crtc, tmpc, crtc_list, head) in vop2_unbind()