Searched defs:buf (Results 51 - 75 of 515) sorted by last modified time

1234567891011>>

/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c96 u_char buf[MAXPACKET]; member in union:__anon33
317 querybuf *buf; local
453 querybuf *buf; local
[all...]
H A Dgetaddrinfo.c215 u_char buf[MAXPACKET]; member in union:__anon30
776 char *buf; local
2054 querybuf *buf, *buf2; local
2579 u_char buf[MAXPACKET]; local
2712 char buf[MAXHOSTNAMELEN]; local
2894 char buf[1024]; local
[all...]
H A Dgethnamaddr.c144 u_char buf[MAXPACKET]; member in union:__anon31
215 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) argument
524 gethostbyname_r(const char *name, struct hostent *hp, char *buf, int buflen, int *he) argument
550 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, size_t buflen, int *he) argument
565 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *buf, size_t buflen, int *he) argument
682 gethostbyaddr_r(const void *addr, int len, int af, struct hostent *hp, char *buf, int buflen, int *he) argument
742 gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument
942 querybuf *buf; local
1007 querybuf *buf; local
[all...]
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
111 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
167 addlen(strlen(buf), &buf, &buflen); local
337 addlen(strlen(buf), &buf, &buflen); local
428 addlen(strlen(buf), &buf, &buflen); local
672 addlen(strlen(buf), &buf, &buflen); local
695 addlen(strlen(buf), &buf, &buflen); local
967 addlen(strlen(buf), &buf, &buflen); local
972 addlen(strlen(buf), &buf, &buflen); local
1145 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) argument
1180 addname(const u_char *msg, size_t msglen, const u_char **pp, const char *origin, char **buf, size_t *buflen) argument
1225 addlen(size_t len, char **buf, size_t *buflen) argument
1232 addstr(const char *src, size_t len, char **buf, size_t *buflen) argument
1244 addtab(size_t len, size_t target, int spaced, char **buf, size_t *buflen) argument
[all...]
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c56 evConsIovec(void *buf, size_t cnt) { argument
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c55 dst_s_verify_str(const char **buf, const char *str) argument
159 dst_s_get_int16(const u_char *buf) argument
178 dst_s_get_int32(const u_char *buf) argument
198 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) argument
216 dst_s_put_int32(u_int8_t *buf, const u_int32_t val) argument
[all...]
/haiku/src/system/libroot/posix/musl/time/
H A Dasctime.c5 static char buf[26]; local
H A Dasctime_r.c8 char *__asctime_r(const struct tm *restrict tm, char *restrict buf) argument
/haiku/src/libs/bsd/
H A Darc4random.c140 _rs_init(u_char *buf, size_t n) argument
213 u_char *buf = (u_char *)_buf; local
260 arc4random_buf(void *buf, size_t n) argument
H A Dgetentropy.c14 getentropy(void *buf, size_t buflen) argument
/haiku/src/tools/fs_shell/
H A Dfuse.cpp172 fuse_readdir(const char* path, void* buf, fuse_fill_dir_t filler, argument
309 fuse_read(const char* path, char* buf, size_t size, off_t offset, argument
327 fuse_write(const char* path, const char* buf, size_t size, off_t offset, argument
/haiku/src/add-ons/kernel/drivers/power/pch_thermal/
H A Dpch_thermal.cpp88 pch_thermal_read(void* _cookie, off_t position, void *buf, size_t* num_bytes) argument
/haiku/src/tests/system/network/
H A Dunix_recv_test.c30 char *buf = calloc(bufLen, 1); local
H A Dunix_send_test.c31 char *buf = calloc(bufLen, 1); local
/haiku/src/apps/terminal/
H A DTermView.cpp823 char buf[4]; local
1399 char buf[fColumns * 4 + 1]; local
1038 _DrawLinePart(float x1, float y1, Attributes attr, char *buf, int32 width, Highlight* highlight, bool cursor, BView *inView) argument
[all...]
H A DTermParse.cpp253 uchar buf[READ_BUF_SIZE]; local
/haiku/src/tests/system/libroot/posix/
H A Ddirent_test.cpp15 dirent *buf, *dirent; local
/haiku/src/system/libroot/posix/
H A Dpwd_query.c141 int fill_grent_from_fd(int fd, struct group *gbuf, char *buf, size_t buflen) argument
193 int getgrent_r(struct group *gbuf, char *buf, size_t buflen, struct group **gbufp) argument
362 int fill_pwent_from_fd(int fd, struct passwd *pwbuf, char *buf, size_t buflen) argument
470 getpwent_r(struct passwd *pwbuf, char *buf, size_t buflen, struct passwd **pwbufp) argument
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp806 hexdump(uint8 *buf, uint32 offset) argument
833 uint8 *buf = (uint8 *)buffer; local
/haiku/src/kits/media/
H A DSoundPlayNode.cpp207 char buf[100]; local
329 char buf[100]; local
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp1390 BBuffer* buf = m_bufferGroup->RequestBuffer( local
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp41 const uint8 *buf = (const uint8 *)buffer; local
[all...]
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.cpp452 char buf[1024]; local
506 char buf[1024]; local
517 char buf[1024]; local
741 char buf[102 local
[all...]
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp1183 BBufferGroup* buf = new BBufferGroup(size, count); local
1718 char buf[50]; local
[all...]
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp585 BBuffer* buf = fBufferGroupEncVideo->RequestBuffer(rbufsize, 10000); local

Completed in 156 milliseconds

1234567891011>>