Home
last modified time | relevance | path

Searched refs:CNAME (Results 1 – 18 of 18) sorted by relevance

/external/libffi/src/m32r/
Dsysv.S33 #define CNAME(x) x macro
34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
121 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
/external/libffi/src/arm/
Dsysv.S38 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
40 #define CNAME(x) x macro
42 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
223 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
295 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/openssl/apps/
DCA.sh146 CNAME="My Certificate"
148 CNAME="$2"
151 -out newcert.p12 -export -name "$CNAME"
/external/eigen/cmake/
DEigenTesting.cmake321 ei_get_compilerver_from_cxx_version_string(${eigen_cxx_compiler_version_string} CNAME CVER)
323 set(${VAR} "${CNAME}-${CVER}")
331 macro(ei_get_compilerver_from_cxx_version_string VERSTRING CNAME CVER)
341 set(${CNAME} "llvm-g++")
343 set(${CNAME} "llvm-clang++")
345 set(${CNAME} "icpc")
347 set(${CNAME} "g++")
349 set(${CNAME} "_")
457 ei_get_compilerver_from_cxx_version_string(${STR} CNAME CVER)
458 if((NOT ${REFNAME} STREQUAL ${CNAME}) OR (NOT ${REFVER} STREQUAL ${CVER}))
[all …]
/external/libffi/src/sh64/
Dsysv.S34 #define CNAME(x) x macro
35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
311 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
431 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/libffi/src/sh/
Dsysv.S34 #define CNAME(x) x macro
35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
493 .size CNAME(ffi_call_SYSV),.ffi_call_SYSV_end-CNAME(ffi_call_SYSV)
703 .size CNAME(ffi_closure_SYSV),.ffi_closure_SYSV_end-CNAME(ffi_closure_SYSV)
/external/dnsmasq/
DCHANGELOG.archive91 Fixed cacheing of CNAMEs. Previously, a CNAME which pointed
201 Re-vamped CNAME processing to cope with RFC 2317's use of
329 Fix bug in CNAME chasing code: One CNAME pointing
524 caching of RFC 2317 CNAME-PTR records.
1290 Fix rare crash associated with long DNS names and CNAME
1338 Fix interesting corner case in CNAME handling. This occurs
1339 when a CNAME has a target which "shadowed" by a name in
1340 /etc/hosts or from DHCP. Resolving the CNAME would sneak
1341 the upstream value of the CNAME's target into the cache,
1343 resolving the CNAME still gives the unshadowed value. This
[all …]
/external/dnsmasq/po/
Dpl.po643 msgid "bad CNAME"
644 msgstr "z�a CNAME"
647 msgid "duplicate CNAME"
648 msgstr "powt�rzona CNAME"
Dfr.po659 msgid "bad CNAME"
660 msgstr "mauvais CNAME"
663 msgid "duplicate CNAME"
664 msgstr "ce CNAME existe d�ja"
Dfi.po637 msgid "bad CNAME"
641 msgid "duplicate CNAME"
Dpt_BR.po637 msgid "bad CNAME"
641 msgid "duplicate CNAME"
Dit.po637 msgid "bad CNAME"
641 msgid "duplicate CNAME"
Des.po661 msgid "bad CNAME"
665 msgid "duplicate CNAME"
666 msgstr "CNAME duplicado"
Dde.po675 msgid "bad CNAME"
679 msgid "duplicate CNAME"
Dno.po660 msgid "bad CNAME"
664 msgid "duplicate CNAME"
Dro.po658 msgid "bad CNAME"
662 msgid "duplicate CNAME"
Did.po753 msgid "bad CNAME"
757 msgid "duplicate CNAME"
/external/libffi/
DChangeLog2620 has defined __USER_LABEL_PREFIX__, then use it in CNAME.