Searched refs:CNAME (Results 1 – 18 of 18) sorted by relevance
/external/libffi/src/m32r/ |
D | sysv.S | 33 #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/ |
D | sysv.S | 38 #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/ |
D | CA.sh | 146 CNAME="My Certificate" 148 CNAME="$2" 151 -out newcert.p12 -export -name "$CNAME"
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 321 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/ |
D | sysv.S | 34 #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/ |
D | sysv.S | 34 #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/ |
D | CHANGELOG.archive | 91 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/ |
D | pl.po | 643 msgid "bad CNAME" 644 msgstr "z�a CNAME" 647 msgid "duplicate CNAME" 648 msgstr "powt�rzona CNAME"
|
D | fr.po | 659 msgid "bad CNAME" 660 msgstr "mauvais CNAME" 663 msgid "duplicate CNAME" 664 msgstr "ce CNAME existe d�ja"
|
D | fi.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | pt_BR.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | it.po | 637 msgid "bad CNAME" 641 msgid "duplicate CNAME"
|
D | es.po | 661 msgid "bad CNAME" 665 msgid "duplicate CNAME" 666 msgstr "CNAME duplicado"
|
D | de.po | 675 msgid "bad CNAME" 679 msgid "duplicate CNAME"
|
D | no.po | 660 msgid "bad CNAME" 664 msgid "duplicate CNAME"
|
D | ro.po | 658 msgid "bad CNAME" 662 msgid "duplicate CNAME"
|
D | id.po | 753 msgid "bad CNAME" 757 msgid "duplicate CNAME"
|
/external/libffi/ |
D | ChangeLog | 2620 has defined __USER_LABEL_PREFIX__, then use it in CNAME.
|