Searched defs:dst (Results 176 - 200 of 250) sorted by relevance

12345678910

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfn32-mips.c1689 mips_info_to_howto_rel(bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
1709 mips_info_to_howto_rela(bfd *abfd ATTRIBUTE_UNUSED, arelent *cache_ptr, Elf_Internal_Rela *dst) argument
H A Doasys.c959 char *dst = symbol.name; local
1167 bfd_byte *dst = &processed_data.data[1]; local
1277 * dst++ = *raw_data++; local
1283 * dst++ = *raw_data++; local
[all...]
H A Dpeicode.h151 PTR dst; variable
170 PTR dst; variable
193 PTR dst; variable
H A Dsrec.c955 char *dst = buffer; local
[all...]
H A Dtekhex.c845 char *dst local
860 char *dst = buffer; local
879 char *dst = buffer; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dregcache.c255 regcache_save (struct regcache *dst, regcache_cooked_read_ftype *cooked_read, argument
288 regcache_restore(struct regcache *dst, regcache_cooked_read_ftype *cooked_read, void *src) argument
328 regcache_cpy(struct regcache *dst, struct regcache *src) argument
345 regcache_cpy_no_passthrough(struct regcache *dst, struct regcache *src) argument
[all...]
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c1064 ftpvis(char *dst, size_t dstlen, const char *src, size_t srclen) argument
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Doptimize.c2065 struct bpf_insn *dst; local
[all...]
/haiku-fatelf/src/kits/mail/
H A Dmail_util.cpp209 mail_convert_to_utf8(uint32 srcEncoding, const char *src, int32 *srcLen, char *dst, int32 *dstLen, int32 *state, char substitute) argument
267 mail_convert_from_utf8(uint32 dstEncoding, const char *src, int32 *srcLen, char *dst, int32 *dstLen, int32 *state, char substitute) argument
474 char *dst = (char*)malloc(dstLen); local
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c383 ieee80211_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, struct route *ro) argument
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dread_termcap.c752 copy_tc_token(char *dst, const char *src, size_t len) argument
/haiku-fatelf/src/libs/ncurses/progs/
H A Ddump_entry.c102 strncpy_DYN(DYNBUF * dst, const char *src, size_t need) argument
115 strcpy_DYN(DYNBUF * dst, const char *src) argument
[all...]
H A Dtic.c329 char *dst = strcpy((char *) malloc(strlen(src) + 1), src); local
360 const char **dst = 0; local
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_core.c454 char * dst = pdc->errbuf; local
/haiku-fatelf/src/servers/app/
H A DView.cpp891 View::ConvertToScreenForDrawing(BPoint* dst, const BPoint* src, int32 num) const argument
908 View::ConvertToScreenForDrawing(BRect* dst, const BRect* src, int32 num) const argument
925 ConvertToScreenForDrawing(BRegion* dst, const BRegion* src, int32 num) const argument
1176 CopyBits(IntRect src, IntRect dst, BRegion& windowContentClipping) argument
[all...]
/haiku-fatelf/src/tests/servers/app/painter/
H A DPainter.cpp345 uint8* dst = fBuffer->row(0); local
372 uint8* dst = fBuffer->row(0); local
595 uint8* dst = fBuffer->row(0); local
1339 uint8* dst = fBuffer->row(y); local
[all...]
/haiku-fatelf/src/kits/tracker/
H A DIconCache.cpp1283 uint8* dst = (uint8*)result->Bits(); local
/haiku-fatelf/src/add-ons/kernel/drivers/network/vt612x/dev/vge/
H A Dif_vge.c1414 uint16_t *src, *dst; local
/haiku-fatelf/src/add-ons/kernel/drivers/network/via_rhine/dev/vr/
H A Dif_vr.c1285 uint16_t *src, *dst; local
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h272 }dst; member in struct:fw_asyreq::fw_asyreq_t
280 uint16_t dst; member in struct:fw_devinfo
[all...]
H A Dfirewirereg.h72 uint16_t dst; member in struct:fw_device
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dnword.c60 usncopy(WCHAR_T *dst, WCHAR_T *src, int len) argument
293 cvtNum(WCHAR_T *dst, int maxdst, WCHAR_T *src, int maxsrc, int format) argument
299 cvtAlpha(WCHAR_T *dst, int maxdst, WCHAR_T *src, int maxsrc, int format) argument
315 cvtHira(WCHAR_T *dst, int maxdst, WCHAR_T *src, int maxsrc, int format) argument
326 cvtLit(WCHAR_T *dst, int maxdst, WCHAR_T *src, int maxsrc, int format, unsigned long mode) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp105 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) argument
1932 u_int dst, new_tlabel; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/etherpci/
H A Detherpci.c552 etherpci_min(etherpci_private_t *data, unsigned char *dst, argument
584 etherpci_mout(etherpci_private_t *data, unsigned dst, argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp477 struct pretty_ipv4* dst = (struct pretty_ipv4*)&header.destination; local

Completed in 574 milliseconds

12345678910