Home
last modified time | relevance | path

Searched refs:Like (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp184 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike() local
185 if (!Like) in isLike()
188 HasVAListArg = (*Like == Fmt[1]); in isLike()
190 ++Like; in isLike()
191 assert(*Like == ':' && "Format specifier must be followed by a ':'"); in isLike()
192 ++Like; in isLike()
194 assert(::strchr(Like, ':') && "Format specifier must end with a ':'"); in isLike()
195 FormatIdx = ::strtol(Like, nullptr, 10); in isLike()
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.sym73 BOUND BOUND, no ; Like BOUNDA for non-utf8, otherwise like BOUNDU
74 BOUNDL BOUND, no ; Like BOUND/BOUNDU, but \w and \W are defined by current locale
78 NBOUND NBOUND, no ; Like NBOUNDA for non-utf8, otherwise like BOUNDU
79 NBOUNDL NBOUND, no ; Like NBOUND/NBOUNDU, but \w and \W are defined by current locale
87 ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect
88 ANYOFL ANYOF, sv charclass S ; Like ANYOF, but /l is in effect
89 ANYOFPOSIXL ANYOF, sv charclass_posixl S ; Like ANYOFL, but matches [[:posix:]] classes
92 ANYOFH ANYOFH, sv 1 S ; Like ANYOF, but only has "High" matches, none in the bitmap; th…
93 ANYOFHb ANYOFH, sv 1 S ; Like ANYOFH, but all matches share the same UTF-8 start byte, g…
94 ANYOFHr ANYOFH, sv 1 S ; Like ANYOFH, but the flags field contains packed bounds for all…
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvcatpvf.t24 is(test_HvNAMEf(bless {}, "Whatever::You::Like"),
25 "class='Whatever::You::Like'");
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod585 BOUND no Like BOUNDA for non-utf8, otherwise like
587 BOUNDL no Like BOUND/BOUNDU, but \w and \W are
593 NBOUND no Like NBOUNDA for non-utf8, otherwise like
595 NBOUNDL no Like NBOUND/NBOUNDU, but \w and \W are
607 ANYOFD sv Like ANYOF, but /d is in effect
609 ANYOFL sv Like ANYOF, but /l is in effect
611 ANYOFPOSIXL sv Like ANYOFL, but matches [[:posix:]]
615 ANYOFH sv 1 Like ANYOF, but only has "High" matches,
619 ANYOFHb sv 1 Like ANYOFH, but all matches share the same
621 ANYOFHr sv 1 Like ANYOFH, but the flags field contains
[all …]
/openbsd-src/gnu/usr.bin/binutils/config/
H A Dacx.m478 # Like AC_CHECK_TOOL, but tries a prefix of the target, not the host.
99 # Like AC_CHECK_TOOL, but requires the prefix if build!=host.
123 # Like NCN_CHECK_TARGET_TOOL, but requires the prefix if build!=target.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.def76 /* Like DEF_FALLBACK_BUILTIN, except that the function is not one that
96 /* Like DEF_LIB_BUILTIN, except that a call to the builtin should
103 /* Like DEF_LIB_BUILTIN, except that the function is not one that is
112 /* Like DEF_LIB_BUILTIN, except that the function is only a part of
119 /* Like DEF_LIB_BUILTIN, except that the function is expanded in the
126 /* Like DEF_FRONT_END_LIB_BUILTIN, except that the function is not one
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_flags.inc34 "Like malloc_context_size, but for uninit stores.")
/openbsd-src/regress/usr.bin/mandoc/char/space/
H A Deos.out_ascii11 A dot in parantheses (.) is not a full stop. Not even (Like in this
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dpredicates.md80 ;; Like arith_reg_dest, but this predicate is defined with
89 ;; Like register_operand, but this predicate is defined with
133 ;; Like above, but for DImode destinations: forbid paradoxical DImode
295 ;; Like arith_reg_operand, but this predicate does not accept SIGN_EXTEND.
521 ;; Like arith_reg_operand, but for register source operands of narrow
614 ;; Like register_operand, but take into account that SHMEDIA can use
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dacx.m442 dnl # Like underscored version, but AC_SUBST's.
50 dnl # Like underscored version, but AC_SUBST's.
58 dnl # Like underscored version, but AC_SUBST's.
107 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
134 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
/openbsd-src/gnu/gcc/config/
H A Dacx.m442 dnl # Like underscored version, but AC_SUBST's.
50 dnl # Like underscored version, but AC_SUBST's.
58 dnl # Like underscored version, but AC_SUBST's.
122 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
149 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dmemory124 * Like copy(), but does not require an initialized output range.
148 * Like get_temporary_buffer(), not all the requested memory may be
/openbsd-src/gnu/llvm/lld/MachO/
H A DOptions.td181 HelpText<"Like -l<name>, but mark library and its references as weak imports">,
185 HelpText<"Like bare <path>, but mark library and its references as weak imports">,
189 …HelpText<"Like -l<name>, but link library even if its symbols are not used and -dead_strip_dylibs …
193 …HelpText<"Like bare <path>, but link library even if its symbols are not used and -dead_strip_dyli…
197 HelpText<"Like -l<name>, but export all symbols of <name> from newly created library">,
201 HelpText<"Like bare <path>, but export all symbols of <path> from newly created library">,
205 HelpText<"Like -l<name>, but specify dylib as an upward dependency">,
210 HelpText<"Like bare <path>, but specify dylib as an upward dependency">,
236 HelpText<"Like -framework <name>, but mark framework and its references as weak imports">,
240 …HelpText<"Like -framework <name>, but link <name> even if none of its symbols are used and -dead_s…
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dsprintf.t217 >%E< >123456.789< >1.234568E+05< >Like %e, but using upper-case "E"<
219 >%G< >1234567.89< >1.23457E+06< >Like %g, but using upper-case "E"<
241 >%X< >2**32-1< >FFFFFFFF< >Like %x, but with u/c letters<
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dmemory121 * Like copy(), but does not require an initialized output range.
177 * Like get_temporary_buffer(), not all the requested memory may be
/openbsd-src/lib/libc/include/
H A DDETAILS95 Like PROTO_NORMAL(x), but also declares _libc_x_cancel
99 Like PROTO_NORMAL(x), but also declares _libc_x_wrap. Internal
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbld-op.def68 FFEBLD_OP (FFEBLD_opLABTOK, "LABTOK", 0) /* Like LABTER but contains ffelexToken instead. */
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix-modes.def24 /* Like other non-CC0 ports, MMIX need to code which combination of
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dmmix-modes.def24 /* Like other non-CC0 ports, MMIX need to code which combination of
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dmakefile.texi67 Like @code{bootstrap}, except that the various stages are removed once
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-19-ExceptionResponse.txt42 Like everything, we can probably defer a final decision until later. :)
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dformat.texi80 Like @code{bfd_check_format}, except when it returns FALSE with
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dformat.texi77 Like @code{bfd_check_format}, except when it returns FALSE with
/openbsd-src/games/quiz/datfiles/
H A Dbard170 Like a rich jewel in an Ethiop's ear{.}:\
194 Like chimney sweepers{,} come to dust{.}:\
/openbsd-src/games/hack/
H A DOriginal_READ_ME23 awesome new changes (Like a better save (One that works!)), or have ANY

12345678910>>...13