Home
last modified time | relevance | path

Searched refs:opterr (Results 1 – 19 of 19) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dgetopt.c15 int opterr = 1; variable
41 if (opterr) in getopt()
53 if (opterr) in getopt()
H A Dmkdosfs.c121 extern int opterr;
/reactos/drivers/filesystems/udfs/Include/
H A Dgetopt.cpp66 o->opterr = 1; in getopt_init()
307 if (o->opterr) { in _getopt_internal()
326 if (o->opterr) { in _getopt_internal()
348 if (o->opterr) in _getopt_internal()
371 if (o->opterr) in _getopt_internal()
401 if (o->opterr) in _getopt_internal()
433 if (o->opterr) in _getopt_internal()
H A Dgetopt.h51 int opterr; member
/reactos/base/applications/network/finger/
H A Dgetopt.c46 int opterr = 1, /* if error message should be printed */ variable
82 if (opterr) { in getopt()
106 if (opterr) in getopt()
/reactos/sdk/tools/port/
H A Dgetopt.c106 int opterr = 1; variable
472 int print_errors = d->opterr; in _getopt_internal_r()
707 getopt_data.opterr = opterr; in _getopt_internal()
H A Dgetopt_int.h67 int opterr; member
/reactos/sdk/tools/port/bits/
H A Dgetopt_core.h53 extern int opterr;
/reactos/sdk/lib/3rdparty/adns/adns_win32/
H A Dgetopt.h9 extern int opterr; /* useless, never set or used */
H A Dgetopt.c21 int opterr = 1, /* useless, never set or used */ variable
/reactos/sdk/include/crt/
H A Dgetopt.h41 extern int opterr; /* if error message should be printed */
/reactos/sdk/lib/crt/misc/
H A Dgetopt.c17 int opterr = 1;
35 #define PRINT_ERROR ((opterr) && ((*options != ':') || (IGNORE_FIRST && options[1] != ':')))
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dstats.c76 LWIP_PLATFORM_DIAG(("opterr: %"STAT_COUNTER_F"\n\t", proto->opterr)); in stats_display_proto()
/reactos/sdk/include/reactos/wine/
H A Dport.h226 extern int opterr;
/reactos/modules/rostests/winetests/winetest/
H A Dport.h263 extern int opterr;
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dstats.h74 STAT_COUNTER opterr; /* Error in options. */ member
/reactos/sdk/tools/isohybrid/
H A Disohybrid.c48 extern int opterr, optind;
300 opterr = mode = 0; in check_option()
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Dip4.c686 IP_STATS_INC(ip.opterr);
704 IP_STATS_INC(ip.opterr);
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6.c1025 IP6_STATS_INC(ip6.opterr);