Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c31 #define PRINT_ERROR ((opterr) && (*options != ':')) macro
162 if (PRINT_ERROR) in parse_long_options()
172 if (PRINT_ERROR) in parse_long_options()
202 if (PRINT_ERROR) in parse_long_options()
220 if (PRINT_ERROR) in parse_long_options()
386 if (PRINT_ERROR) in getopt_internal()
397 if (PRINT_ERROR) in getopt_internal()
418 if (PRINT_ERROR) in getopt_internal()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-interrupt.h235 #define PRINT_ERROR(format, ...) cvmx_safe_printf("ERROR " format, ##__VA_ARGS__) macro