Home
last modified time | relevance | path

Searched refs:errno (Results 4401 - 4425 of 15518) sorted by relevance

1...<<171172173174175176177178179180>>...621

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dmount.c16 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/sched/
H A Dsched_scheduler.c18 #include <errno.h>
H A Dsched_getparam.c18 #include <errno.h>
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigpending.c16 #include <errno.h>
/third_party/node/deps/openssl/openssl/crypto/
H A Do_dir.c11 #include <errno.h>
/third_party/node/deps/uv/src/unix/
H A Dno-fsevents.c25 #include <errno.h>
/third_party/python/Include/
H A DPython.h19 // stdlib.h, stdio.h, errno.h and string.h headers are not used by Python
25 # include <errno.h> // errno
/third_party/openssl/crypto/
H A Do_dir.c11 #include <errno.h>
/third_party/toybox/toys/other/
H A Dfallocate.c29 if ((errno = posix_fallocate(fd, TT.o, TT.l))) perror_exit("fallocate"); in fallocate_main()
H A Dpwdx.c27 path = strerror(errno); in pwdx_main()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dmod.rs1 pub(crate) mod errno;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp128 LOGD("[SQLite] Error[%d] sys[%d] %s ", err, errno, sqlite3_errstr(err)); in SqliteLogCallback()
132 LOGI("[SQLite] Error[%d], sys[%d], %s, msg: %s ", err, errno, in SqliteLogCallback()
135 LOGE("[SQLite] Error[%d], sys[%d], msg: %s ", err, errno, logMsg.c_str()); in SqliteLogCallback()
165 LOGE("[SQLite] open database failed: %d - sys err(%d)", errCode, errno); in CreateDataBase()
224 if (errCode != E_OK && errno == EKEYREVOKED) { in OpenDatabase()
243 LOGE("Prepare SQLite statement failed:%d, sys:%d", errCode, errno); in GetStatement()
324 LOGE("[SQLiteUtils] reset statement error:%d, sys:%d", innerCode, errno); in ResetStatement()
334 LOGD("[SQLiteUtils] finalize statement error:%d, sys:%d", finalizeResult, errno); in ResetStatement()
364 LOGE("[SQLiteUtils] Step error:%d, sys:%d", errCode, errno); in StepWithRetry()
437 LOGE("[SQLiteUtils][ExecuteSQL] prepare statement failed(%d), sys(%d)", errCode, errno); in ExecuteRawSQL()
[all...]
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp605 LOGE("Failed to realpath, errno: %{public}d", errno); in CloudOpenOnLocal()
614 LOGE("Failed to open local file, errno: %{public}d", errno); in CloudOpenOnLocal()
620 LOGE("Failed to update kernel dentry cache, errno: %{public}d", errno); in CloudOpenOnLocal()
628 LOGE("Failed to rename tmpPath to localPath, errno: %{public}d", errno); in CloudOpenOnLocal()
630 return -errno; in CloudOpenOnLocal()
711 LOGE("failed to open cache file, ret: %{public}d", errno); in LoadCacheFileIndex()
[all...]
/third_party/mksh/
H A Dmain.c548 warningf(true, Tf_sD_s, s->file, cstrerror(errno)); in main_init()
1249 eno = errno; in tty_init_fd()
1267 eno = errno; in tty_init_fd()
1272 eno = errno; in tty_init_fd()
1283 errno = eno; in tty_init_fd()
1545 if (((rv = dup2(ofd, nfd)) < 0) && !errok && (errno != EBADF)) in ksh_dup2()
1567 (errno == EBADF || errno == EPERM)) in savefd()
1596 errorf("can't create pipe:%s - try again", cstrerror(errno)); in openpipe()
1788 0600)) < 0 && errno ! in maketemp()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c69 #include <errno.h>
1506 "CLOCK_PROCESS_CPUTIME_ID: %s: timing disabled\n", strerror(errno)); in set_timer()
1612 strerror(errno)); in isdir()
1620 if (errno != ENOENT) in isdir()
1622 pathname, strerror(errno)); in isdir()
1724 display_log(dp, USER_ERROR, "file open failed (%s)", strerror(errno)); in display_start_read()
1741 strerror(errno)); in read_function()
1879 dp->output_file, strerror(errno)); in display_start_write()
1900 dp->output_file, strerror(errno)); in write_function()
2073 destname == NULL ? "stdout" : destname, strerror(errno)); in write_png()
[all...]
/third_party/tzdata/
H A Dlocaltime.c349 Return 0 on success, an errno value if a time zone abbreviation is
408 success, an errno value on failure. */
462 return errno; in tzloadbody()
465 return errno; in tzloadbody()
469 int err = nread < 0 ? errno : EINVAL; in tzloadbody()
474 return errno; in tzloadbody()
769 format if DOEXTEND. Return 0 on success, an errno value on failure. */
776 return HAVE_MALLOC_ERRNO ? errno : ENOMEM; in tzload()
1366 Return 0 on success, an errno value on failure. */
1453 errno in tzalloc()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c53 #include <errno.h>
194 } else if (errno != EAGAIN) { in record__aio_write()
279 if (!(errno == EAGAIN || errno == EINTR)) in record__aio_sync()
854 if (errno == EPERM) { in record__mmap_evlist()
861 return -errno; in record__mmap_evlist()
863 pr_err("failed to mmap with %d (%s)\n", errno, in record__mmap_evlist()
864 str_error_r(errno, msg, sizeof(msg))); in record__mmap_evlist()
865 if (errno) in record__mmap_evlist()
866 return -errno; in record__mmap_evlist()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c7 #include <errno.h>
88 ret = -errno; in open_trace_file()
244 ret = -errno; in probe_file__add_event()
246 str_error_r(errno, sbuf, sizeof(sbuf))); in probe_file__add_event()
277 ret = -errno; in __del_trace_probe_event()
484 return -errno; in probe_cache__load()
1015 pr_debug("Failed to get buildids: %d\n", errno); in probe_cache__show_all_caches()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c7 #include <errno.h>
123 ret = -errno; in open_trace_file()
279 ret = -errno; in probe_file__add_event()
281 str_error_r(errno, sbuf, sizeof(sbuf))); in probe_file__add_event()
312 ret = -errno; in __del_trace_probe_event()
519 return -errno; in probe_cache__load()
1084 pr_debug("Failed to get buildids: %d\n", errno); in probe_cache__show_all_caches()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c14 #include <errno.h>
266 assert(!r || errno == ENOENT); in test_lpm_map()
303 assert(!r || errno == ENOENT); in test_lpm_map()
714 assert(ret == 0 || errno == ENOENT); in lpm_test_command()
718 assert(ret == 0 || errno == ENOENT); in lpm_test_command()
722 assert(ret == 0 || errno == ENOENT || errno == ENOMEM); in lpm_test_command()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk.cpp98 errno = NO_ERR; in GetTimeOfDay()
500 errno = ERRON_0; in ClockAdjtime()
516 errno = ERRON_0; in ClockGetcpuclockid()
522 if (errno == ERRON_0) { in ClockGetcpuclockid()
532 errno = ERRON_0; in ClockGetres()
551 errno = ERRON_0; in ClockNanosleep()
690 errno = NO_ERR; in TimeZone()
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c103 return -errno; in snd_pcm_shm_new_rbptr()
358 return -errno; in snd_pcm_shm_munmap()
645 return -errno; in make_local_socket()
653 return -errno; in make_local_socket()
706 result = -errno; in snd_pcm_shm_open()
717 result = -errno; in snd_pcm_shm_open()
732 result = -errno; in snd_pcm_shm_open()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c33 #include <errno.h>
88 int eo = errno; in perr_printf()
147 int eo = errno; in perr_exit()
357 if (errno == EIO) in inode_open()
359 if (errno == ENOENT) in inode_open()
817 *err = errno; in next_attr()
860 printf("attribute walk (errno): %d != %d\n", in cmp_attributes()
975 int err = errno; in mount_volume()
/third_party/python/Lib/test/
H A Dtest_selectors.py1 import errno namespace
484 if e.errno == errno.ENOSPC:
493 if e.errno == errno.EINVAL and sys.platform == 'darwin':
550 self.assertEqual(cm.exception.errno, errno.EBADF)
/third_party/python/Modules/
H A Dfaulthandler.c336 int save_errno = errno; in faulthandler_fatal_error()
375 errno = save_errno; in faulthandler_fatal_error()
856 int save_errno = errno; in faulthandler_user()
867 errno = save_errno; in faulthandler_user()
872 save_errno = errno; in faulthandler_user()
874 errno = save_errno; in faulthandler_user()
878 errno = save_errno; in faulthandler_user()

Completed in 30 milliseconds

1...<<171172173174175176177178179180>>...621