Searched refs:postfix (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_autoconf.c65 char *postfix; local
85 /* remove postfix */
86 postfix = strchr(module, '.');
87 if (postfix)
88 *postfix = 0;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c53 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
93 _expand_bin_dir(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
115 if (postfix) {
116 if (strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0]))
143 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
241 _expand_csidl(krb5_context context, PTYPE folder, const char *postfix, char **ret) argument
257 if (postfix &&
258 strlcat(path, postfix, sizeof(path)/sizeof(path[0])) >= sizeof(path)/sizeof(path[0])) {
274 _expand_path(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
276 *ret = strdup(postfix);
285 _expand_temp_folder(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
301 _expand_userid(krb5_context context, PTYPE param, const char *postfix, char **str) argument
319 _expand_null(krb5_context context, PTYPE param, const char *postfix, char **ret) argument
338 const char * postfix; member in struct:token
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dtmpfile.cpp107 * Generate a temporary name template with a postfix
116 const char *postfix = use_short_postfix ? postfix_short : postfix_long; local
118 if (postfix)
119 postlen = strlen(postfix);
123 strcat(templ, postfix);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp425 llvm::ArrayRef<uint8_t> SymbolFileBreakpad::SaveAsDWARF(postfix::Node &node) {
444 postfix::Node *rhs = postfix::ParseOneExpression(rule->second, node_alloc);
450 bool success = postfix::ResolveSymbols(
451 rhs, [&](postfix::SymbolNode &symbol) -> postfix::Node * {
454 return postfix::MakeNode<postfix::InitialValueNode>(node_alloc);
457 return postfix::MakeNode<postfix
[all...]
H A DSymbolFileBreakpad.h216 llvm::ArrayRef<uint8_t> SaveAsDWARF(postfix::Node &node);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp9 // This file implements support for postfix expressions found in several symbol
20 using namespace lldb_private::postfix;
44 Node *postfix::ParseOneExpression(llvm::StringRef expr,
88 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) {
240 bool postfix::ResolveSymbols(
245 void postfix::ToDWARF(Node &node, Stream &stream) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp24 using namespace lldb_private::postfix;
59 postfix::ParseFPOProgram(program, alloc);
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dby_dir.c273 const char *postfix = ""; local
283 postfix = "";
288 postfix = "r";
350 "%s%08lx.%s%d", ent->dir, h, postfix, k);
353 "%s%c%08lx.%s%d", ent->dir, c, h, postfix, k);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcomplaints.c69 const char *postfix; member in struct:explanation
207 complaints->explanation[series].postfix);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c118 .postfix[0] = "",
119 .postfix[1] = ".1",
120 .postfix[2] = ".2",
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c73 char postfix; /* postfix character */ member in struct:afile
602 fp->postfix = ' ';
606 fp->postfix = '@';
611 fp->postfix = '=';
616 fp->postfix = '#';
620 fp->postfix = '%';
626 fp->postfix = '/';
628 fp->postfix = ' ';
656 if (fp->postfix !
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h9 // This file implements support for postfix expressions found in several symbol
26 namespace postfix { namespace in namespace:lldb_private
28 /// The base class for all nodes in the parsed postfix tree.
213 /// Parse the given postfix expression. The parsed nodes are placed into the
227 } // namespace postfix
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl941 local($var,$files,$location,$postfix)=@_;
958 if (($_ =~ /bss_file/) && ($postfix eq ".h"))
960 else { $pf=$postfix; }
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c1919 unit, pm->postfix[n] ?
1920 pm->postfix[n] : "")) {
1926 unit, subunit, pm->postfix[n] ?
1927 pm->postfix[n] : "")) {
H A Dusbdi.h502 const char *postfix[4]; member in struct:usb_fifo_methods
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1092 char *postfix; local
1097 postfix = os_strdup(entry.str_value);
1098 if (!postfix)
1102 wpa_s->conf->p2p_ssid_postfix = postfix;
/freebsd-11-stable/contrib/gcc/
H A Dgimplify.c1899 bool postfix;
1908 /* Prefix or postfix? */
1911 postfix = want_value;
1913 postfix = false;
1915 /* For postfix, make sure the inner expression's post side effects
1917 if (postfix)
1936 /* For postfix operator, we evaluate the LHS to an rvalue and then use
1938 if (postfix)
1948 if (postfix)
1898 bool postfix; local
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h2033 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len);
H A Dp2p.c4758 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) argument
4760 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len));
4761 if (postfix == NULL) {
4767 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c889 int log_flags, char *prefix, char *postfix)
912 id->dst_port, V_dyn_count, postfix);
915 #define print_dyn_rule(id, dtype, prefix, postfix) \
916 print_dyn_rule_flags(id, dtype, LOG_DEBUG, prefix, postfix)
888 print_dyn_rule_flags(const struct ipfw_flow_id *id, int dyn_type, int log_flags, char *prefix, char *postfix) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp804 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '"
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3121 /* reverse the order of members in the postfix list. This is needed because, */
3185 /* this is the postfix we want */
3186 /* the actual postfix string is kept at the end of the structure */
3187 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); local
3193 memcpy(newname + base_len + need_to_append_dot, postfix, postfix_len);
3266 /* this name without a postfix */

Completed in 300 milliseconds