ENOTSUP 58 content/browser/download/file_metadata_unittest_linux.cc is_xattr_supported_ = (!result) || (errno != ENOTSUP); ENOTSUP 271 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h #if !defined(ENOTSUP) ENOTSUP 51 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedpolicy.c return ENOTSUP; ENOTSUP 55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setscope.c return ENOTSUP; ENOTSUP 63 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_setschedparam.c return ENOTSUP; ENOTSUP 172 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h ( errno = ENOTSUP, (int) -1 ) ENOTSUP 584 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc EXPECT_EQ(errno, ENOTSUP); ENOTSUP 100 net/base/net_errors_posix.cc case ENOTSUP: // Operation not supported. ENOTSUP 362 third_party/libxml/src/xmlIO.c #ifdef ENOTSUP ENOTSUP 363 third_party/libxml/src/xmlIO.c else if (errno == ENOTSUP) code = XML_IO_ENOTSUP; ENOTSUP 24797 third_party/sqlite/amalgamation/sqlite3.c #if EOPNOTSUPP!=ENOTSUP ENOTSUP 24802 third_party/sqlite/amalgamation/sqlite3.c #ifdef ENOTSUP ENOTSUP 24803 third_party/sqlite/amalgamation/sqlite3.c case ENOTSUP: ENOTSUP 27362 third_party/sqlite/amalgamation/sqlite3.c if( rc==-1 && errno==ENOTSUP ){ ENOTSUP 656 third_party/sqlite/src/src/os_unix.c #if EOPNOTSUPP!=ENOTSUP ENOTSUP 661 third_party/sqlite/src/src/os_unix.c #ifdef ENOTSUP ENOTSUP 662 third_party/sqlite/src/src/os_unix.c case ENOTSUP: ENOTSUP 3221 third_party/sqlite/src/src/os_unix.c if( rc==-1 && errno==ENOTSUP ){