| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | printfr.c | 247 char *comma = " "; local 262 fputs(comma, stdout); 266 comma = ","; 269 fputs(comma, stdout); 273 comma = ","; 276 fputs(comma, stdout); 280 comma = ","; 283 fputs(comma, stdout); 287 comma = ","; 290 fputs(comma, stdout); [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | tic54x-dis.c | 187 char *comma = ""; in print_instruction() local 215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 224 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 257 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 265 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 282 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() [all …]
|
| H A D | m10300-dis.c | 498 int comma = 0; in disassemble() local 504 comma = 1; in disassemble() 509 if (comma) in disassemble() 512 comma = 1; in disassemble() 517 if (comma) in disassemble() 520 comma = 1; in disassemble() 525 if (comma) in disassemble() 528 comma = 1; in disassemble() 533 if (comma) in disassemble() 536 comma = 1; in disassemble() [all …]
|
| H A D | z8k-dis.c | 480 int comma = 0; in print_intr() local 486 comma = 1; in print_intr() 490 if (comma) strcat (tmp_str, ","); in print_intr() 498 int comma = 0; in print_flags() local 504 comma = 1; in print_flags() 508 if (comma) strcat (tmp_str, ","); in print_flags() 510 comma = 1; in print_flags() 514 if (comma) strcat (tmp_str, ","); in print_flags() 516 comma = 1; in print_flags() 520 if (comma) strcat (tmp_str, ","); in print_flags()
|
| H A D | rl78-dis.c | 229 char *comma = ""; in print_insn_rl78_common() local 233 { PR (PS, "Z"); comma = ","; } in print_insn_rl78_common() 235 { PR (PS, "%sAC", comma); comma = ","; } in print_insn_rl78_common() 237 { PR (PS, "%sCY", comma); comma = ","; } in print_insn_rl78_common()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | tic54x-dis.c | 187 char *comma = ""; in print_instruction() local 215 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 219 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 224 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 257 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 265 info->fprintf_func (info->stream, "%s", comma); in print_instruction() 270 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 274 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 278 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() 282 info->fprintf_func (info->stream, "%s%s", comma, operand[i]); in print_instruction() [all …]
|
| H A D | m10300-dis.c | 498 int comma = 0; in disassemble() local 504 comma = 1; in disassemble() 509 if (comma) in disassemble() 512 comma = 1; in disassemble() 517 if (comma) in disassemble() 520 comma = 1; in disassemble() 525 if (comma) in disassemble() 528 comma = 1; in disassemble() 533 if (comma) in disassemble() 536 comma = 1; in disassemble() [all …]
|
| H A D | z8k-dis.c | 480 int comma = 0; in print_intr() local 486 comma = 1; in print_intr() 490 if (comma) strcat (tmp_str, ","); in print_intr() 498 int comma = 0; in print_flags() local 504 comma = 1; in print_flags() 508 if (comma) strcat (tmp_str, ","); in print_flags() 510 comma = 1; in print_flags() 514 if (comma) strcat (tmp_str, ","); in print_flags() 516 comma = 1; in print_flags() 520 if (comma) strcat (tmp_str, ","); in print_flags()
|
| H A D | rl78-dis.c | 229 char *comma = ""; in print_insn_rl78_common() local 233 { PR (PS, "Z"); comma = ","; } in print_insn_rl78_common() 235 { PR (PS, "%sAC", comma); comma = ","; } in print_insn_rl78_common() 237 { PR (PS, "%sCY", comma); comma = ","; } in print_insn_rl78_common()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| H A D | tcsd_conf.c | 278 char *ptr = buf, *tmp_ptr = NULL, *arg, *comma; in read_conf_line() local 321 comma = rindex(arg, ','); in read_conf_line() 323 if (comma == NULL) { in read_conf_line() 327 comma = arg; in read_conf_line() 328 tmp_int = atoi(comma); in read_conf_line() 338 *comma++ = '\0'; in read_conf_line() 339 tmp_int = atoi(comma); in read_conf_line() 350 comma = rindex(arg, ','); in read_conf_line() 352 if (comma == NULL) { in read_conf_line() 356 comma = arg; in read_conf_line() [all …]
|
| /netbsd-src/etc/rc.d/ |
| H A D | sysdb | 28 comma=" " 47 $echo -n "$comma${src##*/}" 48 comma=", " 85 $echo -n "${comma}utmp$i" 86 comma=", "
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| H A D | t-withmultilib | 1 comma=, 2 …bst lp64,mabi=lp64,$(subst ilp32,mabi=ilp32,$(subst rv,march=rv,$(subst $(comma), ,$(TM_MULTILIB_C… 3 MULTILIB_DIRNAMES = $(patsubst rv32%,lib32,$(patsubst rv64%,lib64,$(subst $(comma), ,$(TM_MULTILIB_… 5 …bst lp64,mabi=lp64,$(subst ilp32,mabi=ilp32,$(subst rv,march=rv,$(subst $(comma),/,$(TM_MULTILIB_C…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| H A D | t-withmultilib | 1 comma=, 2 …bst lp64,mabi=lp64,$(subst ilp32,mabi=ilp32,$(subst rv,march=rv,$(subst $(comma), ,$(TM_MULTILIB_C… 3 MULTILIB_DIRNAMES = $(patsubst rv32%,lib32,$(patsubst rv64%,lib64,$(subst $(comma), ,$(TM_MULTILIB_… 5 …bst lp64,mabi=lp64,$(subst ilp32,mabi=ilp32,$(subst rv,march=rv,$(subst $(comma),/,$(TM_MULTILIB_C…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| H A D | mkoffload.c | 237 const char *comma; in process() local 290 for (comma = "", ix = 0; ix != obj_count; comma = ",", ix++) in process() 291 fprintf (out, "%s\n\t{ptx_code_%u, sizeof (ptx_code_%u)}", comma, ix, ix); in process() 296 for (comma = "", id = var_ids; id; comma = ",", id = id->next) in process() 297 fprintf (out, "%s\n\t%s", comma, id->ptx_name); in process() 305 for (comma = "", id = func_ids; id; comma = ",", id = id->next) in process() 306 fprintf (out, "%s\n\t{%s}", comma, id->ptx_name); in process()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| H A D | mkoffload.cc | 238 const char *comma; in process() local 291 for (comma = "", ix = 0; ix != obj_count; comma = ",", ix++) in process() 292 fprintf (out, "%s\n\t{ptx_code_%u, sizeof (ptx_code_%u)}", comma, ix, ix); in process() 297 for (comma = "", id = var_ids; id; comma = ",", id = id->next) in process() 298 fprintf (out, "%s\n\t%s", comma, id->ptx_name); in process() 306 for (comma = "", id = func_ids; id; comma = ",", id = id->next) in process() 307 fprintf (out, "%s\n\t{%s}", comma, id->ptx_name); in process()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 319 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective() 327 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective() 605 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective() 775 if (Tok.is(tok::comma)) in parseDeclareSimdClauses() 1118 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma, in parseOMPContextSelector() 1128 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) { in parseOMPContextSelector() 1210 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelector() 1288 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren, in parseOMPContextSelectorSet() 1298 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) { in parseOMPContextSelectorSet() 1338 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectorSet() [all …]
|
| H A D | ParseTemplate.cpp | 333 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate() 491 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 496 if (Tok.is(tok::comma)) { in ParseTemplateParameterList() 506 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 522 case tok::comma: in isStartOfTemplateTypeParameter() 539 case tok::comma: in isStartOfTemplateTypeParameter() 579 case tok::comma: in isStartOfTemplateTypeParameter() 655 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameter() 803 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter() 886 } else if (Next.isOneOf(tok::identifier, tok::comma, tok::greater, in ParseTemplateTemplateParameter() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | json.c | 60 void comma() in comma() function 153 comma(); in item() 160 comma(); in item() 167 comma(); in itemBool() 195 comma(); in arrayEnd() 222 comma(); in objectEnd() 240 comma(); in property() 247 comma(); in property() 254 comma(); in propertyBool() 544 comma(); in visit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 481 } while (EatIfPresent(lltok::comma)); in parseDepLibs() 790 } while (EatIfPresent(lltok::comma)); in parseNamedMetadata() 983 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseIndirectSymbol() 1059 while (Lex.getKind() == lltok::comma) { in parseIndirectSymbol() 1199 while (Lex.getKind() == lltok::comma) { in parseGlobal() 2233 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata() 2326 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign() 2352 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace() 2381 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments() 2410 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | json.d | 75 void comma() in comma() function 164 comma(); in item() 171 comma(); in item() 178 comma(); in itemBool() 201 comma(); in arrayEnd() 224 comma(); in objectEnd() 248 comma(); in property() 265 comma(); in requiredProperty() 272 comma(); in property() 279 comma(); in propertyBool() [all …]
|
| H A D | mustuse.d | 183 else if (auto comma = e.isCommaExp()) in isIncrementOrDecrement() local 187 if (comma.e1) in isIncrementOrDecrement() 189 if (auto left = comma.e1.isCommaExp()) in isIncrementOrDecrement()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | cyrus.c | 840 int comma; in ldap_pvt_sasl_secprops_unparse() local 847 comma = 0; in ldap_pvt_sasl_secprops_unparse() 868 if ( comma ) l++; in ldap_pvt_sasl_secprops_unparse() 869 comma = 1; in ldap_pvt_sasl_secprops_unparse() 880 comma = 0; in ldap_pvt_sasl_secprops_unparse() 893 if ( comma ) *ptr++ = ','; in ldap_pvt_sasl_secprops_unparse() 895 comma = 1; in ldap_pvt_sasl_secprops_unparse() 898 if ( comma ) *ptr++ = ','; in ldap_pvt_sasl_secprops_unparse() 900 comma = 1; in ldap_pvt_sasl_secprops_unparse() 903 if ( comma ) *ptr++ = ','; in ldap_pvt_sasl_secprops_unparse() [all …]
|
| /netbsd-src/usr.bin/mail/ |
| H A D | send.c | 365 fmt(const char *str, struct name *np, FILE *fo, size_t comma) in fmt() argument 370 comma = comma ? 1 : 0; in fmt() 376 comma = 0; in fmt() 379 if (col + len + comma > 72 && col > 4) { in fmt() 385 if (comma) in fmt() 387 col += len + comma; in fmt()
|
| H A D | names.c | 171 int comma; in detract() local 175 comma = ntype & GCOMMA; in detract() 180 if (debug && comma) in detract() 186 if (comma) in detract() 204 if (comma && p->n_flink != NULL) in detract() 211 if (comma && *--cp == ',') in detract()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_tz.c | 468 int comma, i, valid_levels; in acpitz_get_zone() local 551 comma = 0; in acpitz_get_zone() 558 comma = 1; in acpitz_get_zone() 562 aprint_verbose("%shot %s C", comma ? ", " : "", in acpitz_get_zone() 564 comma = 1; in acpitz_get_zone() 568 aprint_verbose("%spassive %s C", comma ? ", " : "", in acpitz_get_zone() 570 comma = 1; in acpitz_get_zone() 577 aprint_verbose("%spassive cooling", comma ? in acpitz_get_zone()
|