Home
last modified time | relevance | path

Searched refs:ANSIC_error (Results 1 – 9 of 9) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/syscalls/
H A Dcalls.c707 if (fd == -1) ANSIC_error();
796 else ANSIC_error(); in DEFUN()
842 if (ret==-1) ANSIC_error();
863 if (ret==-1) ANSIC_error(); in DEFCHECKER()
1763 } else ANSIC_error();
1843 } else ANSIC_error();
1917 if (i == -1) ANSIC_error();
1939 if (e) ANSIC_error();
1953 if (e) ANSIC_error();
1965 if (e) ANSIC_error();
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_language.d114 #define ANSIC_ERROR(f,a) if (lisp_error_p) ANSIC_error(); else { \ in init_language()
H A Dwin32aux.d793 ANSIC_error(); in sock_read_will_hang_p()
905 ANSIC_error(); in sock_write_will_hang_p()
1027 ANSIC_error(); in do_socket_wait()
H A Dstream.d4045 ANSIC_error(); in open_iconv()
4058 ANSIC_error(); in check_charset()
4064 ANSIC_error(); in check_charset()
4193 ANSIC_error(); in iconv_mbstowcs()
4273 ANSIC_error(); in iconv_wcslen()
13279 { ANSIC_error(); } in low_close_socket()
13369 ANSIC_error(); in low_listen_unbuffered_socket()
13384 ANSIC_error(); in low_listen_unbuffered_socket()
13695 ANSIC_error(); in low_flush_buffered_socket()
14006 ANSIC_error(); in socket_server_wait()
[all …]
H A Dsocket.d77 if (gethostname(hostname,MAXHOSTNAMELEN) < 0) { ANSIC_error(); } in get_hostname()
H A Derror.d505 #define OS_error ANSIC_error
H A Dlispbibl.d2029 #define ANSIC_error OS_error macro
2030 %% export_def(ANSIC_error);
2032 _Noreturn extern void ANSIC_error (void);
2033 %% exportE(ANSIC_error,(void));
H A DChangeLog5858 * lispbibl.d (ANSIC_error): export to clisp.h
5865 * modules/rawsock/rawsock.c: use ANSIC_error instead of OS_error
5882 gnulib, use ANSIC_error; when we use WIN32_NATIVE functions
5983 * socket.d, stream.d, win32aux.d: use ANSIC_error instead of SOCK_error;
24682 * lispbibl.d (ANSIC_error): New declaration.
24684 * error.d [!UNIX]: Include errunix.c, to define ANSIC_error.
24687 Undo 2005-03-01 patch. Call ANSIC_error instead of OS_error.
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/rawsock/
H A Drawsock.c287 if (socket < 0) ANSIC_error(); in rawsock_error()
527 if ((ifni = if_nameindex()) == NULL) ANSIC_error();
541 if (NULL == if_indextoname(I_to_uint(STACK_0),name)) ANSIC_error();
553 if (0 == (idx = if_nametoindex(namez))) ANSIC_error();
580 if (-1==getifaddrs(&ifap)) ANSIC_error();