Home
last modified time | relevance | path

Searched refs:asterisk (Results 1 – 25 of 163) sorted by relevance

1234567

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dchkformat.d346 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 Dstr.c309 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 Dsanitizer_common.cc203 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 Dsanitizer_common.cc201 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 Dsanitizer_common.cpp201 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 Dx86_64-xlate.pl291 $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 Dx86_64-xlate.pl237 $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 Ddirective-unexport.mk26 *= asterisk
H A Dexport.mk19 *= asterisk
H A Dvarmod-match.mk240 ${:U*}= asterisk
241 .if ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
H A Dvarmod-subst.exp20 1 two 3 asterisk
/netbsd-src/share/wscons/keymaps/
H A Dmkbd.pt.iso8859-114 keycode 47 = plus asterisk
H A Dpckbd.de_CH.iso8859-17 keycode 4 = 3 asterisk numbersign
H A Dpckbd.fr_CH.iso8859-17 keycode 4 = 3 asterisk numbersign
H A Dukbd.be.azerty23 keycode 48 = dollar asterisk bracketright
H A Dpckbd.hu.iso8859-237 keycode 53=minus underscore asterisk
H A Dpckbd.be.azerty31 keycode 27=dollar asterisk bracketright
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c3246 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 Dmore.help1 Commands flagged with an asterisk (``*'') may be preceded by a number.
/netbsd-src/external/gpl2/groff/dist/font/devps/
H A Dtext.enc25 asterisk 42
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc3580 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 Dfnmatch.txh16 against a literal asterisk with @samp{\*}. To match a literal
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.txh16 against a literal asterisk with @samp{\*}. To match a literal
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.txh16 against a literal asterisk with @samp{\*}. To match a literal
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dfnmatch.txh16 against a literal asterisk with @samp{\*}. To match a literal

1234567