Searched refs:REAL (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c74 #define REAL(name) idn_stub_ ## name macro
94 #define REAL(name) name macro
542 return (REAL(gethostbyname)(name));
553 hp = copy_decode_hostent_static(REAL(gethostbyname)(name),
570 return (REAL(gethostbyname2)(name, af));
581 hp = copy_decode_hostent_static(REAL(gethostbyname2)(name, af),
597 return (REAL(gethostbyaddr)(addr, len, type));
602 hp = copy_decode_hostent_static(REAL(gethostbyaddr)(addr, len, type),
627 return (REAL(gethostbyname_r)(name, result, buffer,
653 n = REAL(gethostbyname_
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm14 my %REAL; # private to this package only
39 delete $REAL{$self};
144 # the new connect might itself be overridden with a REAL SSL
146 $REAL{$self} = $REAL{$new_ssl} || $new_ssl;
147 return $REAL{$self};
153 $REAL{$self} = $new_ssl;
179 $self = $REAL{$self} || $self;
185 $self = $REAL{$self} || $self;
191 $self = $REAL{
[all...]
/macosx-10.10.1/swig-12/Lib/r/
H A Dr.swg42 $1 = REAL(x);
89 $1[_rswigi] = REAL($input)[_rswigi];
227 $1 = %static_cast(REAL($input)[0], $1_ltype);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasn.vim26 syn keyword asnType INTEGER REAL STRING BIT BOOLEAN OCTET NULL EMBEDDED PDV
H A Dmodula3.vim31 syn keyword modula3Keyword RAISES READONLY REAL RECORD REF REFANY
H A Dmodsim3.vim57 syn keyword modsim3Type LMONITORED LRMONITORED NILARRAY NILOBJ NILREC REAL
H A Dmodula2.vim32 syn keyword modula2Type ADDRESS BITSET BOOLEAN CARDINAL CHAR INTEGER REAL WORD
H A Dfgl.vim72 syn keyword fglKeyword RAISE RANGE READ READONLY REAL RECORD RECOVER RED REFERENCES
H A Dplm.vim74 syn keyword plmReserved REAL REENTRANT RETURN SELECTOR STRUCTURE
H A Dsdl.vim125 syn keyword sdlType SET OF BOOLEAN INTEGER REAL BIT OCTET
H A Dplsql.vim195 syn keyword plsqlStorage POSITIVE POSITIVEN PRECISION RAW REAL RECORD
H A Dishd.vim241 syn keyword ishdConstant PROGMAN PROGRAMFILES RAM_DRIVE REAL RECORDMODE RED
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dlex.l128 REAL { return kw_REAL; }
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dlinker.c565 #undef REAL macro
566 #define REAL "__real_" macro
569 && CONST_STRNEQ (l, REAL)
570 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1,
580 amt = strlen (l + sizeof REAL - 1) + 2;
587 strcat (n, l + sizeof REAL - 1);
593 #undef REAL macro
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql66 priority REAL NOT NULL DEFAULT (0), -- rule priority (full float)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql66 priority REAL NOT NULL DEFAULT (0), -- rule priority (full float)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c2770 ASCII, DICTIONARY, INTEGER, REAL
2849 dataType = REAL;
3077 case REAL:
3154 case REAL:
3271 case REAL:
2736 ASCII, DICTIONARY, INTEGER, REAL enumerator in enum:datatypes
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c3244 ASCII, DICTIONARY, INTEGER, REAL
3305 dataType = REAL;
3429 case REAL:
3483 case REAL:
3564 case REAL:
3207 ASCII, DICTIONARY, INTEGER, REAL enumerator in enum:datatypes

Completed in 495 milliseconds