Searched refs:WRAP (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c587 #define WRAP(fun, decl, call) int wrapped_##fun decl { \
594 WRAP (socket, (int domain, int type, int protocol), (domain, type, protocol))
595 WRAP (bind, (int s, struct sockaddr *a, int alen), (s, a, alen))
596 WRAP (connect, (int s, const struct sockaddr *a, int alen), (s, a, alen))
597 WRAP (listen, (int s, int backlog), (s, backlog))
598 WRAP (accept, (int s, struct sockaddr *a, int *alen), (s, a, alen))
599 WRAP (recv, (int s, void *buf, int len, int flags), (s, buf, len, flags))
600 WRAP (send, (int s, const void *buf, int len, int flags), (s, buf, len, flags))
601 WRAP (select, (int n, fd_set *r, fd_set *w, fd_set *e, const struct timeval *tm),
603 WRAP (getsocknam
584 #define WRAP macro
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinfutil.h83 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} macro
85 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
/haiku-fatelf/src/libs/zlib/
H A Dinfutil.h80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} macro
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c535 #undef WRAP macro
536 #define WRAP "__wrap_" macro
546 amt = strlen (l) + sizeof WRAP + 1;
553 strcat (n, WRAP);
560 #undef WRAP macro
/haiku-fatelf/src/libs/edit/
H A Dtty.c248 #ifdef WRAP
249 {"wrap", WRAP, MD_OUT},
250 #endif /* WRAP */
/haiku-fatelf/src/libs/ncurses/misc/
H A Dterminfo.src2252 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode,
H A Dterminfo.tmp2252 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode,

Completed in 274 milliseconds