| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | tic54x-dis.c | 186 char *comma = ""; local 214 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 218 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 223 info->fprintf_func (info->stream, "%s", comma); 256 info->fprintf_func (info->stream, "%s", comma); 264 info->fprintf_func (info->stream, "%s", comma); 269 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 273 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 277 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 281 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); [all …]
|
| H A D | m10300-dis.c | 689 int comma = 0; local 695 comma = 1; 700 if (comma) 703 comma = 1; 708 if (comma) 711 comma = 1; 716 if (comma) 719 comma = 1; 724 if (comma) 727 comma = 1; [all …]
|
| H A D | z8k-dis.c | 478 int comma = 0; in print_intr() local 484 comma = 1; in print_intr() 488 if (comma) strcat (tmp_str, ","); in print_intr() 496 int comma = 0; in print_flags() local 502 comma = 1; in print_flags() 506 if (comma) strcat (tmp_str, ","); in print_flags() 508 comma = 1; in print_flags() 512 if (comma) strcat (tmp_str, ","); in print_flags() 514 comma = 1; in print_flags() 518 if (comma) strcat (tmp_str, ","); in print_flags()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | tic54x-dis.c | 186 char *comma = ""; local 214 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 218 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 223 info->fprintf_func (info->stream, "%s", comma); 256 info->fprintf_func (info->stream, "%s", comma); 264 info->fprintf_func (info->stream, "%s", comma); 269 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 273 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 277 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); 281 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); [all …]
|
| H A D | m10300-dis.c | 504 int comma = 0; in disassemble() local 510 comma = 1; in disassemble() 515 if (comma) in disassemble() 518 comma = 1; in disassemble() 523 if (comma) in disassemble() 526 comma = 1; in disassemble() 531 if (comma) in disassemble() 534 comma = 1; in disassemble() 539 if (comma) in disassemble() 542 comma = 1; in disassemble() [all …]
|
| H A D | z8k-dis.c | 478 int comma = 0; in print_intr() local 484 comma = 1; in print_intr() 488 if (comma) strcat (tmp_str, ","); in print_intr() 496 int comma = 0; in print_flags() local 502 comma = 1; in print_flags() 506 if (comma) strcat (tmp_str, ","); in print_flags() 508 comma = 1; in print_flags() 512 if (comma) strcat (tmp_str, ","); in print_flags() 514 comma = 1; in print_flags() 518 if (comma) strcat (tmp_str, ","); in print_flags()
|
| /openbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 713 char *comma = "("; in mount_print() local 718 (void)printf("%srdonly", comma); in mount_print() 720 comma = ","; in mount_print() 723 (void)printf("%ssynchronous", comma); in mount_print() 725 comma = ","; in mount_print() 728 (void)printf("%snoexec", comma); in mount_print() 730 comma = ","; in mount_print() 733 (void)printf("%snosuid", comma); in mount_print() 735 comma = ","; in mount_print() 738 (void)printf("%snodev", comma); in mount_print() [all …]
|
| /openbsd-src/usr.bin/awk/ |
| H A D | awkgram.y | 73 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 113 comma: 114 ',' | comma NL 197 | patlist comma pattern { $$ = linkum($1, $3); } 257 pattern comma pattern { $$ = linkum($1, $3); } 258 | plist comma pattern { $$ = linkum($1, $3); } 263 | pplist comma ppattern { $$ = linkum($1, $3); } 381 | GENSUB '(' reg_expr comma pattern comma pattern ')' 383 | GENSUB '(' pattern comma pattern comma pattern ')' 390 | GENSUB '(' reg_expr comma pattern comma pattern comma pattern ')' [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
| H A D | 11_hashassign.t | 8 my @comma = ("key", "value"); 18 fieldhash my %comma; 19 %comma = @comma; 20 ok (keys %comma == 1, 'keys on comma hash'); 21 ok (values %comma == 1, 'values on comma hash'); 24 is ($comma{"k" . $key}, "value", 'is key present? (unoptimised)'); 26 is ($comma{key}, "value", 'is key present? (maybe optimised)'); 29 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)'); 31 @temp = %comma; 32 is_deeply (\@comma, \@temp, 'list from comma hash'); [all …]
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | style.c | 253 const char *comma = "", *tmp = ""; in style_tostring() 268 off += xsnprintf(s + off, sizeof s - off, "%slist=%s", comma, in style_tostring() 270 comma = ","; in style_tostring() 291 off += xsnprintf(s + off, sizeof s - off, "%srange=%s", comma, in style_tostring() 293 comma = ","; in style_tostring() 304 off += xsnprintf(s + off, sizeof s - off, "%salign=%s", comma, in style_tostring() 306 comma = ","; in style_tostring() 313 off += xsnprintf(s + off, sizeof s - off, "%s%s", comma, tmp); in style_tostring() 314 comma = ","; in style_tostring() 317 off += xsnprintf(s + off, sizeof s - off, "%sfill=%s", comma, in style_tostring() 243 const char *comma = "", *tmp = ""; style_tostring() local [all...] |
| /openbsd-src/lib/libcurses/base/ |
| H A D | MKlib_gen.sh | 298 comma = "" 337 comma = comma "_nc_visbuf2(" num "," 341 comma = comma "(const void *)" 349 comma = comma "_trace" argtype "2(" num "," 355 comma = comma "(long)" 359 args = args comma "a" ++num; 362 args = args comma "\"va_list\"" 364 args = args comma "\"...\"" 366 args = args comma argcast "z" 373 comma = ", "
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | hashassign.t | 13 my @comma = ("key", "value"); 23 my %comma = @comma; 24 ok (keys %comma == 1, 'keys on comma hash'); 25 ok (values %comma == 1, 'values on comma hash'); 28 is ($comma{"k" . $key}, "value", 'is key present? (unoptimised)'); 30 is ($comma{key}, "value", 'is key present? (maybe optimised)'); 33 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)'); 35 @temp = %comma; 36 ok (eq_array (\@comma, \@temp), 'list from comma hash'); 38 @temp = each %comma; [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | locale_threads.t | |
| /openbsd-src/sys/dev/usb/ |
| H A D | makemap.awk | 281 comma = 0 285 comma++ 286 if (comma == 0 && substr($f, l) != ",") { 292 if (comma == 0 && f != NF) { 299 comma--
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | locale.t | 139 my ($base, $different, $comma, $difference, $utf8_radix); 162 $comma ||= $_ if $radix eq ','; 166 last if $base && $different && $comma && $utf8_radix; 429 unless ($comma) { 430 skip("no locale available where LC_NUMERIC is a comma", 3); 439 POSIX::setlocale(POSIX::LC_NUMERIC(),"$comma"); 451 POSIX::setlocale(POSIX::LC_NUMERIC(),"$comma"); 456 "1,5\n2,5", { stderr => 'devnull' }, "Can do math when radix is a comma"); # [perl 115800] 462 local $ENV{LC_NUMERIC} = $comma; 490 POSIX::setlocale(POSIX::LC_NUMERIC(),"$comma"); [all...] |
| /openbsd-src/usr.sbin/fw_update/ |
| H A D | fw_update.sh | 606 comma='' 609 status "$comma$( firmware_devicename "$fw" )" 610 comma=, 624 [ "$comma" ] || status none 777 comma='' 782 comma='' 790 status "$comma$d" 791 comma=,
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | MKfallback.sh | 106 comma="" 109 echo "$comma /* $x */" 111 comma=","
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 817 } while (EatIfPresent(lltok::comma)); in parseNamedMetadata() 1029 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseAliasOrIFunc() 1113 while (Lex.getKind() == lltok::comma) { in parseAliasOrIFunc() 1292 while (Lex.getKind() == lltok::comma) { in parseGlobal() 2123 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata() 2332 } while (EatIfPresent(lltok::comma)); in parseMemoryAttr() 2347 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign() 2373 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace() 2402 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments() 2431 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 331 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective() 339 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective() 613 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective() 783 if (Tok.is(tok::comma)) in parseDeclareSimdClauses() 1130 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma, in parseOMPContextSelector() 1140 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) { in parseOMPContextSelector() 1222 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelector() 1300 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren, in parseOMPContextSelectorSet() 1310 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) { in parseOMPContextSelectorSet() 1350 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectorSet() [all …]
|
| H A D | ParseTemplate.cpp | 362 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate() 520 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 525 if (Tok.is(tok::comma)) { in ParseTemplateParameterList() 535 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 551 case tok::comma: in isStartOfTemplateTypeParameter() 568 case tok::comma: in isStartOfTemplateTypeParameter() 608 case tok::comma: in isStartOfTemplateTypeParameter() 685 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameter() 833 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter() 905 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateTemplateParameter() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
| H A D | punctNAME.out_lint | 1 mandoc: punctNAME.in:7:2: WARNING: missing comma before name: Nm second_name 3 mandoc: punctNAME.in:8:2: WARNING: missing comma before name: Nm third_name
|
| /openbsd-src/usr.bin/mail/ |
| H A D | send.c | 541 fmt(char *str, struct name *np, FILE *fo, int comma) in fmt() argument 545 comma = comma ? 1 : 0; in fmt() 551 comma = 0; in fmt() 554 if (col + len + comma > 72 && col > 4) { in fmt() 560 if (comma) in fmt() 562 col += len + comma; in fmt()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| H A D | 018_json_checker.t | 67 ["Colon instead of comma": false] 95 ["extra comma",] 97 ["double extra comma",,] 105 {"Extra comma": true,}
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optc-gen.awk | 32 comma = "," 171 comma = "" 205 var_set(flags[i]), comma)
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | locale.t | 60 skip "no locale with a comma radix available", 5 unless $comma_locale; 69 "dot not recognized in global comma locale for SvNV"); 75 "comma recognized in global comma locale for SvNV"); 80 "dot recognized in perl-controlled comma locale for SvNV");
|