Searched refs:pfx (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c136 const char *pfx, int try_tmpdir);
155 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, argument
161 if (!pfx || !pfx[0])
163 pfx = "file";
168 plen = strlen (pfx);
200 /* check we have room for "${dir}/${pfx}XXXXXX\0" */
207 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx);
/haiku/src/libs/udis86/
H A Ddecode.c1077 uint8_t pfx; local
1083 pfx = u->pfx_str;
1084 if (pfx == 0) {
1085 pfx = u->pfx_opr;
1087 idx = ((pfx & 0xf) + 1) / 2;
1097 if (pfx == 0x66) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c3849 const char *pfx, struct ath_tid *tid, struct ath_buf *bf)
3862 pfx,
3873 pfx,
3884 pfx,
3898 pfx,
3848 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument

Completed in 57 milliseconds