/dports/lang/scheme48/scheme48-1.9.2/c/posix/ |
H A D | errno.c | 24 static int errno_map[] = { variable 69 int c_errno = errno_map[canonical]; in posix_initialize_named_errnos()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | callback.c | 484 p->errno_map = cb_init_errno_map; 634 CB_TARGET_DEFS_MAP *syscall_map, *errno_map, *open_map, *signal_map; local 649 if (cb->errno_map) 650 free (cb->errno_map); 659 cb->errno_map = errno_map; 698 for (m = &cb->errno_map[0]; m->host_val; ++m)
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | callback.c | 484 p->errno_map = cb_init_errno_map; 634 CB_TARGET_DEFS_MAP *syscall_map, *errno_map, *open_map, *signal_map; local 649 if (cb->errno_map) 650 free (cb->errno_map); 659 cb->errno_map = errno_map; 698 for (m = &cb->errno_map[0]; m->host_val; ++m)
|
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/plugins/fault_injection/ |
H A D | socket_interposer.c | 236 static struct errno_entry errno_map[] = { variable 270 for (i = 0; errno_map[i]._errno; i += 1) { in errno_string_to_int() 271 if (!g_ascii_strcasecmp (errno_map[i].str, errno_str)) in errno_string_to_int() 272 return errno_map[i]._errno; in errno_string_to_int()
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/ |
H A D | callback.c | 747 p->errno_map = cb_init_errno_map; 868 CB_TARGET_DEFS_MAP *syscall_map, *errno_map, *open_map, *signal_map; local 883 if (cb->errno_map) 884 free (cb->errno_map); 893 cb->errno_map = errno_map; 932 for (m = &cb->errno_map[0]; m->host_val; ++m)
|
/dports/devel/gdb761/gdb-7.6.1/sim/common/ |
H A D | callback.c | 747 p->errno_map = cb_init_errno_map; 868 CB_TARGET_DEFS_MAP *syscall_map, *errno_map, *open_map, *signal_map; local 883 if (cb->errno_map) 884 free (cb->errno_map); 893 cb->errno_map = errno_map; 932 for (m = &cb->errno_map[0]; m->host_val; ++m)
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/gdb/ |
H A D | callback.h | 132 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/avr-gdb/gdb-7.3.1/include/gdb/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/gdb/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/gdb761/gdb-7.6.1/include/gdb/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/gdb/ |
H A D | callback.h | 132 CB_TARGET_DEFS_MAP *errno_map;
|
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/gdb/ |
H A D | callback.h | 166 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/arm-elf-binutils/binutils-2.37/include/sim/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/gnulibiberty/binutils-2.37/include/sim/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/lang/gnatdroid-binutils/binutils-2.27/include/gdb/ |
H A D | callback.h | 166 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/gdb/ |
H A D | callback.h | 166 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/binutils/binutils-2.37/include/sim/ |
H A D | callback.h | 165 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/gdb/ |
H A D | callback.h | 166 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/djgpp-binutils/binutils-2.17/include/gdb/ |
H A D | callback.h | 162 CB_TARGET_DEFS_MAP *errno_map; member
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/ |
H A D | traps.c | 312 static const CB_TARGET_DEFS_MAP errno_map[] = variable 3375 cb->errno_map = (CB_TARGET_DEFS_MAP *) errno_map; in cris_set_callbacks()
|
/dports/devel/gdb761/gdb-7.6.1/sim/cris/ |
H A D | traps.c | 311 static const CB_TARGET_DEFS_MAP errno_map[] = variable 3374 cb->errno_map = (CB_TARGET_DEFS_MAP *) errno_map; in cris_set_callbacks()
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/ |
H A D | interp.c | 1173 cb->errno_map = cb_linux_errno_map; in bfin_user_init()
|
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/ |
H A D | interp.c | 1201 cb->errno_map = cb_linux_errno_map; in bfin_user_init()
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/ |
H A D | README-HACKING | 412 cb->errno_map = cb_linux_errno_map;
|
/dports/devel/gdb761/gdb-7.6.1/sim/ |
H A D | README-HACKING | 412 cb->errno_map = cb_linux_errno_map;
|