| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | chkformat.d | 346 bool asterisk; in checkScanfFormat() local 348 const fmt = parseScanfFormatSpecifier(format, j, asterisk); in checkScanfFormat() 352 if (fmt == Format.percent || asterisk) in checkScanfFormat() 367 if (!asterisk) in checkScanfFormat() 531 out bool asterisk) nothrow pure @safe in parseScanfFormatSpecifier() argument 559 asterisk = true; in parseScanfFormatSpecifier() 1185 bool asterisk; variable 1189 assert(parseScanfFormatSpecifier("%d", idx, asterisk) == Format.d); 1191 assert(!asterisk); 1194 assert(parseScanfFormatSpecifier("%hhd", idx, asterisk) == Format.hhd); [all …]
|
| /netbsd-src/usr.bin/make/ |
| H A D | str.c | 309 bool asterisk = false; in Str_Match() local 369 if (asterisk && str == fixed_str) { in Str_Match() 380 asterisk = true; in Str_Match() 391 if (asterisk && *str != '\0') { in Str_Match() 399 if (!asterisk) in Str_Match()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common.cc | 203 bool asterisk = false; in TemplateMatch() local 208 asterisk = true; in TemplateMatch() 212 return str[0] == 0 || asterisk; in TemplateMatch() 232 asterisk = false; in TemplateMatch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common.cc | 201 bool asterisk = false; in TemplateMatch() local 206 asterisk = true; in TemplateMatch() 210 return str[0] == 0 || asterisk; in TemplateMatch() 230 asterisk = false; in TemplateMatch()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common.cpp | 201 bool asterisk = false; in TemplateMatch() local 206 asterisk = true; in TemplateMatch() 210 return str[0] == 0 || asterisk; in TemplateMatch() 230 asterisk = false; in TemplateMatch()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 291 $self->{asterisk} = $1; 348 $self->{asterisk},$self->{label}, 353 sprintf "%s%s(%%%s)%s", $self->{asterisk},$self->{label}, 362 ($self->{asterisk}) && ($sz="q") || 395 $self->{asterisk} = $1; 421 if ($gas) { sprintf "%s%%%s%s", $self->{asterisk},
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| H A D | x86_64-xlate.pl | 237 $self->{asterisk} = $1; 294 $self->{asterisk},$self->{label}, 299 sprintf "%s%s(%%%s)%s", $self->{asterisk},$self->{label}, 308 ($self->{asterisk}) && ($sz="q") || 341 $self->{asterisk} = $1; 367 if ($gas) { sprintf "%s%%%s%s", $self->{asterisk},
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | directive-unexport.mk | 26 *= asterisk
|
| H A D | export.mk | 19 *= asterisk
|
| H A D | varmod-match.mk | 240 ${:U*}= asterisk 241 .if ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
|
| H A D | varmod-subst.exp | 20 1 two 3 asterisk
|
| /netbsd-src/share/wscons/keymaps/ |
| H A D | mkbd.pt.iso8859-1 | 14 keycode 47 = plus asterisk
|
| H A D | pckbd.de_CH.iso8859-1 | 7 keycode 4 = 3 asterisk numbersign
|
| H A D | pckbd.fr_CH.iso8859-1 | 7 keycode 4 = 3 asterisk numbersign
|
| H A D | ukbd.be.azerty | 23 keycode 48 = dollar asterisk bracketright
|
| H A D | pckbd.hu.iso8859-2 | 37 keycode 53=minus underscore asterisk
|
| H A D | pckbd.be.azerty | 31 keycode 27=dollar asterisk bracketright
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | dump-parse-tree.c | 3246 const char **type_name, bool *asterisk, const char **post, in get_c_type_name() argument 3254 *asterisk = false; in get_c_type_name() 3352 *asterisk = true; in get_c_type_name() 3380 bool asterisk; in write_decl() local 3383 rok = get_c_type_name (ts, as, &pre, &type_name, &asterisk, &post, func_ret); in write_decl() 3394 if (asterisk) in write_decl() 3449 bool asterisk; in write_proc() local 3487 rok = get_c_type_name (&(s->ts), NULL, &pre, &type_name, &asterisk, in write_proc() 3499 asterisk = true; in write_proc() 3509 if (asterisk) in write_proc()
|
| /netbsd-src/distrib/utils/more/ |
| H A D | more.help | 1 Commands flagged with an asterisk (``*'') may be preceded by a number.
|
| /netbsd-src/external/gpl2/groff/dist/font/devps/ |
| H A D | text.enc | 25 asterisk 42
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | dump-parse-tree.cc | 3580 const char **type_name, bool *asterisk, const char **post, in get_c_type_name() argument 3588 *asterisk = false; in get_c_type_name() 3691 *asterisk = true; in get_c_type_name() 3719 bool asterisk; in write_decl() local 3722 rok = get_c_type_name (ts, as, &pre, &type_name, &asterisk, &post, func_ret); in write_decl() 3733 if (asterisk) in write_decl() 3788 bool asterisk; in write_proc() local 3826 rok = get_c_type_name (&(s->ts), NULL, &pre, &type_name, &asterisk, in write_proc() 3838 asterisk = true; in write_proc() 3848 if (asterisk) in write_proc()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | fnmatch.txh | 16 against a literal asterisk with @samp{\*}. To match a literal
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | fnmatch.txh | 16 against a literal asterisk with @samp{\*}. To match a literal
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | fnmatch.txh | 16 against a literal asterisk with @samp{\*}. To match a literal
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | fnmatch.txh | 16 against a literal asterisk with @samp{\*}. To match a literal
|