HomeSort by: relevance | last modified time | path
    Searched refs:asterisk (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
chkformat.d 346 bool asterisk;
348 const fmt = parseScanfFormatSpecifier(format, j, asterisk);
352 if (fmt == Format.percent || asterisk)
367 if (!asterisk)
526 * asterisk = set if there is a `*` sub-specifier
531 out bool asterisk) nothrow pure @safe
559 asterisk = true;
1185 bool asterisk;
1189 assert(parseScanfFormatSpecifier("%d", idx, asterisk) == Format.d);
1191 assert(!asterisk);
    [all...]
  /src/usr.bin/make/
str.c 309 bool asterisk = false; local
372 if (asterisk && str == fixed_str) {
383 asterisk = true;
394 if (asterisk && *str != '\0') {
402 if (!asterisk)
  /src/usr.bin/make/unit-tests/
directive-unexport.mk 26 *= asterisk
export.mk 19 *= asterisk
varmod-subst.exp 20 1 two 3 asterisk
varmod-match.mk 244 ${:U*}= asterisk
245 .if ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
varmod-subst.mk 214 @echo ${:U1 2 3:S*2*two*:Q} asterisk
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.cc 203 bool asterisk = false; local
208 asterisk = true;
212 return str[0] == 0 || asterisk;
232 asterisk = false;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 201 bool asterisk = false; local
206 asterisk = true;
210 return str[0] == 0 || asterisk;
230 asterisk = false;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 237 bool asterisk = false; local
242 asterisk = true;
246 return str[0] == 0 || asterisk;
266 asterisk = false;
  /src/external/gpl2/groff/dist/font/devps/
text.enc 25 asterisk 42
symbolmap 126 asterisk *
  /src/external/gpl2/groff/dist/font/devps/generate/
textmap 123 asterisk *

Completed in 202 milliseconds