Home
last modified time | relevance | path

Searched refs:EINVAL (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/bluetooth/glib/glib/
Dgstdio.c90 errno = EINVAL; in g_access()
141 errno = EINVAL; in g_chmod()
198 errno = EINVAL; in g_open()
255 errno = EINVAL; in g_creat()
299 errno = EINVAL; in g_rename()
308 errno = EINVAL; in g_rename()
370 errno = EINVAL; in g_mkdir()
409 errno = EINVAL; in g_chdir()
456 errno = EINVAL; in g_stat()
538 errno = EINVAL; in g_unlink()
[all …]
/external/valgrind/main/memcheck/tests/
Dmemalign2.c55 res = PM(&p, -1,100); assert(EINVAL == res); in main()
57 res = PM(&p, 1, 100); assert(EINVAL == res); in main()
58 res = PM(&p, 2, 100); assert(EINVAL == res); in main()
59 res = PM(&p, 3, 100); assert(EINVAL == res); in main()
63 res = PM(&p, 31, 100); assert(EINVAL == res); in main()
66 res = PM(&p, 33, 100); assert(EINVAL == res); in main()
68 res = PM(&p, 4095, 100); assert(EINVAL == res); in main()
71 res = PM(&p, 4097, 100); assert(EINVAL == res); in main()
/external/dbus/dbus/
Dsd-daemon.c70 r = -EINVAL; in sd_listen_fds()
94 r = -EINVAL; in sd_listen_fds()
131 return -EINVAL; in sd_is_fifo()
164 return -EINVAL; in sd_is_socket_internal()
180 return -EINVAL; in sd_is_socket_internal()
194 return -EINVAL; in sd_is_socket_internal()
215 return -EINVAL; in sd_is_socket()
231 return -EINVAL; in sd_is_socket()
245 return -EINVAL; in sd_is_socket_inet()
257 return -EINVAL; in sd_is_socket_inet()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dllseek.c100 errno = EINVAL; in ext2fs_llseek()
111 errno = EINVAL; in ext2fs_llseek()
118 #ifndef EINVAL
119 #define EINVAL EXT2_ET_INVALID_ARGUMENT macro
129 errno = EINVAL; in ext2fs_llseek()
/external/tinyalsa/
Dmixer.c199 return -EINVAL; in mixer_ctl_get_name()
272 return -EINVAL; in mixer_ctl_get_percent()
280 return -EINVAL; in mixer_ctl_set_percent()
291 return -EINVAL; in mixer_ctl_get_value()
310 return -EINVAL; in mixer_ctl_get_value()
322 return -EINVAL; in mixer_ctl_set_value()
344 return -EINVAL; in mixer_ctl_set_value()
356 return -EINVAL; in mixer_ctl_get_range_min()
373 return -EINVAL; in mixer_ctl_get_range_max()
400 return -EINVAL; in mixer_ctl_get_enum_string()
[all …]
/external/qemu/android/
Dsync-utils.c128 errno = EINVAL; in syncsocket_start_read()
139 errno = EINVAL; in syncsocket_stop_read()
150 errno = EINVAL; in syncsocket_start_write()
161 errno = EINVAL; in syncsocket_stop_write()
177 errno = EINVAL; in syncsocket_read_absolute()
214 errno = EINVAL; in syncsocket_write_absolute()
/external/qemu/
Denvlist.c106 return (EINVAL); in envlist_parse()
142 return (EINVAL); in envlist_setenv()
146 return (EINVAL); in envlist_setenv()
190 return (EINVAL); in envlist_unsetenv()
194 return (EINVAL); in envlist_unsetenv()
Dosdep.c72 errno = EINVAL; in qemu_madvise()
80 errno = EINVAL; in qemu_madvise()
155 if (ret != -1 || errno != EINVAL) { in qemu_socket()
/external/wpa_supplicant_8/src/utils/
Dradiotap.c87 return -EINVAL; in ieee80211_radiotap_iterator_init()
91 return -EINVAL; in ieee80211_radiotap_iterator_init()
117 return -EINVAL; in ieee80211_radiotap_iterator_init()
262 return -EINVAL; in ieee80211_radiotap_iterator_next()
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Dradiotap.c87 return -EINVAL; in ieee80211_radiotap_iterator_init()
91 return -EINVAL; in ieee80211_radiotap_iterator_init()
117 return -EINVAL; in ieee80211_radiotap_iterator_init()
262 return -EINVAL; in ieee80211_radiotap_iterator_next()
/external/bluetooth/bluez/lib/
Duuid.c139 return -EINVAL; in bt_uuid_to_string()
177 return -EINVAL; /* Enum type of UUID not set */ in bt_uuid_to_string()
213 return -EINVAL; in bt_string_to_uuid16()
227 return -EINVAL; in bt_string_to_uuid32()
240 return -EINVAL; in bt_string_to_uuid128()
272 return -EINVAL; in bt_string_to_uuid()
/external/llvm/include/llvm/Support/
Dsystem_error.h319 # ifndef EINVAL
320 # define EINVAL 22 macro
510 bad_message = EINVAL,
531 invalid_argument = EINVAL,
544 no_link = EINVAL,
569 not_a_stream = EINVAL,
577 operation_canceled = EINVAL,
586 owner_dead = EINVAL,
592 protocol_error = EINVAL,
602 state_not_recoverable = EINVAL,
/external/liblzf/
Dlzf_d.c81 SET_ERRNO (EINVAL); in lzf_decompress()
111 SET_ERRNO (EINVAL); in lzf_decompress()
121 SET_ERRNO (EINVAL); in lzf_decompress()
137 SET_ERRNO (EINVAL); in lzf_decompress()
/external/oprofile/module/
Doprofile.c215 return -EINVAL; in oprof_note_read()
315 default: return -EINVAL; in oprof_read()
321 return -EINVAL; in oprof_read()
382 return -EINVAL; in oprof_open()
400 default: return -EINVAL; in oprof_release()
415 return -EINVAL; in oprof_mmap()
554 int err = -EINVAL; in oprof_stop()
641 int ret = -EINVAL; in get_nr_interrupts()
664 int ret = -EINVAL; in get_nr_buffer_overflow()
704 int err = -EINVAL; in sysctl_do_dump()
[all …]
/external/qemu/block/
Dnbd.c53 return -EINVAL; in nbd_open()
58 return -EINVAL; in nbd_open()
71 return -EINVAL; in nbd_open()
78 return -EINVAL; in nbd_open()
/external/openssl/crypto/
DLPdir_nyi.c35 errno = EINVAL; in LP_find_file()
40 errno = EINVAL; in LP_find_file_end()
DLPdir_win.c59 errno = EINVAL; in LP_find_file()
106 errno = EINVAL; in LP_find_file()
151 errno = EINVAL; in LP_find_file_end()
/external/bluetooth/bluez/sap/
Dserver.c133 return -EINVAL; in check_msg()
255 return -EINVAL; in send_message()
266 return -EINVAL; in send_message()
284 return -EINVAL; in disconnect_ind()
403 return -EINVAL; in disconnect_req()
638 return -EINVAL; in sap_connect_rsp()
697 return -EINVAL; in sap_disconnect_rsp()
742 return -EINVAL; in sap_transfer_apdu_rsp()
750 return -EINVAL; in sap_transfer_apdu_rsp()
787 return -EINVAL; in sap_transfer_atr_rsp()
[all …]
/external/bluetooth/bluez/serial/
Dmanager.c84 return -EINVAL; in serial_probe()
87 return -EINVAL; in serial_probe()
95 return -EINVAL; in serial_probe()
/external/valgrind/main/helgrind/tests/
Dtc20_verifywrap.stderr.exp-glibc27-amd6447 with error code 22 (EINVAL: Invalid argument)
52 with error code 22 (EINVAL: Invalid argument)
57 with error code 22 (EINVAL: Invalid argument)
66 with error code 22 (EINVAL: Invalid argument)
96 with error code 22 (EINVAL: Invalid argument)
137 with error code 22 (EINVAL: Invalid argument)
150 with error code 22 (EINVAL: Invalid argument)
Dtc20_verifywrap.stderr.exp-glibc25-amd6447 with error code 22 (EINVAL: Invalid argument)
52 with error code 22 (EINVAL: Invalid argument)
57 with error code 22 (EINVAL: Invalid argument)
66 with error code 22 (EINVAL: Invalid argument)
93 with error code 22 (EINVAL: Invalid argument)
133 with error code 22 (EINVAL: Invalid argument)
/external/yaffs2/yaffs2/mtdemul/
Dnandemul2k.c330 return -EINVAL; in nand_read_ecc()
398 return -EINVAL; in nand_read_oob()
434 return -EINVAL; in nand_write_ecc()
504 return -EINVAL; in nand_write_oob()
526 return -EINVAL; in nand_writev()
544 return -EINVAL; in nand_erase()
551 return -EINVAL; in nand_erase()
558 return -EINVAL; in nand_erase()
/external/dhcpcd/
Dnet.c95 errno = EINVAL; in inet_cidrtoaddr()
162 errno = EINVAL; in hwaddr_aton()
167 errno = EINVAL; in hwaddr_aton()
172 errno = EINVAL; in hwaddr_aton()
738 errno = EINVAL; in valid_udp_packet()
745 errno = EINVAL; in valid_udp_packet()
749 errno = EINVAL; in valid_udp_packet()
755 errno = EINVAL; in valid_udp_packet()
769 errno = EINVAL; in valid_udp_packet()
/external/e2fsprogs/debugfs/
Dset_fields.c270 return EINVAL; in parse_uint()
276 return EINVAL; in parse_uint()
307 return EINVAL; in parse_int()
333 return EINVAL; in parse_string()
351 return EINVAL; in parse_time()
370 return EINVAL; in parse_uuid()
383 return EINVAL; in parse_hashalg()
400 return EINVAL; in parse_bmap()
/external/bluetooth/bluez/audio/
Dctl_bluetooth.c97 return -EINVAL; in bluetooth_elem_list()
183 return -EINVAL; in bluetooth_send_ctl()
191 return -EINVAL; in bluetooth_send_ctl()
196 return -EINVAL; in bluetooth_send_ctl()
323 return -EINVAL; in bluetooth_init()

12345678910>>...12