Searched defs:accept (Results 1 - 4 of 4) sorted by relevance

/system/core/toolbox/
H A Dreadtty.c68 char *accept = NULL; local
90 accept = optarg;
138 if(accept && strchr(accept, buf[0]) == NULL) {
/system/core/init/
H A Dutil.c315 const char* accept = local
325 s += strspn(s, accept);
/system/core/adb/
H A Dsysdeps.h216 #undef accept macro
217 #define accept ___xxx_accept macro
419 fd = TEMP_FAILURE_RETRY( accept( serverfd, addr, addrlen ) );
426 #undef accept macro
427 #define accept ___xxx_accept macro
H A Dsysdeps_win32.c751 #undef accept macro
768 fh->fh_socket = accept( serverfh->fh_socket, addr, addrlen );
771 D( "adb_socket_accept: accept on fd %d return error %ld\n", serverfd, GetLastError() );
775 snprintf( fh->name, sizeof(fh->name), "%d(accept:%s)", _fh_to_int(fh), serverfh->name );
1439 * to scale WaitForMultipleObjects to accept an arbitrary number of handles. The

Completed in 4951 milliseconds