Searched refs:__name (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dformatter.h197 _Parameter(long __value, const char* __name) argument
200 _M_variant._M_integer._M_name = __name;
204 _Parameter(const char* __value, const char* __name) argument
207 _M_variant._M_string._M_name = __name;
213 const char* __name, _Is_iterator)
216 _M_variant._M_iterator._M_name = __name;
242 _Parameter(const _Type*& __it, const char* __name, _Is_iterator) argument
245 _M_variant._M_iterator._M_name = __name;
255 _Parameter(_Type*& __it, const char* __name, _Is_iterator) argument
258 _M_variant._M_iterator._M_name = __name;
212 _Parameter(const _Safe_iterator<_Iterator, _Sequence>& __it, const char* __name, _Is_iterator) argument
268 _Parameter(const _Iterator& __it, const char* __name, _Is_iterator) argument
282 _Parameter(const _Safe_sequence<_Sequence>& __seq, const char* __name, _Is_sequence) argument
293 _Parameter(const _Sequence& __seq, const char* __name, _Is_sequence) argument
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dfnmatch_.h58 extern int fnmatch (const char *__pattern, const char *__name,
H A Dargp.h509 unsigned __flags, char *__restrict __name);
512 char *__name);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAUtil.h52 #define DECLARE_LOCAL_STRUCTURE(__name, __type, __size_func) \
53 void * __name ## _buf[_SizeInPointers(__size_func())]; \
54 __type __name = (__type) __name ## _buf;
65 #define TLVBufferDeclare(__name) \
66 DECLARE_LOCAL_STRUCTURE(__name, TLVBufferRef, TLVBufferSizeof)
120 #define TLVListDeclare(__name) \
121 DECLARE_LOCAL_STRUCTURE(__name, TLVListRef, TLVListSizeof)
/macosx-10.10/libpcap-48/libpcap/Win32/Include/net/
H A Dnetdb.h130 struct hostent *gethostbyname_r (const char * __name,
138 struct netent *getnetbyname_r (const char * __name,
143 struct protoent *getprotobyname_r (const char * __name,
151 struct servent *getservbyname_r (const char * __name,
/macosx-10.10/libstdcxx-104.1/src/
H A Ddebug.cc278 _M_print_field(const _Error_formatter* __formatter, const char* __name) const
286 if (strcmp(__name, "name") == 0)
291 else if (strcmp(__name, "address") == 0)
297 else if (strcmp(__name, "type") == 0)
303 else if (strcmp(__name, "constness") == 0)
313 else if (strcmp(__name, "state") == 0)
325 else if (strcmp(__name, "sequence") == 0)
332 else if (strcmp(__name, "seq_type") == 0)
343 if (strcmp(__name, "name") == 0)
348 else if (strcmp(__name, "addres
[all...]
H A Dbasic_file.cc230 __basic_file<char>::open(const char* __name, ios_base::openmode __mode, argument
238 if ((_M_cfile = fopen64(__name, __c_mode)))
240 if ((_M_cfile = fopen(__name, __c_mode)))
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dbasic_file.h68 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
H A Dlocale_facets.h3968 const char* __name = NULL);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dconcurrence.h216 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name) argument
/macosx-10.10/Libc-1044.1.2/include/
H A Drunetype.h73 char __name[14]; /* CHARCLASS_NAME_MAX = 14 */ member in struct:__anon2763
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dwctype.c77 if (strncmp(rp->__name, property, CHARCLASS_NAME_MAX) == 0)
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsetup-vms.h44 char * decc$getenv(const char * __name);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/
H A Dsak.tcl1460 proc __name {} {global package_name ; puts -nonewline $package_name} procedure
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/
H A Dsak.tcl1460 proc __name {} {global package_name ; puts -nonewline $package_name} procedure

Completed in 422 milliseconds