| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | expand_path.c | 54 expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, in expand_temp_folder() argument 88 expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, in expand_bin_dir() argument 112 if (postfix) { in expand_bin_dir() 113 if (strlcat(path, postfix, sizeof(path) / sizeof(path[0])) >= in expand_bin_dir() 141 expand_userid(krb5_context context, PTYPE param, const char *postfix, in expand_userid() argument 236 expand_csidl(krb5_context context, PTYPE folder, const char *postfix, in expand_csidl() argument 253 if (postfix && in expand_csidl() 254 strlcat(path, postfix, sizeof(path) / sizeof(path[0])) >= in expand_csidl() 268 expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) in expand_path() argument 270 *ret = strdup(postfix); in expand_path() [all …]
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | expand_path.c | 53 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_temp_folder() argument 93 _expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_bin_dir() argument 115 if (postfix) { in _expand_bin_dir() 116 if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) in _expand_bin_dir() 143 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_userid() argument 241 _expand_csidl(krb5_context context, PTYPE folder, const char *postfix, char **ret) in _expand_csidl() argument 257 if (postfix && in _expand_csidl() 258 strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) { in _expand_csidl() 274 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_path() argument 276 *ret = strdup(postfix); in _expand_path() [all …]
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 567 llvm::ArrayRef<uint8_t> SymbolFileBreakpad::SaveAsDWARF(postfix::Node &node) { in SaveAsDWARF() 587 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc); in ParseCFIUnwindRow() 593 bool success = postfix::ResolveSymbols( in ParseCFIUnwindRow() 594 rhs, [&](postfix::SymbolNode &symbol) -> postfix::Node * { in ParseCFIUnwindRow() 597 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseCFIUnwindRow() 601 return postfix::MakeNode<postfix::RegisterNode>( in ParseCFIUnwindRow() 711 std::vector<std::pair<llvm::StringRef, postfix::Node *>> program = in ParseWinUnwindPlan() 712 postfix::ParseFPOProgram(record->ProgramString, node_alloc); in ParseWinUnwindPlan() 721 [&](postfix::SymbolNode &symbol) -> postfix::Node * { in ParseWinUnwindPlan() 728 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan() [all …]
|
| H A D | SymbolFileBreakpad.h | 207 llvm::ArrayRef<uint8_t> SaveAsDWARF(postfix::Node &node);
|
| /src/crypto/krb5/src/ccapi/common/win/OldCC/ |
| H A D | util.cxx | 214 LPSTR postfix in alloc_name_9x() argument 218 DWORD len = (sizeof(prefix) - 1) + 1 + strlen(postfix) + 1; in alloc_name_9x() 222 _snprintf(*pname, len, "%s.%s", prefix, postfix); in alloc_name_9x() 226 DWORD alloc_name_NT(LPSTR* pname, LPSTR postfix) { in alloc_name_NT() argument 268 len = (sizeof(prefix) - 1) + 1 + strlen(lid) + 1 + strlen(postfix) + 1; in alloc_name_NT() 284 _snprintf(*pname, len, "%s.%s.%s", prefix, lid, postfix); in alloc_name_NT() 304 extern "C" DWORD alloc_name(LPSTR* pname, LPSTR postfix, BOOL isNT) { in alloc_name() argument 305 return isNT ? alloc_name_NT(pname, postfix) : in alloc_name() 306 alloc_name_9x(pname, postfix); in alloc_name()
|
| H A D | util.h | 53 LPSTR postfix,
|
| /src/sbin/restore/ |
| H A D | interactive.c | 66 char postfix; /* postfix character */ member 595 fp->postfix = ' '; in mkentry() 599 fp->postfix = '@'; in mkentry() 604 fp->postfix = '='; in mkentry() 609 fp->postfix = '#'; in mkentry() 613 fp->postfix = '%'; in mkentry() 619 fp->postfix = '/'; in mkentry() 621 fp->postfix = ' '; in mkentry() 649 if (fp->postfix != ' ') in formatf() 680 putc(fp->postfix, stderr); in formatf()
|
| /src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 21 using namespace lldb_private::postfix; 46 Node *postfix::ParseOneExpression(llvm::StringRef expr, in ParseOneExpression() 90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram() 242 bool postfix::ResolveSymbols( in ResolveSymbols() 247 void postfix::ToDWARF(Node &node, Stream &stream) { in ToDWARF()
|
| /src/contrib/blocklist/diff/ |
| H A D | postfix.diff | 38 RCS file: /cvsroot/src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c,v 62 RCS file: /cvsroot/src/external/ibm-public/postfix/libexec/smtpd/Makefile,v 85 RCS file: /cvsroot/src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c,v
|
| /src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbFPOProgramToDWARFExpression.cpp | 24 using namespace lldb_private::postfix; 59 postfix::ParseFPOProgram(program, alloc); in ResolveFPOProgram()
|
| /src/crypto/openssl/crypto/x509/ |
| H A D | by_dir.c | 236 const char *postfix = ""; in get_cert_by_subject_ex() local 248 postfix = "r"; in get_cert_by_subject_ex() 314 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject_ex() 319 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k); in get_cert_by_subject_ex()
|
| /src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ |
| H A D | ubtbcmfw.c | 119 .postfix[0] = "", 120 .postfix[1] = ".1", 121 .postfix[2] = ".2",
|
| /src/contrib/dma/ |
| H A D | README.markdown | 11 or postfix(1). Consequently, dma does not listen on port 25 for
|
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | lshfunc.c | 115 const char * postfix, in make_postfix() argument 125 ret_size = base_size + strlen(postfix) + 1; in make_postfix() 136 strncpy(ret + (base_size - 1), postfix, ret_size - (base_size - 1)); in make_postfix() 155 const char * postfix, in make_temp_cache_v5() argument 184 if (postfix) in make_temp_cache_v5() 192 tmp_cache = make_postfix(pkrb5_cc_default_name(ctx), postfix, in make_temp_cache_v5()
|
| /src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 26 namespace postfix {
|
| /src/usr.sbin/kbdcontrol/ |
| H A D | kbdcontrol.c | 846 char *postfix[] = {blank, dotkbd, NULL}; in load_keymap() local 864 for (j=0; postfix[j] && file == NULL; j++) { in load_keymap() 865 name = mkfullname(pe->path, opt, postfix[j]); in load_keymap()
|
| /src/sys/dev/usb/ |
| H A D | usb_dev.c | 1905 unit, pm->postfix[n] ? in usb_fifo_attach() 1906 pm->postfix[n] : "")) { in usb_fifo_attach() 1912 unit, subunit, pm->postfix[n] ? in usb_fifo_attach() 1913 pm->postfix[n] : "")) { in usb_fifo_attach()
|
| H A D | usbdi.h | 555 const char *postfix[4]; member
|
| /src/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 654 p2p_set ssid_postfix <postfix> 656 Set postfix string to be added to the automatically generated P2P SSID 657 (DIRECT-<two random characters>). For example, postfix of "-testing" 728 set p2p_ssid_postfix <P2P SSID postfix> 730 Set P2P SSID postfix.
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 575 // postfix: Prefix used to qualify type 576 class MxType<ValueType vt, string prefix, string postfix, 612 string Postfix = postfix;
|
| /src/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers_p2p.c | 1197 char *postfix; in wpas_dbus_setter_p2p_device_config() local 1202 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config() 1203 if (!postfix) in wpas_dbus_setter_p2p_device_config() 1207 wpa_s->conf->p2p_ssid_postfix = postfix; in wpas_dbus_setter_p2p_device_config()
|
| /src/contrib/libxo/doc/ |
| H A D | faq.rst | 178 Don't use an arbitrary number postfix
|
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 910 int log_flags, char *prefix, char *postfix) in print_dyn_rule_flags() argument 933 id->dst_port, V_dyn_count, postfix); in print_dyn_rule_flags() 936 #define print_dyn_rule(id, dtype, prefix, postfix) \ argument 937 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedA57WriteRes.td | 18 // The postfix is added to differentiate SchedWriteRes that are used in
|
| /src/contrib/wpa/src/p2p/ |
| H A D | p2p.h | 2048 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len);
|