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.c323 const char* accept = local
333 s += strspn(s, accept);
/system/core/adb/
H A Dsysdeps.h219 #undef accept macro
220 #define accept ___xxx_accept macro
422 fd = TEMP_FAILURE_RETRY( accept( serverfd, addr, addrlen ) );
429 #undef accept macro
430 #define accept ___xxx_accept macro
H A Dsysdeps_win32.c759 #undef accept macro
776 fh->fh_socket = accept( serverfh->fh_socket, addr, addrlen );
779 D( "adb_socket_accept: accept on fd %d return error %ld\n", serverfd, GetLastError() );
783 snprintf( fh->name, sizeof(fh->name), "%d(accept:%s)", _fh_to_int(fh), serverfh->name );
1447 * to scale WaitForMultipleObjects to accept an arbitrary number of handles. The

Completed in 99 milliseconds