| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | ExportTrie.cpp | 53 Edge(StringRef s, TrieNode *node) : substring(s), child(node) {} in Edge() 55 StringRef substring; member 112 nodeSize += edge.substring.size() + 1 // String length. in updateOffset() 141 memcpy(buf, edge.substring.data(), edge.substring.size()); in writeTo() 142 buf += edge.substring.size(); in writeTo() 287 StringRef substring = StringRef(cbuf, strnlen(cbuf, end - buf)); in parse() local 288 buf += substring.size() + 1; in parse() 291 parse(start + offset, cumulativeString + substring); in parse()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/mi/ |
| H A D | gdb-mi.el | 277 (setq gud-marker-acc (substring gud-marker-acc (match-end 0)) 283 gud-marker-acc (concat (substring gud-marker-acc 0 (match-beginning 0)) 285 (substring gud-marker-acc (match-end 0))))) 291 gud-marker-acc (concat (substring gud-marker-acc 0 (match-beginning 0)) 292 (substring gud-marker-acc (match-end 0))))) 304 (substring gud-marker-acc 0 (match-beginning 0))) 307 gud-marker-acc (substring gud-marker-acc (match-end 0)))) 314 (substring gud-marker-acc 0 (- (match-end 0) 1))) 317 gud-marker-acc (substring gud-marker-acc (match-end 0)))
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | texi-docstring-magic.el | 200 (substring docstring 204 (concat (substring docstring 0 pos) 206 (substring docstring (1+ pos))) 248 (setq docstring (substring docstring 1))) 279 (setq docstring (substring docstring 1)))
|
| /openbsd-src/gnu/usr.bin/texinfo/lib/ |
| H A D | substring.c | 23 substring (const char *start, const char *end) in substring() function
|
| H A D | Makefile.am | 17 libtxi_a_SOURCES = gettext.h substring.c system.h xalloc.h xexit.c xmalloc.c xstrdup.c
|
| H A D | Makefile.in | 85 am_libtxi_a_OBJECTS = substring.$(OBJEXT) xexit.$(OBJEXT) xmalloc.$(OBJEXT) \ 222 libtxi_a_SOURCES = gettext.h substring.c system.h xalloc.h xexit.c xmalloc.c xstrdup.c 283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/substring.Po@am__quote@
|
| H A D | system.h | 32 /* MiKTeX defines substring() in a separate DLL, where it has its 35 extern char *substring (const char *, const char *);
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | lit.cfg | 31 # pattern because it is a substring of one of the following substitution's 44 # because that string is a substring of another substitution's pattern.
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | sectioning.c | 494 toc_add_entry (substring (starting_pos, ending_pos - 1), in insert_and_underscore() 537 toc_anchor = substring (starting_pos + sizeof (a_name) - 1, in sectioning_html() 588 toc_add_entry (substring (starting_pos, ending_pos), in sectioning_html()
|
| H A D | multi.c | 123 template = substring (start + 1, *params - 1); /* omit braces */ in find_template_width()
|
| H A D | defun.c | 224 accumulate_token (&accumulator, substring (token_start, token_end)); in args_from_string()
|
| /openbsd-src/usr.sbin/ldapd/ |
| H A D | filter.c | 140 switch (ldap_filt_subs_value(v, plan->assert.substring)) { in ldap_filt_subs()
|
| H A D | ldapd.h | 158 struct ber_element *substring; member
|
| /openbsd-src/gnu/llvm/compiler-rt/docs/ |
| H A D | TestingGuide.rst | 35 expression matching an appropriate substring of the triple. Unfortunately, the
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | f-exp.y | 287 arglist : substring 295 substring: exp ':' exp %prec ABOVE_COMMA
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Passes.rst | 130 Additionally the ``-cfg-func-name=<substring>`` option can be used to filter the 131 functions that are printed. All functions that contain the specified substring 141 Additionally the ``-cfg-func-name=<substring>`` option can be used to filter the 142 functions that are printed. All functions that contain the specified substring 1204 Additionally the ``-cfg-func-name=<substring>`` option can be used to filter the 1205 functions that are displayed. All functions that contain the specified substring 1213 Additionally the ``-cfg-func-name=<substring>`` option can be used to filter the 1214 functions that are displayed. All functions that contain the specified substring
|
| H A D | LibFuzzer.rst | 833 …f5=short_desc&f7=content&f8=CP&f9=CP&j1=OR&o2=substring&o3=substring&o4=substring&o5=substring&o6=…
|
| /openbsd-src/usr.bin/vi/docs/internals/ |
| H A D | cscope.NOTES | 51 f: find files with name as substring
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | State.pod | 83 Any C<#n> substring will be replaced by the nth argument from C<@args>.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebguts.pod | 478 should contain a substring C<de> at offset 1, plus substring C<gh> 481 for the substring C<gh> before checking for the substring C<de>. The 498 Which substring to check first. 542 If a substring is known to match at end-of-line only, it may be
|
| /openbsd-src/gnu/llvm/llvm/utils/vim/ |
| H A D | vimrc | 149 " Vim's substring operator is annoyingly inconsistent with python's.
|
| /openbsd-src/regress/lib/libc/regex/ |
| H A D | tests | 12 # expected to fail. If there is a fourth field, it is the substring that 35 # For REG_STARTEND, the start/end offsets are those of the substring
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | HowToSetupToolingForLLVM.rst | 159 dump/print only AST declaration nodes having a certain substring in a
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 2119 @cindex substring checking 2123 and substring start and end points 2136 @command{g77} also generates checks for @code{CHARACTER} substring references, 2161 For a @code{CHARACTER} substring reference, the second line has 2165 Attempt to access the 11-th element of variable a[start-substring]. 2170 the offended substring position is the starting (leftmost) position, 2171 and the offending substring expression is @samp{11}.
|
| H A D | bad.def | 647 "Missing colon as of %0 in substring reference for %1") 650 "Invalid use at %0 of substring operator on %1") 892 "Array or substring specification for `%A' out of range in statement at %0") 919 "Array or substring specification for `%A' out of range in EQUIVALENCE statement")
|