Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 149) sorted by relevance

123456

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrerror.c410 char *error; in _strerror_r() local
416 error = "Success"; in _strerror_r()
421 error = "Not owner"; in _strerror_r()
426 error = "No such file or directory"; in _strerror_r()
431 error = "No such process"; in _strerror_r()
436 error = "Interrupted system call"; in _strerror_r()
441 error = "I/O error"; in _strerror_r()
447 error = "No such device or address"; in _strerror_r()
452 error = "Arg list too long"; in _strerror_r()
457 error = "Exec format error"; in _strerror_r()
[all …]
Dxpg_strerror_r.c12 char *error; in __xpg_strerror_r() local
17 error = _strerror_r (errnum, 1, &result); in __xpg_strerror_r()
18 if (strlen (error) >= n) in __xpg_strerror_r()
20 memcpy (buffer, error, n - 1); in __xpg_strerror_r()
24 strcpy (buffer, error); in __xpg_strerror_r()
25 return (result || *error) ? result : EINVAL; in __xpg_strerror_r()
Dstrerror_r.c73 char *error = _strerror_r (errnum, 1, NULL); in strerror_r() local
75 if (strlen (error) >= n) in strerror_r()
76 return error; in strerror_r()
77 return strcpy (buffer, error); in strerror_r()
Dstrlen.c60 #error long int is not a 32bit or 64bit type.
65 #error long int is not a 32bit or 64bit byte
Dstpcpy.c49 #error long int is not a 32bit or 64bit type.
54 #error long int is not a 32bit or 64bit byte
Dstrcat.c61 #error long int is not a 32bit or 64bit type.
66 #error long int is not a 32bit or 64bit byte
Dstrcpy.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstrncat.c69 #error long int is not a 32bit or 64bit type.
74 #error long int is not a 32bit or 64bit byte
Dstrcmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Dstpncpy.c57 #error long int is not a 32bit or 64bit type.
62 #error long int is not a 32bit or 64bit byte
Dstrncmp.c63 #error long int is not a 32bit or 64bit type.
68 #error long int is not a 32bit or 64bit byte
Drawmemchr.c53 #error long int is not a 32bit or 64bit type.
58 #error long int is not a 32bit or 64bit byte
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dfputws.c109 goto error; in fputws()
111 goto error; in fputws()
119 goto error; in fputws()
122 goto error; in fputws()
128 error: in fputws()
134 goto error; in fputws()
141 goto error; in fputws()
145 goto error; in fputws()
153 error: in fputws()
Dfgetws.c114 goto error; in fgetws()
119 goto error; in fgetws()
124 goto error; in fgetws()
139 goto error; in fgetws()
161 goto error; in fgetws()
164 goto error; in fgetws()
169 error: in fgetws()
Dperror.c81 char *error; in perror() local
95 if ((error = _strerror_r (_REENT_ERRNO(ptr), 1, &dummy)) != NULL) in perror()
96 WRITE_STR (error); in perror()
Dfputs.c121 goto error; in fputs()
126 goto error; in fputs()
131 error: in fputs()
/picolibc-3.7.0-3.6.0/test/
Dtest-memset.c89 size_t error = 0; in check() local
100 error++; in check()
103 return error; in check()
142 size_t error = 0; in test() local
146 error += check("memset", buf, MAX_BUF, start, end, c); in test()
150 error += check("bzero", buf, MAX_BUF, start, end, 0); in test()
155 error += check("__aeabi_memset", buf, MAX_BUF, start, end, c); in test()
159 error += check("__aeabi_memclr", buf, MAX_BUF, start, end, 0); in test()
166 error += check("__aeabi_memset4", buf, MAX_BUF, start, end, c); in test()
170 error += check("__aeabi_memclr4", buf, MAX_BUF, start, end, 0); in test()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/
Darm_asm.h172 .error "push_ip may be either 0 or 1"
175 .error "push_lr may be either 0 or 1"
199 .error "SP cannot be in the save list"
288 .error "push_ip may be either 0 or 1"
291 .error "push_lr may be either 0 or 1"
301 .error "SP cannot be in the save list"
408 .error "last (\last) out of range"
418 .error "last (\last) must be at least as great as first (\first)"
445 .error "first (\first) out of range"
453 .error "can't have last (\last) without specifying first"
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/locale/
Dduplocale.c106 goto error; in duplocale()
112 goto error; in duplocale()
117 error: in duplocale()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/sys/
Dasm.h29 # error __riscv_xlen must equal 32 or 64
46 # error unsupported FLEN
/picolibc-3.7.0-3.6.0/newlib/libc/machine/microblaze/
Dstrlen.c72 #error long int is not a 32bit or 64bit type.
77 #error long int is not a 32bit or 64bit byte
Dstrcmp.c75 #error long int is not a 32bit or 64bit type.
80 #error long int is not a 32bit or 64bit byte
Dstrcpy.c75 #error long int is not a 32bit or 64bit type.
80 #error long int is not a 32bit or 64bit byte
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
Ds_rintl.c32 #error "Unsupported long double format"
44 #error "Unsupported long double format"
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dieeefp.h48 #error "LDBL_MANT_DIG not defined - should be found in float.h"
51 #error "double and long double are the same size but LDBL_EQ_DBL is not defined"
86 #error Unsupported value for LDBL_MANT_DIG

123456