Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/curl/tests/certs/scripts/
Dgenserv.sh48 PREFIX=$1
49 if [ ".$PREFIX" = . ] ; then
53 if [ ! -f $PREFIX-sv.prm ] ; then
54 echo No configuration file $PREFIX-sv.prm
85 echo SERIAL=$SERIAL PREFIX=$PREFIX CAPREFIX=$CAPREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
88 echo "openssl dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE"
89 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
93 …echo "openssl req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-…
94 …$OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.cs…
97 echo "openssl rsa -in $PREFIX-sv.key -out $PREFIX-sv.key"
[all …]
Dgenroot.sh41 PREFIX=$1
42 if [ ".$PREFIX" = . ] ; then
46 if [ ! -f $PREFIX-ca.prm ] ; then
47 echo No configuration file $PREFIX-ca.prm
64 echo SERIAL=$SERIAL PREFIX=$PREFIX DURATION=$DURATION KEYSIZE=$KEYSIZE
66 echo "openssl genrsa -out $PREFIX-ca.key -passout XXX $KEYSIZE"
67 openssl genrsa -out $PREFIX-ca.key -passout pass:secret $KEYSIZE
69 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
70 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
72 … -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PRE…
[all …]
/third_party/curl/packages/vms/
Dcurlmsg.sdl21 /* "THE COMBINED LENGTH OF THE PREFIX AND THE MESSAGE SYMBOL NAME CANNOT
22 /* EXCEED 31 CHARACTERS." WITH A PREFIX OF FIVE THAT LEAVES US WITH 26
28 "FACILITY" EQUALS 3841 PREFIX "CURL" TAG ""
29 ,"OK" EQUALS %X0F018009 PREFIX "CURL" TAG ""
30 ,"UNSUPPORTED_PROTOCOL" EQUALS %X0F018012 PREFIX "CURL" TAG ""
31 ,"FAILED_INIT" EQUALS %X0F01801A PREFIX "CURL" TAG ""
32 ,"URL_MALFORMAT" EQUALS %X0F018022 PREFIX "CURL" TAG ""
33 ,"OBSOLETE4" EQUALS %X0F01802A PREFIX "CURL" TAG ""
34 ,"COULDNT_RESOLVE_PROXY" EQUALS %X0F018032 PREFIX "CURL" TAG ""
35 ,"COULDNT_RESOLVE_HOST" EQUALS %X0F01803A PREFIX "CURL" TAG ""
[all …]
/third_party/openh264/build/
Dmktargets.py15 PREFIX=None variable
24 src = "$(%s_SRCDIR)/%%%s"%(PREFIX, CPP_SUFFIX)
25 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
28 …\t$(QUIET_CXX)$(CXX) $(CFLAGS) $(CXXFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PREFIX + '_I…
32 src = "$(%s_SRCDIR)/%%.c"%(PREFIX)
33 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
36 …f.write('\t$(QUIET_CC)$(CC) $(CFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PREFIX + '_INCLUD…
40 src = "$(%s_SRCDIR)/%%.asm"%(PREFIX)
41 dst = "$(%s_SRCDIR)/%%.$(OBJ)"%(PREFIX)
44 …ite('\t$(QUIET_ASM)$(ASM) $(ASMFLAGS) $(ASM_INCLUDES) $(' + PREFIX + '_ASMFLAGS) $(' + PREFIX + '_…
[all …]
/third_party/elfutils/lib/
Dfixedsizehash.h68 #ifndef PREFIX
69 # define PREFIX macro
74 struct CONCAT(PREFIX,fshash) in CONCAT() argument
77 struct CONCAT(PREFIX,fshashent) in CONCAT()
92 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() argument
93 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
95 struct CONCAT(PREFIX,fshash) *result; in CONCAT()
110 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT()
111 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
112 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT()
[all …]
/third_party/openssl/crypto/aes/asm/
Dvpaes-x86_64.pl73 $PREFIX="vpaes";
696 .globl ${PREFIX}_set_encrypt_key
697 .type ${PREFIX}_set_encrypt_key,\@function,3
699 ${PREFIX}_set_encrypt_key:
745 .size ${PREFIX}_set_encrypt_key,.-${PREFIX}_set_encrypt_key
747 .globl ${PREFIX}_set_decrypt_key
748 .type ${PREFIX}_set_decrypt_key,\@function,3
750 ${PREFIX}_set_decrypt_key:
801 .size ${PREFIX}_set_decrypt_key,.-${PREFIX}_set_decrypt_key
803 .globl ${PREFIX}_encrypt
[all …]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
Dvpaes-x86_64.pl73 $PREFIX="vpaes";
696 .globl ${PREFIX}_set_encrypt_key
697 .type ${PREFIX}_set_encrypt_key,\@function,3
699 ${PREFIX}_set_encrypt_key:
745 .size ${PREFIX}_set_encrypt_key,.-${PREFIX}_set_encrypt_key
747 .globl ${PREFIX}_set_decrypt_key
748 .type ${PREFIX}_set_decrypt_key,\@function,3
750 ${PREFIX}_set_decrypt_key:
801 .size ${PREFIX}_set_decrypt_key,.-${PREFIX}_set_decrypt_key
803 .globl ${PREFIX}_encrypt
[all …]
/third_party/pulseaudio/sonic/
DMakefile17 PREFIX=/usr macro
18 LIBDIR=$(PREFIX)/lib
43 install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/include $(DESTDIR)$(PREFIX)/lib
44 install sonic $(DESTDIR)$(PREFIX)/bin
45 install sonic.h $(DESTDIR)$(PREFIX)/include
46 install libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/lib
48 ln -sf libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/lib/libsonic.so
49 ln -sf libsonic.so.$(LIB_TAG) $(DESTDIR)$(PREFIX)/lib/libsonic.so.0
52 rm -f $(DESTDIR)$(PREFIX)/bin/sonic
53 rm -f $(DESTDIR)$(PREFIX)/include/sonic.h
[all …]
/third_party/skia/third_party/externals/brotli/
Dconfigure-cmake31 PREFIX=/usr/local
109 --prefix=PREFIX install architecture-independent files in PREFIX
110 [$PREFIX]
111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
116 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
117 --libdir=DIR object code libraries [PREFIX/lib]
[all …]
/third_party/toybox/scripts/
Dinstall.sh7 [ -z "$PREFIX" ] && PREFIX="/usr/toybox"
44 mkdir -p "${PREFIX}/${LONG_PATH}" &&
45 rm -f "${PREFIX}/${LONG_PATH}/toybox" &&
46 cp toybox ${PREFIX}/${LONG_PATH} || exit 1
48 rm -f "${PREFIX}/${LONG_PATH}/toybox" 2>/dev/null
50 cd "$PREFIX" || exit 1
127 FALLBACK="$PREFIX"
137 FALLBACK="$PREFIX/fallback-$X"
140 if [ ! -f "$PREFIX/$i" ]
Dchange.sh7 export PREFIX=${PREFIX:-change/} &&
8 mkdir -p "$PREFIX" || exit 1
18 scripts/single.sh $i > /dev/null 2>$PREFIX/${i}.bad &&
19 rm $PREFIX/${i}.bad || echo -n '*'
Dhelp.txt14 install_airlock - Install toybox and host toolchain into $PREFIX directory
16 install_flat - Install toybox into $PREFIX directory.
17 install - Install toybox into subdirectories of $PREFIX.
18 uninstall_flat - Remove toybox from $PREFIX directory.
19 uninstall - Remove toybox from subdirectories of $PREFIX.
/third_party/skia/third_party/externals/libpng/scripts/
Dmakefile.openbsd9 PREFIX?= /usr/local
10 LIBDIR= ${PREFIX}/lib
11 MANDIR= ${PREFIX}/man/cat
53 if [ ! -d ${DESTDIR}${PREFIX}/include/libpng ]; then \
54 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/include; \
68 if [ ! -d ${DESTDIR}${PREFIX}/share/doc/png ]; then \
69 ${INSTALL} -d -o root -g wheel ${DESTDIR}${PREFIX}/share/doc/png; \
75 @rm -f ${DESTDIR}${PREFIX}/include/png.h
76 @rm -f ${DESTDIR}${PREFIX}/include/pngconf.h
77 @rm -f ${DESTDIR}${PREFIX}/include/pnglibconf.h
[all …]
/third_party/python/Include/
Dfuncobject.h11 #define COMMON_FIELDS(PREFIX) \ argument
12 PyObject *PREFIX ## globals; \
13 PyObject *PREFIX ## builtins; \
14 PyObject *PREFIX ## name; \
15 PyObject *PREFIX ## qualname; \
16 PyObject *PREFIX ## code; /* A code object, the __code__ attribute */ \
17 PyObject *PREFIX ## defaults; /* NULL or a tuple */ \
18 PyObject *PREFIX ## kwdefaults; /* NULL or a dict */ \
19 PyObject *PREFIX ## closure; /* NULL or a tuple of cell objects */
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok_impl.c123 # ifndef PREFIX
124 # define PREFIX(ident) ident macro
143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
185 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
291 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
314 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/third_party/python/Modules/expat/
Dxmltok_impl.c123 # ifndef PREFIX
124 # define PREFIX(ident) ident macro
143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
185 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
291 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
314 if (! PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() function
[all …]
/third_party/nghttp2/
DDockerfile.android29 ENV PREFIX /root/usr/local
58 ./Configure no-shared --prefix=$PREFIX android-arm64 && \
70 --prefix=$PREFIX \
73 CPPFLAGS=-I$PREFIX/include \
74 LDFLAGS=-L$PREFIX/lib && \
85 --prefix=$PREFIX \
86 --libdir=$PREFIX/lib \
87 --includedir=$PREFIX/include \
101 --prefix=$PREFIX \
117 CPPFLAGS="-fPIE -I$PREFIX/include" \
[all …]
/third_party/pulseaudio/src/daemon/
Ddumpmodules.c38 #define PREFIX "module-" macro
116 if (strlen(e) <= sizeof(PREFIX)-1 || strncmp(e, PREFIX, sizeof(PREFIX)-1)) in callback()
142 if (strlen(l->name) <= sizeof(PREFIX)-1 || strncmp(l->name, PREFIX, sizeof(PREFIX)-1)) in pa_dump_modules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java22 static final byte PREFIX = 0; field in CurrencySpacingEnabledModifier
45 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier()
47 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier()
49 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
111 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
128 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix()
133 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
138 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java20 static final byte PREFIX = 0; field in CurrencySpacingEnabledModifier
43 UnicodeSet prefixUnicodeSet = getUnicodeSet(symbols, IN_CURRENCY, PREFIX); in CurrencySpacingEnabledModifier()
45 afterPrefixUnicodeSet = getUnicodeSet(symbols, IN_NUMBER, PREFIX); in CurrencySpacingEnabledModifier()
47 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
109 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
126 Object affixField = (affix == PREFIX) ? output.fieldAt(index - 1) in applyCurrencySpacingAffix()
131 int affixCp = (affix == PREFIX) ? output.codePointBefore(index) : output.codePointAt(index); in applyCurrencySpacingAffix()
136 … int numberCp = (affix == PREFIX) ? output.codePointAt(index) : output.codePointBefore(index); in applyCurrencySpacingAffix()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.h18 #define DECLARE_TESTS(PREFIX) \ argument
19 uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
21 uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
23 uint32_t PREFIX##test_two_vlas_in_loops(uint32_t size, uint32_t start, \
/third_party/skia/third_party/externals/spirv-tools/test/
Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11 %12",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11 %12",
[all …]
/third_party/spirv-tools/test/
Dext_inst.opencl_test.cpp322 #define PREFIX uint32_t(OpenCLLIB::Entrypoints::Printf), "printf" macro
328 {PREFIX, "%4", {4}},
329 {PREFIX, "%4 %5", {4, 5}},
330 {PREFIX, "%4 %5 %6", {4, 5, 6}},
331 {PREFIX, "%4 %5 %6 %7", {4, 5, 6, 7}},
332 {PREFIX, "%4 %5 %6 %7 %8", {4, 5, 6, 7, 8}},
333 {PREFIX, "%4 %5 %6 %7 %8 %9", {4, 5, 6, 7, 8, 9}},
334 {PREFIX, "%4 %5 %6 %7 %8 %9 %10", {4, 5, 6, 7, 8, 9, 10}},
335 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11", {4, 5, 6, 7, 8, 9, 10, 11}},
336 {PREFIX, "%4 %5 %6 %7 %8 %9 %10 %11 %12",
[all …]
/third_party/gstreamer/gstplugins_bad/tools/
Dgst-project-maker15 --prefix PREFIX Use PREFIX instead of "gst"
44 PREFIX=$(echo $prefix | sed -e 's/\(.*\)/\U\1/')
55 GST_IS_REPLACE=${PREFIX}_IS_${NAME}
56 GST_REPLACE=${PREFIX}_${NAME}
57 GST_TYPE_REPLACE=${PREFIX}_TYPE_${NAME}

1234567891011