Home
last modified time | relevance | path

Searched refs:last_buf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dfini.c237 char last_buf[MAXNAMELEN]; in main() local
259 last_buf[0] = '\0'; in main()
392 if ((last_buf[0] != '\0') in main()
393 && (strcmp (last_buf, newname->name_uc) >= 0)) in main()
396 last_buf, newname->name_uc); in main()
399 strcpy (last_buf, newname->name_uc); in main()
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1857 static unsigned short * last_buf = (void *) 0; in WRAPPER2() local
1867 if (buf != last_buf) in WRAPPER2()
1869 last_buf = buf; in WRAPPER2()
1870 __mf_register ((void *) (last_buf - 128), 384 * sizeof(unsigned short), __MF_TYPE_STATIC, in WRAPPER2()
1880 static int * last_buf = (void *) 0; in WRAPPER2() local
1890 if (buf != last_buf) in WRAPPER2()
1892 last_buf = buf; in WRAPPER2()
1893 __mf_register ((void *) (last_buf - 128), 384 * sizeof(int), __MF_TYPE_STATIC, in WRAPPER2()
1903 static int * last_buf = (void *) 0; in WRAPPER2() local
1913 if (buf != last_buf) in WRAPPER2()
[all …]
/openbsd-src/sys/dev/ic/
H A Dqwx.c16599 struct qwx_rx_msdu *last_buf; in qwx_dp_rx_process_msdu()
16605 last_buf = qwx_dp_rx_get_msdu_last_buf(msdu_list, msdu); in qwx_dp_rx_process_msdu()
16606 if (!last_buf) { in qwx_dp_rx_process_msdu()
16618 lrx_desc = mtod(last_buf->m, struct hal_rx_desc *); in qwx_dp_rx_process_msdu()
16653 ret = qwx_dp_rx_msdu_coalesce(sc, msdu_list, msdu, last_buf, in qwx_dp_rx_process_msdu()
16595 struct qwx_rx_msdu *last_buf; qwx_dp_rx_process_msdu() local