Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_path.c93 _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()
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()
274 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_path() argument
276 *ret = strdup(postfix); in _expand_path()
301 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **str) in _expand_userid() argument
319 _expand_null(krb5_context context, PTYPE param, const char *postfix, char **ret) in _expand_null() argument
338 const char * postfix; member
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp587 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()
721 [&](postfix::SymbolNode &symbol) -> postfix::Node * { in ParseWinUnwindPlan()
728 return postfix::MakeNode<postfix::RegisterNode>( in ParseWinUnwindPlan()
735 auto *symbol = llvm::dyn_cast<postfix::SymbolNode>(it->second); in ParseWinUnwindPlan()
740 if (!postfix::ResolveSymbols(it->second, symbol_resolver)) { in ParseWinUnwindPlan()
752 it->second = postfix::MakeNode<postfix::InitialValueNode>(node_alloc); in ParseWinUnwindPlan()
[all …]
H A DSymbolFileBreakpad.h208 llvm::ArrayRef<uint8_t> SaveAsDWARF(postfix::Node &node);
/freebsd/sbin/restore/
H A Dinteractive.c66 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 DPostfixExpression.cpp21 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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp24 using namespace lldb_private::postfix;
59 postfix::ParseFPOProgram(program, alloc); in ResolveFPOProgram()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_dir.c240 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/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c119 .postfix[0] = "",
120 .postfix[1] = ".1",
121 .postfix[2] = ".2",
/freebsd/contrib/dma/
H A DREADME.markdown11 or postfix(1). Consequently, dma does not listen on port 25 for
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h26 namespace postfix {
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c846 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 Dusb_dev.c1904 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 Dusbdi.h552 const char *postfix[4]; member
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P654 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 DM68kInstrInfo.td589 // postfix: Prefix used to qualify type
590 class MxType<ValueType vt, string prefix, string postfix,
626 string Postfix = postfix;
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1145 char *postfix; in wpas_dbus_setter_p2p_device_config() local
1150 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
1151 if (!postfix) in wpas_dbus_setter_p2p_device_config()
1155 wpa_s->conf->p2p_ssid_postfix = postfix; in wpas_dbus_setter_p2p_device_config()
/freebsd/contrib/libxo/doc/
H A Dfaq.rst178 Don't use an arbitrary number postfix
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c889 int log_flags, char *prefix, char *postfix) in print_dyn_rule_flags() argument
912 id->dst_port, V_dyn_count, postfix); in print_dyn_rule_flags()
915 #define print_dyn_rule(id, dtype, prefix, postfix) \ argument
916 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA57WriteRes.td18 // The postfix is added to differentiate SchedWriteRes that are used in
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.h2045 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len);
H A Dp2p.c4804 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) in p2p_set_ssid_postfix() argument
4806 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len)); in p2p_set_ssid_postfix()
4807 if (postfix == NULL) { in p2p_set_ssid_postfix()
4813 os_memcpy(p2p->cfg->ssid_postfix, postfix, len); in p2p_set_ssid_postfix()
/freebsd/crypto/openssl/
H A DINSTALL.md356 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 DDiagnosticParseKinds.td219 "expression cannot be followed by a postfix %0 operator; add parentheses">;
519 "postfix attributes are not allowed on Objective-C directives">;
521 "postfix attributes are not allowed on Objective-C directives, place"
/freebsd/contrib/ntp/sntp/libevent/
H A Devdns.c3222 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 Devdns.c3222 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()

12