Home
last modified time | relevance | path

Searched refs:EMSG (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/tools/
Dares_getopt.c59 #define EMSG (char *)"" macro
68 static char *place = EMSG; /* option letter processing */ in ares_getopt()
74 place = EMSG; in ares_getopt()
79 place = EMSG; in ares_getopt()
107 place = EMSG; in ares_getopt()
118 place = EMSG; in ares_getopt()
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c80 #define EMSG "" macro
93 static char *place = EMSG; /* option letter processing */
103 place = EMSG;
109 place = EMSG;
137 place = EMSG;
148 place = EMSG;
Dgetopt_long.c74 #define EMSG "" macro
86 static char *place = EMSG; /* option letter processing */
95 place = EMSG;
100 place = EMSG;
127 place = EMSG;
135 place = EMSG;
/third_party/mesa3d/src/getopt/
Dgetopt_long.c75 #define EMSG "" macro
84 static char *place = EMSG; /* option letter processing */
314 place = EMSG; in getopt_internal()
333 place = EMSG; /* found non-option */ in getopt_internal()
371 place = EMSG; in getopt_internal()
403 place = EMSG; in getopt_internal()
430 place = EMSG; in getopt_internal()
439 place = EMSG; in getopt_internal()
451 place = EMSG; in getopt_internal()
459 place = EMSG; in getopt_internal()
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c125 EMSG("%c%s%s%s%c[0m", 27, colours[m], buf, linecp, 27); in lwsl_emit_optee()