HomeSort by: relevance | last modified time | path
    Searched defs:munge (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-index-entry.c 50 auto munge = [] (char c) -> unsigned char local
52 auto munge = [] (char c) constexpr -> unsigned char
63 unsigned char a = munge (*stra);
64 unsigned char b = munge (*strb);
68 a = munge (*++stra);
69 b = munge (*++strb);
  /src/external/gpl2/texinfo/dist/util/
texi-docstring-magic.el 1 ;; texi-docstring-magic.el -- munge internal docstrings into texi
90 (defconst texi-docstring-magic-munge-table
171 (defun texi-docstring-magic-munge-docstring (docstring args)
174 (dolist (test texi-docstring-magic-munge-table docstring)
217 (texi-docstring-magic-munge-docstring docstring args)
  /src/external/public-domain/sqlite/dist/tea/
teaish.tcl 138 sqlite-munge-cflags
546 proc sqlite-munge-cflags {} {
  /src/external/gpl3/gcc/dist/libcpp/
mkdeps.cc 130 munge (const char *str, const char *trail = nullptr) function
382 name = munge (name, trail);
443 fprintf (fp, "%s:\n", munge (d->deps[i]));
  /src/external/gpl3/gcc.old/dist/libcpp/
mkdeps.cc 123 munge (const char *str, const char *trail = nullptr) function
354 name = munge (name, trail);
409 fprintf (fp, "%s:\n", munge (d->deps[i]));
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cooked-index.c 96 auto munge = [] (char c) -> unsigned char local
107 && (munge (*stra) == munge (*strb)))
113 unsigned char c1 = munge (*stra);
114 unsigned char c2 = munge (*strb);
122 if (mode == COMPLETE || (mode == MATCH && c1 == munge ('<')))
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 692 proc sqlite-munge-cflags {} {
756 sqlite-munge-cflags

Completed in 57 milliseconds