Searched refs:alias (Results 176 - 200 of 1505) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwincrypt.d504 alias UINT ALG_ID;
505 alias ULONG_PTR HCRYPTPROV, HCRYPTKEY, HCRYPTHASH;
506 alias PVOID HCERTSTORE, HCRYPTMSG, HCERTCHAINENGINE;
511 alias VTableProvStruc* PVTableProvStruc;
517 alias _CRYPTOAPI_BLOB CRYPT_INTEGER_BLOB, CRYPT_UINT_BLOB,
521 alias _CRYPTOAPI_BLOB* PCRYPT_INTEGER_BLOB, PCRYPT_UINT_BLOB,
533 alias SSL_EXTRA_CERT_CHAIN_POLICY_PARA HTTPSPolicyCallbackData;
534 alias SSL_EXTRA_CERT_CHAIN_POLICY_PARA* PSSL_EXTRA_CERT_CHAIN_POLICY_PARA,
543 alias CERT_CHAIN_POLICY_PARA* PCERT_CHAIN_POLICY_PARA;
552 alias CERT_CHAIN_POLICY_STATU
[all...]
H A Drpcndr.d41 alias MIDL_user_allocate midl_user_allocate;
42 alias MIDL_user_free midl_user_free;
44 alias long hyper;
45 alias ulong MIDL_uhyper;
46 alias char small;
101 alias void * NDR_CCONTEXT;
106 alias tagNDR_SCONTEXT * NDR_SCONTEXT;
112 alias SCONTEXT_QUEUE * PSCONTEXT_QUEUE;
118 alias ubyte *RPC_BUFPTR;
119 alias uin
[all...]
H A Dwinnt.d23 alias void VOID;
24 alias char CHAR, CCHAR;
25 alias wchar WCHAR;
26 alias bool BOOLEAN;
27 alias byte FCHAR;
28 alias ubyte UCHAR;
29 alias short SHORT;
30 alias ushort LANGID, FSHORT;
31 alias uint LCID, FLONG, ACCESS_MASK;
32 alias lon
[all...]
H A Derrorrep.d40 alias AddERExcludedApplicationW AddERExcludedApplication;
42 alias AddERExcludedApplicationA AddERExcludedApplication;
H A Dhttpext.d57 alias HSE_VERSION_INFO* LPHSE_VERSION_INFO;
80 alias EXTENSION_CONTROL_BLOCK* LPEXTENSION_CONTROL_BLOCK;
83 alias BOOL function(HSE_VERSION_INFO*) PFN_GETEXTENSIONVERSION;
84 alias DWORD function(EXTENSION_CONTROL_BLOCK*) PFN_HTTPEXTENSIONPROC;
85 alias BOOL function(DWORD) PFN_TERMINATEEXTENSION;
86 alias VOID function(EXTENSION_CONTROL_BLOCK*, PVOID, DWORD, DWORD) PFN_HSE_IO_COMPLETION;
102 alias HSE_TF_INFO* LPHSE_TF_INFO;
111 alias HSE_SEND_HEADER_EX_INFO* LPHSE_SEND_HEADER_EX_INF;
H A Drpc.d15 alias long RPC_STATUS;
27 alias MIDL_user_allocate midl_user_allocate;
28 alias MIDL_user_free midl_user_free;
H A Dshldisp.d22 alias IAutoComplete LPAUTOCOMPLETE;
28 alias IAutoComplete2 LPAUTOCOMPLETE2;
H A Dolectl.d295 alias IOleControl LPOLECONTROL;
296 alias IOleControlSite LPOLECONTROLSITE;
297 alias ISimpleFrameSite LPSIMPLEFRAMESITE;
298 alias IPersistPropertyBag LPPERSISTPROPERTYBAG;
299 alias IPersistStreamInit LPPERSISTSTREAMINIT;
300 alias IPersistMemory LPPERSISTMEMORY;
301 alias IPropertyNotifySink LPPROPERTYNOTIFYSINK;
302 alias IProvideClassInfo LPPROVIDECLASSINFO;
303 alias IProvideClassInfo2 LPPROVIDECLASSINFO2;
304 alias IConnectionPointContaine
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dgcov.cpp91 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks));
95 cl::alias BranchProbA("branch-probabilities", cl::aliasopt(BranchProb));
100 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount));
104 cl::alias LongNamesA("long-file-names", cl::aliasopt(LongNames));
108 cl::alias FuncSummaryA("function-summaries", cl::aliasopt(FuncSummary));
116 cl::alias IntermediateA("i", cl::desc("Alias for --intermediate-format"),
122 cl::alias DemangleA("m", cl::desc("Alias for --demangled-names"),
127 cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput));
132 cl::alias ObjectDirA("object-directory", cl::aliasopt(ObjectDir));
133 cl::alias ObjectDir
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/mips/
H A Dmips16-noalias.d3 #name: MIPS16 canonical alias disassembly
5 #source: mips16-alias.s
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-memopt.h34 sim_memopt *alias; /* linked list */ member in struct:_sim_memopt
H A Dsim-memopt.c88 { {"memory-alias", required_argument, NULL, OPTION_MEMORY_ALIAS },
265 sim_memopt *alias; local
289 alias = *entry;
291 while (alias != NULL)
293 sim_memopt *dead = alias;
294 alias = alias->alias;
447 &entry->alias, entry->buffer);
515 sim_memopt *alias; local
620 sim_memopt *alias; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-memopt.h34 sim_memopt *alias; /* linked list */ member in struct:_sim_memopt
H A Dsim-memopt.c79 { {"memory-alias", required_argument, NULL, OPTION_MEMORY_ALIAS },
256 sim_memopt *alias; local
280 alias = *entry;
282 while (alias != NULL)
284 sim_memopt *dead = alias;
285 alias = alias->alias;
438 &entry->alias, entry->buffer);
506 sim_memopt *alias; local
611 sim_memopt *alias; local
[all...]
/netbsd-current/usr.bin/ypcat/
H A Dypalias_init.c87 if ((ypa[i].alias = strsep(&line, " \t\n")) == NULL ||
89 ypa[i].alias != cp) {
101 ypa[i].alias = ypa[i].name = NULL;
108 warn("Cannot allocate alias space, returning default list");
111 free(__UNCONST(ypa[--i].alias));
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dsignal.d24 alias int sig_atomic_t;
26 private alias void function(int) sigfn_t;
H A Dfenv.d73 alias fexcept_t = ushort;
95 alias fexcept_t = ushort;
106 alias fexcept_t = uint;
116 alias fexcept_t = ushort;
127 alias fexcept_t = uint;
137 alias fexcept_t = uint;
142 alias fenv_t = double;
143 alias fexcept_t = uint;
148 alias fenv_t = uint;
149 alias fexcept_
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Darray.d40 alias size_type = size_t;
42 alias difference_type = ptrdiff_t;
44 alias value_type = T;
46 alias pointer = T*;
48 alias const_pointer = const(T)*;
51 alias as_array this;
63 alias length = size;
65 alias opDollar = length;
H A Dutility.d27 alias first_type = T1;
29 alias second_type = T2;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/stdc/
H A Dtime.d42 alias c_long time_t;
44 alias c_long clock_t;
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dalias.c1 /* $NetBSD: alias.c,v 1.3 2021/08/14 16:14:52 christos Exp $ */
3 /* alias.c - mail alias lookup routines */
30 * DESC 'NIS mail alias'
45 NSSOV_INIT(alias)
47 NSSOV_CBPRIV(alias,
59 /* get the name of the alias */
65 Debug(LDAP_DEBUG_ANY,"alias entry %s does not contain %s value\n",
77 /* get the members of the alias */
95 NSSOV_CB(alias)
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_x509a.c29 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
54 if (!x || !x->aux || !x->aux->alias)
56 ASN1_UTF8STRING_free(x->aux->alias);
57 x->aux->alias = NULL;
62 if (aux->alias == NULL && (aux->alias = ASN1_UTF8STRING_new()) == NULL)
64 return ASN1_STRING_set(aux->alias, name, len);
87 if (!x->aux || !x->aux->alias)
90 *len = x->aux->alias->length;
91 return x->aux->alias
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_x509a.c29 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
54 if (!x || !x->aux || !x->aux->alias)
56 ASN1_UTF8STRING_free(x->aux->alias);
57 x->aux->alias = NULL;
62 if (aux->alias == NULL && (aux->alias = ASN1_UTF8STRING_new()) == NULL)
64 return ASN1_STRING_set(aux->alias, name, len);
87 if (!x->aux || !x->aux->alias)
90 *len = x->aux->alias->length;
91 return x->aux->alias
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstat.d167 alias __dev_t = ulong;
168 alias __ino_t = c_ulong;
169 alias __ino64_t = ulong;
170 alias __mode_t = uint;
171 alias __nlink_t = size_t;
172 alias __uid_t = uint;
173 alias __gid_t = uint;
174 alias __off_t = c_long;
175 alias __off64_t = long;
176 alias __blksize_
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dstdio.d119 alias fgetpos64 fgetpos;
122 alias fopen64 fopen;
125 alias freopen64 freopen;
130 alias fsetpos64 fsetpos;
133 alias tmpfile64 tmpfile;
158 alias fgetpos64 fgetpos;
161 alias fopen64 fopen;
164 alias freopen64 freopen;
169 alias fsetpos64 fsetpos;
172 alias tmpfile6
[all...]

Completed in 170 milliseconds

1234567891011>>