/freebsd/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 …]
|
/freebsd/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);
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_dir.c | 240 const char *postfix = ""; in get_cert_by_subject_ex() local 252 postfix = "r"; in get_cert_by_subject_ex() 318 "%s%08lx.%s%d", ent->dir, h, postfix, k); in get_cert_by_subject_ex() 323 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k); in get_cert_by_subject_ex()
|
/freebsd/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()
|
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/ |
H A D | ubtbcmfw.c | 119 .postfix[0] = "", 120 .postfix[1] = ".1", 121 .postfix[2] = ".2",
|
/freebsd/contrib/dma/ |
H A D | README.markdown | 11 or postfix(1). Consequently, dma does not listen on port 25 for
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | PostfixExpression.h | 26 namespace postfix {
|
/freebsd/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()
|
/freebsd/sys/dev/usb/ |
H A D | usb_dev.c | 1904 unit, pm->postfix[n] ? in usb_fifo_attach() 1905 pm->postfix[n] : "")) { in usb_fifo_attach() 1911 unit, subunit, pm->postfix[n] ? in usb_fifo_attach() 1912 pm->postfix[n] : "")) { in usb_fifo_attach()
|
H A D | usbdi.h | 554 const char *postfix[4]; member
|
/freebsd/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.
|
/freebsd/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;
|
/freebsd/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()
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 178 Don't use an arbitrary number postfix
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 896 int log_flags, char *prefix, char *postfix) in print_dyn_rule_flags() argument 919 id->dst_port, V_dyn_count, postfix); in print_dyn_rule_flags() 922 #define print_dyn_rule(id, dtype, prefix, postfix) \ argument 923 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA57WriteRes.td | 18 // The postfix is added to differentiate SchedWriteRes that are used in
|
/freebsd/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);
|
H A D | p2p.c | 4840 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) in p2p_set_ssid_postfix() argument 4842 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len)); in p2p_set_ssid_postfix() 4843 if (postfix == NULL) { in p2p_set_ssid_postfix() 4849 os_memcpy(p2p->cfg->ssid_postfix, postfix, len); in p2p_set_ssid_postfix()
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 356 Some build targets have a multilib postfix set in the build configuration. 357 For these targets the default libdir is `lib<multilib-postfix>`. Please use 358 `--libdir=lib` to override the libdir if adding the postfix is undesirable.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 225 "expression cannot be followed by a postfix %0 operator; add parentheses">; 536 "postfix attributes are not allowed on Objective-C directives">; 538 "postfix attributes are not allowed on Objective-C directives, place"
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 3222 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); in search_make_new() local 3228 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len); in search_make_new()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 3222 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); in search_make_new() local 3228 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len); in search_make_new()
|