| /freebsd/sys/kern/ |
| H A D | uipc_debug.c | 80 int comma; in db_print_sooptions() local 82 comma = 0; in db_print_sooptions() 84 db_printf("%sSO_DEBUG", comma ? ", " : ""); in db_print_sooptions() 85 comma = 1; in db_print_sooptions() 88 db_printf("%sSO_ACCEPTCONN", comma ? ", " : ""); in db_print_sooptions() 89 comma = 1; in db_print_sooptions() 92 db_printf("%sSO_REUSEADDR", comma ? ", " : ""); in db_print_sooptions() 93 comma = 1; in db_print_sooptions() 96 db_printf("%sSO_KEEPALIVE", comma ? ", " : ""); in db_print_sooptions() 97 comma = 1; in db_print_sooptions() [all …]
|
| H A D | kern_intr.c | 1469 int comma; in db_dump_intrhand() local 1502 comma = 0; in db_dump_intrhand() 1504 if (comma) in db_dump_intrhand() 1507 comma = 1; in db_dump_intrhand() 1510 if (comma) in db_dump_intrhand() 1513 comma = 1; in db_dump_intrhand() 1516 if (comma) in db_dump_intrhand() 1519 comma = 1; in db_dump_intrhand() 1522 if (comma) in db_dump_intrhand() 1525 comma = 1; in db_dump_intrhand() [all …]
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | printfr.c | 244 char *comma = " "; in printfr() local 259 fputs(comma, stdout); in printfr() 263 comma = ","; in printfr() 266 fputs(comma, stdout); in printfr() 270 comma = ","; in printfr() 273 fputs(comma, stdout); in printfr() 277 comma = ","; in printfr() 280 fputs(comma, stdout); in printfr() 284 comma = ","; in printfr() 287 fputs(comma, stdout); in printfr() [all …]
|
| /freebsd/contrib/one-true-awk/ |
| H A D | awkgram.y | 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 112 comma: 113 ',' | comma NL 196 | patlist comma pattern { $$ = linkum($1, $3); } 256 pattern comma pattern { $$ = linkum($1, $3); } 257 | plist comma pattern { $$ = linkum($1, $3); } 262 | pplist comma ppattern { $$ = linkum($1, $3); } 380 | GENSUB '(' reg_expr comma pattern comma pattern ')' 382 | GENSUB '(' pattern comma pattern comma pattern ')' 389 | GENSUB '(' reg_expr comma pattern comma pattern comma pattern ')' [all …]
|
| /freebsd/usr.sbin/mfiutil/ |
| H A D | mfi_show.c | 60 int error, fd, comma; in show_adapter() local 89 comma = 0; in show_adapter() 92 comma = 1; in show_adapter() 95 printf("%s RAID1", comma ? "," : ""); in show_adapter() 96 comma = 1; in show_adapter() 99 printf("%s RAID5", comma ? "," : ""); in show_adapter() 100 comma = 1; in show_adapter() 103 printf("%s RAID1E", comma ? "," : ""); in show_adapter() 104 comma = 1; in show_adapter() 107 printf("%s RAID6", comma ? "," : ""); in show_adapter() [all …]
|
| /freebsd/usr.sbin/mptutil/ |
| H A D | mpt_show.c | 59 int comma, i; in display_stripe_map() local 61 comma = 0; in display_stripe_map() 66 if (comma) in display_stripe_map() 69 comma = 1; in display_stripe_map() 81 int comma, error, fd; in show_adapter() local 119 comma = 0; in show_adapter() 123 comma = 1; in show_adapter() 127 printf("%s RAID1", comma ? "," : ""); in show_adapter() 128 comma = 1; in show_adapter() 132 printf("%s RAID1E", comma ? "," : ""); in show_adapter() [all …]
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | MKlib_gen.sh | 303 comma = "" 342 comma = comma "_nc_visbuf2(" num "," 346 comma = comma "(const void *)" 354 comma = comma "_trace" argtype "2(" num "," 360 comma = comma "(long)" 364 args = args comma "a" ++num; 367 args = args comma "\"va_list\"" 369 args = args comma "\"...\"" 371 args = args comma argcast "z" 378 comma = ", "
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 2347 int comma; in print_svm_info() local 2358 comma = 0; in print_svm_info() 2360 printf("%sNP", comma ? "," : ""); in print_svm_info() 2361 comma = 1; in print_svm_info() 2364 printf("%sNRIP", comma ? "," : ""); in print_svm_info() 2365 comma = 1; in print_svm_info() 2368 printf("%sVClean", comma ? "," : ""); in print_svm_info() 2369 comma = 1; in print_svm_info() 2372 printf("%sAFlush", comma ? "," : ""); in print_svm_info() 2373 comma = 1; in print_svm_info() [all …]
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 148 int comma, max_splits, max_burst_read; in cap_pcix() local 159 comma = 0; in cap_pcix() 162 comma = 1; in cap_pcix() 165 printf("%s 266MHz", comma ? "," : ""); in cap_pcix() 166 comma = 1; in cap_pcix() 169 printf("%s 533MHz", comma ? "," : ""); in cap_pcix() 170 comma = 1; in cap_pcix() 216 printf("%s %d burst read, %d split transaction%s", comma ? "," : "", in cap_pcix() 316 int comma; in cap_vendor() local 318 comma in cap_vendor() 966 const char *comma, *enabled; ecap_sriov() local [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 334 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective() 342 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective() 623 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective() 794 if (Tok.is(tok::comma)) in parseDeclareSimdClauses() 1141 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma, in parseOMPContextSelector() 1151 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) { in parseOMPContextSelector() 1233 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelector() 1311 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren, in parseOMPContextSelectorSet() 1321 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) { in parseOMPContextSelectorSet() 1361 } while (TryConsumeToken(tok::comma)); in parseOMPContextSelectorSet() [all …]
|
| H A D | ParseTemplate.cpp | 409 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 414 if (Tok.is(tok::comma)) { in ParseTemplateParameterList() 424 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 440 case tok::comma: in isStartOfTemplateTypeParameter() 457 case tok::comma: in isStartOfTemplateTypeParameter() 497 case tok::comma: in isStartOfTemplateTypeParameter() 574 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameter() 722 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter() 806 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateTemplateParameter() 831 } else if (Next.isOneOf(tok::identifier, tok::comma, tok::greater, in ParseTemplateTemplateParameter() [all …]
|
| /freebsd/sys/ddb/ |
| H A D | db_ps.c | 347 bool comma; in DB_SHOW_COMMAND() local 381 comma = false; in DB_SHOW_COMMAND() 384 comma = true; in DB_SHOW_COMMAND() 387 if (comma) in DB_SHOW_COMMAND() 390 comma = true; in DB_SHOW_COMMAND() 393 if (comma) in DB_SHOW_COMMAND() 396 comma = true; in DB_SHOW_COMMAND() 399 if (comma) in DB_SHOW_COMMAND()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 991 } while (EatIfPresent(lltok::comma)); in parseNamedMetadata() 1195 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseAliasOrIFunc() 1265 while (Lex.getKind() == lltok::comma) { in parseAliasOrIFunc() 1449 while (Lex.getKind() == lltok::comma) { in parseGlobal() 2327 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata() 2560 } while (EatIfPresent(lltok::comma)); in parseMemoryAttr() 2655 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign() 2681 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace() 2710 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments() 2739 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments() [all …]
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | MKfallback.sh | 104 comma="" 107 echo "$comma /* $x */" 109 comma=","
|
| /freebsd/stand/efi/libefi/ |
| H A D | env.c | 727 bool comma = false; in efi_print_var_attr() local 731 comma = true; in efi_print_var_attr() 734 if (comma == true) in efi_print_var_attr() 737 comma = true; in efi_print_var_attr() 740 if (comma == true) in efi_print_var_attr() 743 comma = true; in efi_print_var_attr() 746 if (comma == true) in efi_print_var_attr() 749 comma = true; in efi_print_var_attr() 752 if (comma == true) in efi_print_var_attr() 755 comma = true; in efi_print_var_attr()
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | t_bimap.pm | 164 int comma; 170 fprintf(ps->f, ps->comma ? ", (" : "("); 171 ps->comma = 1; 183 ps.comma = 0;
|
| /freebsd/usr.bin/mail/ |
| H A D | send.c | 527 fmt(const char *str, struct name *np, FILE *fo, int comma) in fmt() argument 531 comma = comma ? 1 : 0; in fmt() 537 comma = 0; in fmt() 540 if (col + len + comma > 72 && col > 4) { in fmt() 546 if (comma) in fmt() 548 col += len + comma; in fmt()
|
| H A D | names.c | 113 int s, comma; in detract() local 117 comma = ntype & GCOMMA; in detract() 122 if (debug && comma) in detract() 128 if (comma) in detract() 140 if (comma && p->n_flink != NULL) in detract() 145 if (comma && *--cp == ',') in detract()
|
| /freebsd/krb5/lib/gssapi/ |
| H A D | errmap.h | 243 int comma; member 249 fprintf(ps->f, ps->comma ? ", (" : "("); in mecherrmap__printone() 250 ps->comma = 1; in mecherrmap__printone() 262 ps.comma = 0; in mecherrmap_printmap()
|
| /freebsd/sys/tools/syscalls/core/ |
| H A D | syscall.lua | 325 local comma = "" 329 type = type .. comma .. argtype 330 type_var = type_var .. comma .. argtype .. " " .. argname 331 var = var .. comma .. argname 332 comma = ", "
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-egp.c | 140 const char *comma; in egpnr_print() local 194 comma = ""; in egpnr_print() 199 ND_PRINT("%sd%u:", comma, GET_U_1(cp)); in egpnr_print() 201 comma = ", "; in egpnr_print()
|
| /freebsd/sbin/ipfw/ |
| H A D | tables.c | 1535 char *comma, *e, *n, *p; in tentry_fill_value() local 1576 if ((comma = strchr(n, ',')) != NULL) in tentry_fill_value() 1577 *comma = '\0'; in tentry_fill_value() 1671 if (comma != NULL) in tentry_fill_value() 1672 *comma++ = ','; in tentry_fill_value() 1674 if ((n = comma) != NULL) in tentry_fill_value() 1898 const char *comma; in table_show_entry() local 1930 comma = ""; in table_show_entry() 1939 printf("%s%s", comma, tbuf); in table_show_entry() 1940 comma = ","; in table_show_entry() [all …]
|
| /freebsd/sys/arm/arm/ |
| H A D | disassem.c | 553 int comma; in disasm_print_reglist() local 557 comma = 0; in disasm_print_reglist() 562 if (comma) in disasm_print_reglist() 565 comma = 1; in disasm_print_reglist()
|
| /freebsd/contrib/bc/src/ |
| H A D | bc_parse.c | 327 bool comma = false; in bc_parse_args() local 342 comma = (p->l.t == BC_LEX_COMMA); in bc_parse_args() 343 if (comma) bc_lex_next(&p->l); in bc_parse_args() 347 if (BC_ERR(comma)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_args() 831 bool comma = false; in bc_parse_print() local 855 comma = (p->l.t == BC_LEX_COMMA); in bc_parse_print() 858 if (comma) bc_lex_next(&p->l); in bc_parse_print() 871 if (BC_ERR(comma)) bc_parse_err(p, BC_ERR_PARSE_TOKEN); in bc_parse_print() 1372 bool comma = false, voidfn; in bc_parse_func() local 1470 comma = (p->l.t == BC_LEX_COMMA); in bc_parse_func() [all …]
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tabs.c | 307 const char *comma = ","; in add_to_tab_list() local 311 comma = ""; in add_to_tab_list() 313 comma = ""; in add_to_tab_list() 315 need += strlen(comma); in add_to_tab_list() 328 _nc_STRCAT(result, comma, need); in add_to_tab_list()
|