Searched refs:prefix (Results 251 - 275 of 921) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/libxo/doc/
H A DMakefile.am25 -a anchor-prefix docs
/freebsd-11-stable/lib/libdpv/
H A Ddprompt.c202 /* For wide mode, long prefix (`pprompt') or append (`aprompt')
705 dprompt_sprint(char * restrict str, const char *prefix, const char *append) argument
709 prefix ? prefix : "", dprompt, append ? append : ""));
717 dprompt_dprint(int fd, const char *prefix, const char *append, int overall) argument
724 prefix ? prefix : "", dprompt, append ? append : "", percent);
732 dprompt_libprint(const char *prefix, const char *append, int overall) argument
737 dprompt_sprint(buf, prefix, append);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_stats.cpp32 static void PrintMallocStatsArray(const char *prefix, argument
34 Printf("%s", prefix);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i113 %feature("docstring", "Gets the prefix to use for this expression.") GetPrefix;
117 %feature("docstring", "Sets the prefix to use for this expression. This prefix gets inserted after the 'target.expr-prefix' prefix contents, but before the wrapped expression function body.") SetPrefix;
119 SetPrefix (const char *prefix);
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dlogger.c95 const char *prefix,
131 repos, prefix, continuation,
92 log_message(logger_t *logger, const svn_error_t *err, const char *prefix, repository_t *repository, client_info_t *client_info) argument
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h132 * or @a prefix parameter passed to the cache constructor.
234 * @a prefix should be specified to differentiate this cache from
254 const char *prefix,
348 * form multiple caches, @a prefix should be specified to differentiate
364 * Typically, some UUID is used as part of the prefix in that scenario.
375 const char *prefix,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Derror.c575 print_error(svn_error_t *err, FILE *stream, const char *prefix)
625 prefix, err->apr_err, err->message));
644 prefix, err->apr_err, err_string));
652 const char *prefix)
691 print_error(tmp_err, stream, prefix);
716 svn_handle_warning2(FILE *stream, const svn_error_t *err, const char *prefix)
727 prefix, symbolic_name));
733 prefix, err->apr_err,
572 print_error(svn_error_t *err, FILE *stream, const char *prefix) argument
646 svn_handle_error2(svn_error_t *err, FILE *stream, svn_boolean_t fatal, const char *prefix) argument
713 svn_handle_warning2(FILE *stream, const svn_error_t *err, const char *prefix) argument
/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c221 struct prefix *prefix; member in struct:binding
230 typedef struct prefix { struct
238 const XML_Char *prefix; member in struct:__anon10
312 PREFIX *prefix; member in struct:attribute_id
331 PREFIX *prefix; member in struct:__anon16
426 static enum XML_Error addBinding(XML_Parser parser, PREFIX *prefix,
1296 setContext, because this would overwrite existing prefix->binding
2287 return XML_L("unbound prefix");
2290 return XML_L("must not undeclare prefix");
2825 const XML_Char *prefix; local
3424 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) argument
4417 const XML_Char *prefix; local
5793 PREFIX *prefix; local
5926 PREFIX *prefix = (PREFIX *)hashTableIterNext(&iter); local
5994 PREFIX *prefix; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp18 // 1. Read the prefix bytes and determine the attributes of the instruction.
199 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) { argument
200 return insn->mode == MODE_64BIT && prefix >= 0x40 && prefix <= 0x4f;
203 // Consumes all of an instruction's prefix bytes, and marks the
221 // If the byte is a LOCK/REP/REPNE prefix and not a part of the opcode, then
229 // - it is followed by a LOCK (0xf0) prefix
249 // Go to REX prefix after the current one
252 // We should be able to read next byte after REX prefix
271 // it's not mandatory prefix
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-support.c375 entire prefix: all of the namespaces and classes that make up its
735 char *prefix = alloca (len + 1); local
737 memcpy (prefix, arg, len);
738 prefix[len] = '\0';
740 printf_unfiltered ("%s\n", prefix);
/freebsd-11-stable/contrib/byacc/
H A Dmakefile.in33 prefix = @prefix@
/freebsd-11-stable/contrib/ldns/drill/
H A DMakefile.in7 prefix = @prefix@
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c120 uint16_t prefix[65536]; member in struct:private_data
265 state->prefix[code] = 0;
397 code = state->prefix[code];
404 state->prefix[code] = state->oldcode;
/freebsd-11-stable/contrib/tnftp/src/
H A Dprogressbar.c221 if (prefix)
222 len += snprintf(buf + len, BUFLEFT, "%s", prefix);
234 if (prefix)
235 barlength -= (int)strlen(prefix);
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c136 /* If no comparison, use default comparison and prefix. */
139 if (b.prefix == NULL)
140 b.prefix = __bt_defpfx;
151 b.prefix = __bt_defpfx;
166 t->bt_pfx = b.prefix;
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.h110 const char *prefix; member in struct:declaration
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd10 set prefix="C:\Program Files (x86)" variable
11 set program_path=%prefix%\Unbound
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A DMakefile.in25 prefix = @prefix@
/freebsd-11-stable/contrib/libpcap/testprogs/
H A DMakefile.in25 prefix = @prefix@
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h37 Status CreateWithUniqueName(llvm::StringRef prefix,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h72 void Print(const char *prefix);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h101 static FileSpec GetDomainSocketPath(const char *prefix);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc107 bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) {
117 *ErrMsg = prefix + ": " + buffer;
119 *ErrMsg = prefix + ": Unknown error";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp233 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, argument
244 complete_command_name << prefix << " " << command_name;
317 void CommandObjectProxy::AproposAllSubCommands(llvm::StringRef prefix, argument
323 return proxy_command->AproposAllSubCommands(prefix, search_word,
/freebsd-11-stable/contrib/unbound/util/data/
H A Ddname.h189 * Check if labels starts with given prefix
191 * @param prefix: the string to match label with, null terminated.
192 * @param endptr: pointer to location in label after prefix, only if return
193 * value is 1. NULL if nothing in the label after the prefix, i.e. prefix
195 * @return: 1 if label starts with prefix, else 0
197 int dname_lab_startswith(uint8_t* label, char* prefix, char** endptr);

Completed in 234 milliseconds

<<11121314151617181920>>