Searched refs:error (Results 1 - 25 of 94) sorted by relevance

1234

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfloatio.h53 #error "floating point buffers too small"
H A Dfgetws.c50 goto error;
56 goto error;
60 /* EOF/error, no characters read yet. */
61 goto error;
76 error:
H A Dgetdelim.c56 goto error;
69 goto error;
70 /* No error, so EOF. */
85 goto error;
108 goto error;
130 error:
H A Dfgetln.c40 * Expand the line buffer. Return -1 on error.
83 goto error;
121 goto error;
126 break; /* EOF or error: return partial line */
135 goto error;
150 error:
H A Dmktemp.c139 int error; local
141 error = mktemp_internal(path, 0, MKTEMP_DIR);
142 return(error ? NULL : path);
H A Dungetc.c93 error: FUNLOCKFILE(fp);
98 goto error;
113 goto error;
/bionic/libc/kernel/uapi/linux/
H A Dpatchkey.h20 #error "patchkey.h included directly"
34 #error "could not determine byte order"
H A Ddm-log-userspace.h54 int32_t error; member in struct:dm_ulog_request
H A Daio_abi.h51 #error edit for your odd byteorder.
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dftw.c45 int fnflag, error, sverrno; local
56 error = 0;
84 error = -1;
87 error = fn(cur->fts_path, cur->fts_statp, fnflag);
88 if (error != 0)
93 if (fts_close(ftsp) != 0 && error == 0)
94 error = -1;
97 return (error);
H A Dnftw.c47 int ftsflags, fnflag, error, postorder, sverrno; local
66 error = 0;
100 error = -1;
105 error = fn(cur->fts_path, cur->fts_statp, fnflag, &f);
106 if (error != 0)
113 return (error);
/bionic/libc/private/
H A Dbionic_atomic_inline.h34 # error "Must define ANDROID_SMP before including atomic-inline.h"
H A D__get_tls.h50 #error unsupported architecture
/bionic/libc/dns/resolv/
H A Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/
27 # define Perror(statp, file, string, error) /*empty*/
/bionic/libc/arch-arm/include/machine/
H A Dcpu-features.h52 # error Unknown or unsupported ARM architecture
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsgidefs.h22 #error Use a Linux compiler or give up.
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_atanhl.c41 #error "Unsupported long double format"
46 #error "Unsupported long double format"
H A Ds_rintl.c38 #error "Unsupported long double format"
50 #error "Unsupported long double format"
H A De_acoshl.c41 #error "Unsupported long double format"
46 #error "Unsupported long double format"
62 #error "Unsupported long double format"
H A Ds_asinhl.c43 #error "Unsupported long double format"
48 #error "Unsupported long double format"
65 #error "Unsupported long double format"
H A Ds_frexpl.c35 #error "Unsupported long double format"
/bionic/libc/include/
H A Dtime64.h36 #error Your time_t is already 64-bit.
/bionic/libc/bionic/
H A DNetdClient.cpp18 #error NetdClient.cpp should NOT be included in static libc builds.
39 // If the library is not available, it's not an error. We'll just use
/bionic/libc/include/sys/
H A D_sigdefs.h35 #error __BIONIC_SIGDEF not defined
49 __BIONIC_SIGDEF(SIGBUS, "Bus error")
H A D_system_properties.h33 #error you should #include <sys/system_properties.h> instead
124 ** Returns the serial number on success, -1 on error.

Completed in 1108 milliseconds

1234