Home
last modified time | relevance | path

Searched refs:EGRATUITOUS (Results 1 – 25 of 32) sorted by relevance

12

/glibc-2.36/hurd/
Dlookup-retry.c236 err = EGRATUITOUS; in __hurd_file_name_lookup_retry()
286 err = EGRATUITOUS; in __hurd_file_name_lookup_retry()
363 err = EGRATUITOUS; in __hurd_file_name_lookup_retry()
369 err = EGRATUITOUS; in __hurd_file_name_lookup_retry()
Dcatch-signal.c35 { siglongjmp (buf, scp->sc_error ?: EGRATUITOUS); } in __hurd_catch_signal()
124 { longjmp (buf, scp->sc_error ?: EGRATUITOUS); } in hurd_safe_memmove()
Dfd-read.c46 return EGRATUITOUS; in _hurd_fd_read()
Dhurdinit.c50 return EGRATUITOUS; in _hurd_ports_use()
Dhurdexec.c375 return EGRATUITOUS; in _hurd_exec_paths()
/glibc-2.36/sysdeps/mach/hurd/
Dfexecve.c37 err = EGRATUITOUS; in fexecve()
43 err = EGRATUITOUS; in fexecve()
Dgetgid.c44 errno = EGRATUITOUS; in __getgid()
Dgetuid.c44 errno = EGRATUITOUS; in __getuid()
Dgetegid.c47 errno = EGRATUITOUS; in __getegid()
Dgeteuid.c47 errno = EGRATUITOUS; in __geteuid()
Difreq.c57 errno = EGRATUITOUS; in __ifreq()
Dgetresgid.c40 err = EGRATUITOUS; in __getresgid()
Dgetresuid.c40 err = EGRATUITOUS; in __getresuid()
Dbind.c76 err = EGRATUITOUS; in __bind()
Dfaccessat.c147 err = EGRATUITOUS; in __faccessat_common()
Ddl-sysdep.c275 : EGRATUITOUS); in open_file()
604 err = EGRATUITOUS; in __rtld_execve()
D_Fork.c188 err = EGRATUITOUS; in _Fork()
/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h126 EGRATUITOUS = 0x40000069, /* Gratuitous error */ enumerator
324 #define EGRATUITOUS 0x40000069 macro
/glibc-2.36/sysdeps/mach/
Dgetloadavg.c45 return __hurd_fail (EGRATUITOUS); in getloadavg()
Dgetsysstats.c104 err = EGRATUITOUS; in weak_alias()
/glibc-2.36/htl/tests/
Dtest-14.c57 error (1, EGRATUITOUS, "pthread_mutex_timedlock waited %d us", diff); in main()
Dtest-13.c79 error (1, EGRATUITOUS, "pthread_cond_timedwait waited %d us", diff); in main()
Dtest-15.c63 error (1, EGRATUITOUS, "pthread_mutex_timedlock waited %d us", diff); in test()
/glibc-2.36/stdio-common/
Dtest-strerr.c647 #ifdef EGRATUITOUS in do_test()
648 TEST_COMPARE_STRING (strerrordesc_np (EGRATUITOUS), "Gratuitous error"); in do_test()
649 TEST_COMPARE_STRING (strerrorname_np (EGRATUITOUS), "EGRATUITOUS"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h723 #ifdef EGRATUITOUS
726 _S(EGRATUITOUS, N_("Gratuitous error"))

12