Home
last modified time | relevance | path

Searched refs:PRINT_ERROR (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/lib/libc/stdlib/
H A Dgetopt_long.c80 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
262 if (PRINT_ERROR) in parse_long_options()
275 if (PRINT_ERROR) in parse_long_options()
313 if (PRINT_ERROR) in parse_long_options()
334 if (PRINT_ERROR) in parse_long_options()
513 if (PRINT_ERROR)
517 if (PRINT_ERROR)
529 if (PRINT_ERROR)
553 if (PRINT_ERROR)
/freebsd-13.1/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c72 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
208 if (PRINT_ERROR) in parse_long_options()
218 if (PRINT_ERROR) in parse_long_options()
248 if (PRINT_ERROR) in parse_long_options()
266 if (PRINT_ERROR) in parse_long_options()
428 if (PRINT_ERROR) in getopt_internal()
439 if (PRINT_ERROR) in getopt_internal()
460 if (PRINT_ERROR) in getopt_internal()
/freebsd-13.1/contrib/file/src/
H A Dgetopt_long.c77 #define PRINT_ERROR ((opterr) && ((*options != ':') \ macro
265 if (PRINT_ERROR)
277 if (PRINT_ERROR)
300 if (PRINT_ERROR)
428 if (PRINT_ERROR)
437 if (PRINT_ERROR)
469 if (PRINT_ERROR)
483 if (PRINT_ERROR)
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c81 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
217 if (PRINT_ERROR) in parse_long_options()
227 if (PRINT_ERROR) in parse_long_options()
257 if (PRINT_ERROR) in parse_long_options()
275 if (PRINT_ERROR) in parse_long_options()
437 if (PRINT_ERROR) in getopt_internal()
448 if (PRINT_ERROR) in getopt_internal()
469 if (PRINT_ERROR) in getopt_internal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp27 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
152 if (PRINT_ERROR) in parse_long_options()
160 if (PRINT_ERROR) in parse_long_options()
188 if (PRINT_ERROR) in parse_long_options()
205 if (PRINT_ERROR) in parse_long_options()
360 if (PRINT_ERROR) in getopt_internal()
371 if (PRINT_ERROR) in getopt_internal()
391 if (PRINT_ERROR) in getopt_internal()
/freebsd-13.1/contrib/tcpdump/missing/
H A Dgetopt_long.c62 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
259 if (PRINT_ERROR) in parse_long_options()
272 if (PRINT_ERROR) in parse_long_options()
310 if (PRINT_ERROR) in parse_long_options()
331 if (PRINT_ERROR) in parse_long_options()
511 if (PRINT_ERROR)
515 if (PRINT_ERROR)
527 if (PRINT_ERROR)
551 if (PRINT_ERROR)
/freebsd-13.1/contrib/apr-util/test/
H A Dtest_apu.h80 #define PRINT_ERROR(rv) \ macro
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt.h235 #define PRINT_ERROR(format, ...) cvmx_safe_printf("ERROR " format, ##__VA_ARGS__) macro