Searched refs:alloc_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/ |
| H A D | client.cxx | 57 status = alloc_name(endpoint, "ep", isNT()); in bind_client() 137 status = alloc_name(&event_name, "startup", isNT()); in find_server() 245 status = alloc_name(&mem_name, "auth", isNT()); in authenticate_server()
|
| /freebsd/crypto/krb5/src/ccapi/common/win/OldCC/ |
| H A D | util.h | 51 alloc_name(
|
| H A D | util.cxx | 304 extern "C" DWORD alloc_name(LPSTR* pname, LPSTR postfix, BOOL isNT) { in alloc_name() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 943 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local 945 if (alloc_name.starts_with("$") && !alloc_name.starts_with("$__lldb")) { in RewritePersistentAllocs() 946 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()
|
| /freebsd/crypto/krb5/src/ccapi/server/win/ |
| H A D | ccs_os_server.cpp | 388 status = alloc_name(&endpoint, "ep", isNT()); in receiveLoop() 392 status = alloc_name(&event_name, "startup", isNT()); in receiveLoop()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_device.c | 140 static int alloc_name(char *name) in alloc_name() function 337 ret = alloc_name(device->name); in ib_register_device()
|