Searched refs:_name (Results 76 - 88 of 88) sorted by relevance

1234

/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c2073 #define print_pubkey_BN(_type, _name, _num) \
2075 if(pubkey->pkey._type->_name != NULL) { \
2076 int len = BN_num_bytes(pubkey->pkey._type->_name); \
2078 BN_bn2bin(pubkey->pkey._type->_name, (unsigned char*)bufp); \
2080 pubkey_show(data, _num, #_type, #_name, (unsigned char*)bufp, len); \
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dicusvtst.cpp953 UnicodeString _name; member in class:SimpleListener
956 SimpleListener(ICUServiceTest* test, const UnicodeString& name) : _test(test), _name(name) {}
960 serviceName.append(_name);
/macosx-10.10/swig-12/Lib/modula3/
H A Dmodula3.swg261 %typemap(m3wrapinconv) const char * %{$1 := M3toC.SharedTtoS($1_name);%}
262 %typemap(m3wrapfreearg) const char * %{M3toC.FreeSharedS($1_name,$1);%}
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp664 c4_PtrArray &items_, int index_, bool share_): _name(name_), _fileName
775 if (ip && ip->_name.Compare(name_) == 0)
783 if (ip && ip->_name == name_)
1703 tcl_ListObjAppendElement(result, tcl_NewStringObj(ip->_name));
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c3671 register struct dir$_name *dp; /* -> directory data */
3700 dp = (struct dir$_name *) dirp->dd_buf;
3727 register struct dir$_name *dp; /* -> directory data */
3730 if (dirp->dd_loc >= dirp->dd_size - sizeof (struct dir$_name))
3737 dp = (struct dir$_name *) dirp->dd_buf;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask.c3045 #define _VM_INFO(_name) \
3046 vm_info->_name = ((mach_vm_size_t) map->pmap->stats._name) * PAGE_SIZE
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c2161 char _name[kMaxNameLength]; local
2256 bzero(_name, sizeof(_name));
2297 if(name) CFStringGetCString(name, _name,
2324 if(name) printf("%s\t", _name);
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.c39 register bitstr_t *_name = name; \
43 if (_name[_byte]) { \
45 for (_stopbyte = _name[_byte]; !(_stopbyte&0x1); \
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridgesupport.py1562 self.assertEqual(bridgesupport._libraries[-1]._name, '/usr/lib/libxml2.dylib')
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem.rb1389 tests.each do |_name, _paths, expected|
1400 "Wrong specs for #{_name}"
1407 "Wrong spec before require for #{_name}"
1408 refute spec.activated?, "dependency already activated for #{_name}"
1413 assert spec.activated?, "dependency not activated for #{_name}"
1418 "Wrong spec after require for #{_name}"
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh4275 eval name=\$${host}_name user=\$${host}_user snarf=\$${host}_snarf type=\$${host}_type rsh=\$${host}_rsh root=\$${host}_root keep=\$${host}_keep log=\$${host}_log
4461 eval h='$'${admin_host}${i}_name
4586 eval ${host}_name='$'name ${host}_type='$'type ${host}_user='$'user ${host}_sync='$'sync ${host}_snarf='$'sync ${host}_rsh='$'rsh ${host}_root='$'root ${host}_keep='$'keep ${host}_log='$'log
4704 eval name=\$${host}_name keep=\$${host}_keep share=\$${host}_share
4721 do eval name=\$${host}_name user=\$${host}_user type=\$${host}_type sync=\$${host}_sync snarf=\$${host}_snarf share=\$${host}_share rsh=\$${host}_rsh root=\$${host}_root keep=\$${host}_keep
4742 do eval n='$'${i}_name t='$'${i}_type q='$'${i}_sync s='$'${i}_snarf l='$'${i}_log k='$'${i}_keep
4778 :?*) eval syncname='$'${sync}_name
4816 :?*) eval syncname='$'${sync}_name
4851 eval name='$'${main}_name
4857 1) eval name='$'${share}_name lo
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm587 $self->{_name} = $name;
592 return $self->{_name};
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 333 milliseconds

1234