accept
int accept(int socket, struct sockaddr *address, socklen_t *_addressLength);
extern wchar_t *wcspbrk(const wchar_t *wcs, const wchar_t *accept);
extern size_t wcsspn(const wchar_t *wcs, const wchar_t *accept);
#define kaccept accept
#define kaccept accept
#define kaccept (gSocket->accept)
extern wchar_t *__wcspbrk(const wchar_t *wcs, const wchar_t *accept);
extern size_t __wcsspn(const wchar_t *wcs, const wchar_t *accept);
status_t (*accept)(net_protocol* self, net_socket** _acceptedSocket);
int (*accept)(net_socket* socket, struct sockaddr* address,
status_t (*accept)(net_socket* socket, struct sockaddr* address,
int accept = 0;
accept = 1;
if (accept) {
fd = accept(fSocket, NULL, 0);
fd = accept(fServerInfoConnectionListenerSocket, NULL, 0);
int channelFD = accept(fd, NULL, 0);
#define kaccept accept
#define kaccept (gSocket->accept)
#define kaccept (gSocket->accept)
int sock = accept(fSocket, reinterpret_cast<sockaddr*>(&addr), &length);
#define kaccept accept
#define kaccept accept
#define kaccept (gSocket->accept)
status_t status = socket->first_info->accept(socket->first_protocol,
return gNetSocketModule.accept(socket, address, _addressLength,
httpd_realloc_str( &hc->accept, &hc->maxaccept, 0 );
hc->conn_fd = accept( listen_fd, &sa.sa, &sz );
hc->accept[0] = '\0';
if ( hc->accept[0] != '\0' )
if ( strlen( hc->accept ) > 5000 )
&hc->accept, &hc->maxaccept,
strlen( hc->accept ) + 2 + strlen( cp ) );
(void) strcat( hc->accept, ", " );
&hc->accept, &hc->maxaccept, strlen( cp ) );
(void) strcat( hc->accept, cp );
free( (void*) hc->accept );
char* accept;
BitmapView::SetAcceptDrops(bool accept)
fAcceptDrops = accept;
BitmapView::SetAcceptPaste(bool accept)
fAcceptPaste = accept;
virtual void SetAcceptDrops(bool accept);
virtual void SetAcceptPaste(bool accept);
Syscall *accept = get_syscall("_kern_accept");
accept->GetParameter("flags")->SetHandler(new FlagsTypeHandler(kSocketFlags));
(s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0)
fd = accept(ctl_sock[i],
ns = accept(s, res->ai_addr, &foo);
int fd = accept(fSocket, (sockaddr*)&source, &sourceLength);
= accept(fSocket, (struct sockaddr *)&peerAddress, &peerAddressSize);
int client = accept(fServerSocket, (struct sockaddr*)&loc_addr, &len);
socket = accept(connection.socket, NULL, NULL);
status_t error = sStackInterface->accept(FD_SOCKET(descriptor), address,
struct { evAccept *this; } accept;
const wchar_t* accept = acceptIn;
for (; *accept != L'\0'; ++accept) {
if (*accept == *wcs)
const wchar_t* accept;
for (accept = acceptIn; *accept != L'\0'; ++accept) {
if (*accept == wc)
if (*accept == L'\0')
connection_cookie *otherCookie = (connection_cookie *) args->u.accept.cookie;
convert_to_local(&command->area[1], &area[1], args->u.accept.addr),
&args->u.accept.addrlen);
fAcceptedSocket = accept(fServerSocket,
fAcceptedSocket = accept(fServerSocket,
const wchar_t* accept = L" ";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" ";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" ";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L"UY\xE4 ";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" emorstx";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L"EMORSTX\xA0";
const wchar_t* result = wcspbrk(string, accept);
"(expected %p), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" ";
size_t result = wcsspn(string, accept);
"(expected %ld), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" ";
size_t result = wcsspn(string, accept);
"(expected %ld), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" emo";
size_t result = wcsspn(string, accept);
"(expected %ld), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L" emorstx";
size_t result = wcsspn(string, accept);
"(expected %ld), errno = %x (expected 0)\n", string, accept,
const wchar_t* accept = L"";
size_t result = wcsspn(string, accept);
"(expected %ld), errno = %x (expected 0)\n", string, accept,
newsock = accept(sock, (struct sockaddr*)&sin, &salen);
pair[1] = accept(listenSocket, (sockaddr*)&peerAddress, &length);
int clientfd = accept(fd, NULL, 0);
int clientfd = accept(fd, NULL, 0);
int fd = accept(listenerSocket, NULL, 0);
if ((new_fd = accept(sockfd, (struct sockaddr *)&their_addr, &sin_size)) == -1) {
status_t status = socket->first_info->accept(socket->first_protocol,
int newSock = accept(sock, (sockaddr *)&peer, &peerLen);