Searched refs:system (Results 1 – 25 of 48) sorted by relevance
12
29 int system; in __strerror_r() local37 system = err_get_system (errnum); in __strerror_r()41 if (system > err_max_system || ! __mach_error_systems[system].bad_sub) in __strerror_r()48 es = &__mach_error_systems[system]; in __strerror_r()
40 int system; in __xpg_strerror_r() local49 system = err_get_system (errnum); in __xpg_strerror_r()53 if (system > err_max_system || ! __mach_error_systems[system].bad_sub) in __xpg_strerror_r()56 es = &__mach_error_systems[system]; in __xpg_strerror_r()
46 int system; in __strerror_l() local54 system = err_get_system (errnum); in __strerror_l()58 if (system > err_max_system || ! __mach_error_systems[system].bad_sub) in __strerror_l()71 es = &__mach_error_systems[system]; in __strerror_l()
1 /* This file defines the Mach error system for Hurd server errors. */
6 # First version with support for the accept4 system call.
28 # Some tests need this to load their own test objects, and system30 # libpthread.so.0, not the (potentially non-empty) system version.
44 @ do the system call
47 system (str); in tracee_func()
1 # List of all known Linux system calls.19 # This file contains the list of system call names. It has to remain in21 # This file can list all potential system calls. The names are only24 # The list of system calls is current as of Linux 5.15.
76 *** /usr/local since this might make your system totally unusable.84 *** This might make your system totally unusable, for details read the FAQ."
118 *** /usr/local since this might make your system totally unusable.126 *** This might make your system totally unusable, for details read the FAQ."
17 AC_MSG_ERROR([Host system type $host is no longer supported.])
17 as_fn_error $? "Host system type $host is no longer supported." "$LINENO" 5
209 weak_alias (__libc_system, system)
1947 GLIBC_2.32 system F
1740 GLIBC_2.2.6 system F
1957 GLIBC_2.33 system F
2038 GLIBC_2.29 system F
2024 GLIBC_2.18 system F
2032 GLIBC_2.27 system F
2020 GLIBC_2.17 system F
1768 GLIBC_2.2.5 system F
2025 GLIBC_2.16 system F
Completed in 50 milliseconds