Searched refs:error (Results 1 – 18 of 18) sorted by relevance
/misc/ |
A D | regexp.h | 29 #error "The GNU C Library no longer implements <regexp.h>." 30 #error "Please update your code to use <regex.h> instead (no trailing 'p')."
|
A D | tst-error1.c | 19 error (0, 0, str); in do_test() 27 error (0, 0, buf); in do_test() 28 error (0, 0, buf); in do_test() 32 error (0, 0, str); in do_test()
|
A D | efgcvt-dbl-macros.h | 39 # error "NDIGIT_MAX must be precomputed" 50 # error "FLOAT_MIN_10_NORM must be precomputed"
|
A D | efgcvt-ldbl-macros.h | 44 # error "NDIGIT_MAX must be precomputed" 57 # error "FLOAT_MIN_10_NORM must be precomputed"
|
A D | tst-tsearch.c | 57 static int error = 0; variable 203 error = 1; in walk_tree_with() 213 error = 1; in walk_tree_with() 298 error = 1; in mangle_tree() 306 error = 1; in mangle_tree() 321 error = 1; in mangle_tree() 329 error = 1; in mangle_tree() 358 error = 0; in do_test() 403 total_error |= error; in do_test() 411 error = 0; in do_test() [all …]
|
A D | error.h | 31 extern void error (int __status, int __errnum, const char *__format, ...)
|
A D | err.c | 56 int error = errno; in __vwarn_internal() local 63 __set_errno (error); in __vwarn_internal() 68 __set_errno (error); in __vwarn_internal()
|
A D | error.c | 80 # define error __error macro 139 # error Please port fcntl to your platform in is_open() 270 error (int status, int errnum, const char *message, ...) in error() function 356 # undef error 358 weak_alias (__error, error)
|
A D | Makefile | 32 fstab.h mntent.h search.h err.h error.h \ 37 bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h \ 40 bits/err-ldbl.h bits/error-ldbl.h \ 70 err error ustat \ 84 gpl2lgpl := error.c error.h 91 tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt \ 134 CFLAGS-error.c += -fexceptions
|
A D | tst-ldbl-error.c | 68 error (0, 0, "%Lf", (long double) -1); in callback_error()
|
A D | Versions | 35 err; error; error_at_line; errx;
|
/misc/bits/ |
A D | error-ldbl.h | 20 # error "Never include <bits/error-ldbl.h> directly; use <error.h> instead." 23 __LDBL_REDIR_DECL (error)
|
A D | error.h | 20 # error "Never include <bits/error.h> directly; use <error.h> instead." 26 error) 30 error) 37 error (int __status, int __errnum, const char *__format, ...) in error() function
|
A D | syslog-ldbl.h | 20 # error "Never include <bits/syslog-ldbl.h> directly; use <sys/syslog.h> instead."
|
A D | err-ldbl.h | 20 # error "Never include <bits/err-ldbl.h> directly; use <err.h> instead."
|
A D | select2.h | 20 # error "Never include <bits/select2.h> directly; use <sys/select.h> instead."
|
A D | syslog.h | 20 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
|
/misc/sys/ |
A D | cdefs.h | 31 # error "You need a ISO C conforming compiler to use the glibc headers"
|
Completed in 22 milliseconds