Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/python/Grammar/
Dpython.gram60 | NEWLINE { (asdl_stmt_seq*)_PyPegen_singleton_seq(p, CHECK(stmt_ty, _PyAST_Pass(EXTRA))) }
69 | e=star_expressions { _PyAST_Expr(e, EXTRA) }
73 | 'pass' { _PyAST_Pass(EXTRA) }
77 | 'break' { _PyAST_Break(EXTRA) }
78 | 'continue' { _PyAST_Continue(EXTRA) }
98 _PyAST_AnnAssign(CHECK(expr_ty, _PyPegen_set_expr_context(p, a, Store)), b, c, 1, EXTRA)
102 … CHECK_VERSION(stmt_ty, 6, "Variable annotations syntax is", _PyAST_AnnAssign(a, b, c, 0, EXTRA)) }
104 _PyAST_Assign(a, b, NEW_TYPE_COMMENT(p, tc), EXTRA) }
106 _PyAST_AugAssign(a, b->kind, c, EXTRA) }
125 _PyAST_Global(CHECK(asdl_identifier_seq*, _PyPegen_map_names_to_ids(p, a)), EXTRA) }
[all …]
/third_party/openssl/apps/
DCA.pl.in50 my %EXTRA = extra_args(\@ARGV, "-extra-");
124 $RET = run("$REQ -new -x509 -keyout $NEWKEY -out $NEWCERT $DAYS $EXTRA{req}");
132 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}");
157 . " -out ${CATOP}/$CAREQ $EXTRA{req}");
161 . " -extensions v3_ca $EXTRA{ca}"
171 . " -export -name \"$cname\" $EXTRA{pkcs12}");
174 $RET = run("$CA -policy policy_anything $EXTRA{ca} -infiles $NEWREQ");
176 $RET = run("$CA -policy policy_anything -out $NEWCERT $EXTRA{ca} -infiles $NEWREQ");
180 . " -extensions v3_ca $EXTRA{ca} -infiles $NEWREQ");
184 . " -out tmp.pem $EXTRA{x509}");
[all …]
/third_party/pulseaudio/m4/
Dax_check_flag.m47 # AX_CHECK_PREPROC_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
8 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
9 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
11 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
12 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
23 # If EXTRA-FLAGS is defined, it is added to the current language's default
25 # with the following flags: "CFLAGS EXTRA-FLAGS FLAG". EXTRA-FLAGS can
36 # FLAGS-VARIABLE and EXTRA-FLAGS arguments are the same as in the other
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/skia/third_party/externals/expat/expat/conftools/
Dax-append-link-flags.m47 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax-append-compile-flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax-check-link-flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgzlog.c328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
440 unsigned char ext[EXTRA]; in log_mark()
452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; in log_mark()
838 write(log->fd, log_gzext, EXTRA) != EXTRA || in log_open()
/third_party/zlib/examples/
Dgzlog.c328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
440 unsigned char ext[EXTRA]; in log_mark()
452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; in log_mark()
840 write(log->fd, log_gzext, EXTRA) != EXTRA || in log_open()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgzlog.c328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
440 unsigned char ext[EXTRA]; in log_mark()
452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; in log_mark()
838 write(log->fd, log_gzext, EXTRA) != EXTRA || in log_open()
/third_party/libffi/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libsnd/m4/
Dax_append_link_flags.m47 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_append_compile_flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libunwind/tests/
Dia64-test-dyn1.c18 # define EXTRA 16 macro
22 # define EXTRA 0 macro
46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA; in create_func()
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_append_compile_flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/harfbuzz/m4/
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/libcoap/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/nghttp2/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libpsl/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to

12345