| /freebsd-11-stable/sys/kern/ |
| HD | 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 …]
|
| HD | kern_intr.c | 1789 int comma; in db_dump_intrhand() local 1834 comma = 0; in db_dump_intrhand() 1836 if (comma) in db_dump_intrhand() 1839 comma = 1; in db_dump_intrhand() 1842 if (comma) in db_dump_intrhand() 1845 comma = 1; in db_dump_intrhand() 1848 if (comma) in db_dump_intrhand() 1851 comma = 1; in db_dump_intrhand() 1854 if (comma) in db_dump_intrhand() 1857 comma = 1; in db_dump_intrhand() [all …]
|
| /freebsd-11-stable/contrib/ipfilter/lib/ |
| HD | 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 …]
|
| /freebsd-11-stable/usr.sbin/mfiutil/ |
| HD | mfi_show.c | 62 int error, fd, comma; in show_adapter() local 91 comma = 0; in show_adapter() 94 comma = 1; in show_adapter() 97 printf("%s RAID1", comma ? "," : ""); in show_adapter() 98 comma = 1; in show_adapter() 101 printf("%s RAID5", comma ? "," : ""); in show_adapter() 102 comma = 1; in show_adapter() 105 printf("%s RAID1E", comma ? "," : ""); in show_adapter() 106 comma = 1; in show_adapter() 109 printf("%s RAID6", comma ? "," : ""); in show_adapter() [all …]
|
| /freebsd-11-stable/contrib/one-true-awk/ |
| HD | awkgram.y | 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 111 comma: 112 ',' | comma NL 195 | patlist comma pattern { $$ = linkum($1, $3); } 253 pattern comma pattern { $$ = linkum($1, $3); } 254 | plist comma pattern { $$ = linkum($1, $3); } 259 | pplist comma ppattern { $$ = linkum($1, $3); } 376 | INDEX '(' pattern comma pattern ')' 378 | INDEX '(' pattern comma reg_expr ')' 382 | MATCHFCN '(' pattern comma reg_expr ')' [all …]
|
| /freebsd-11-stable/usr.sbin/mptutil/ |
| HD | mpt_show.c | 60 int comma, i; in display_stripe_map() local 62 comma = 0; in display_stripe_map() 67 if (comma) in display_stripe_map() 70 comma = 1; in display_stripe_map() 82 int comma, error, fd; in show_adapter() local 120 comma = 0; in show_adapter() 124 comma = 1; in show_adapter() 128 printf("%s RAID1", comma ? "," : ""); in show_adapter() 129 comma = 1; in show_adapter() 133 printf("%s RAID1E", comma ? "," : ""); in show_adapter() [all …]
|
| /freebsd-11-stable/contrib/ncurses/ncurses/base/ |
| HD | MKlib_gen.sh | 278 comma = "" 313 comma = comma "_nc_visbuf2(" num "," 317 comma = comma "(const void *)" 325 comma = comma "_trace" argtype "2(" num "," 331 comma = comma "(long)" 335 args = args comma "a" ++num; 338 args = args comma "\"va_list\"" 340 args = args comma "\"...\"" 342 args = args comma argcast "z" 349 comma = ", "
|
| /freebsd-11-stable/sys/netinet/ |
| HD | in_pcb.c | 2516 int comma; in db_print_inpflags() local 2518 comma = 0; in db_print_inpflags() 2520 db_printf("%sINP_RECVOPTS", comma ? ", " : ""); in db_print_inpflags() 2521 comma = 1; in db_print_inpflags() 2524 db_printf("%sINP_RECVRETOPTS", comma ? ", " : ""); in db_print_inpflags() 2525 comma = 1; in db_print_inpflags() 2528 db_printf("%sINP_RECVDSTADDR", comma ? ", " : ""); in db_print_inpflags() 2529 comma = 1; in db_print_inpflags() 2532 db_printf("%sINP_HDRINCL", comma ? ", " : ""); in db_print_inpflags() 2533 comma = 1; in db_print_inpflags() [all …]
|
| HD | tcp_usrreq.c | 2156 int comma; in db_print_tflags() local 2158 comma = 0; in db_print_tflags() 2160 db_printf("%sTF_ACKNOW", comma ? ", " : ""); in db_print_tflags() 2161 comma = 1; in db_print_tflags() 2164 db_printf("%sTF_DELACK", comma ? ", " : ""); in db_print_tflags() 2165 comma = 1; in db_print_tflags() 2168 db_printf("%sTF_NODELAY", comma ? ", " : ""); in db_print_tflags() 2169 comma = 1; in db_print_tflags() 2172 db_printf("%sTF_NOOPT", comma ? ", " : ""); in db_print_tflags() 2173 comma = 1; in db_print_tflags() [all …]
|
| /freebsd-11-stable/sys/x86/x86/ |
| HD | identcpu.c | 2200 int comma; in print_svm_info() local 2211 comma = 0; in print_svm_info() 2213 printf("%sNP", comma ? "," : ""); in print_svm_info() 2214 comma = 1; in print_svm_info() 2217 printf("%sNRIP", comma ? "," : ""); in print_svm_info() 2218 comma = 1; in print_svm_info() 2221 printf("%sVClean", comma ? "," : ""); in print_svm_info() 2222 comma = 1; in print_svm_info() 2225 printf("%sAFlush", comma ? "," : ""); in print_svm_info() 2226 comma = 1; in print_svm_info() [all …]
|
| /freebsd-11-stable/usr.sbin/pciconf/ |
| HD | cap.c | 149 int comma, max_splits, max_burst_read; in cap_pcix() local 160 comma = 0; in cap_pcix() 163 comma = 1; in cap_pcix() 166 printf("%s 266MHz", comma ? "," : ""); in cap_pcix() 167 comma = 1; in cap_pcix() 170 printf("%s 533MHz", comma ? "," : ""); in cap_pcix() 171 comma = 1; in cap_pcix() 217 printf("%s %d burst read, %d split transaction%s", comma ? "," : "", in cap_pcix() 317 int comma; in cap_vendor() local 319 comma = 0; in cap_vendor() [all …]
|
| /freebsd-11-stable/sys/ddb/ |
| HD | db_ps.c | 338 bool comma; in DB_SHOW_COMMAND() local 372 comma = false; in DB_SHOW_COMMAND() 375 comma = true; in DB_SHOW_COMMAND() 378 if (comma) in DB_SHOW_COMMAND() 381 comma = true; in DB_SHOW_COMMAND() 384 if (comma) in DB_SHOW_COMMAND() 387 comma = true; in DB_SHOW_COMMAND() 390 if (comma) in DB_SHOW_COMMAND() 393 comma = true; in DB_SHOW_COMMAND() 396 if (comma) in DB_SHOW_COMMAND()
|
| /freebsd-11-stable/contrib/ncurses/ncurses/tinfo/ |
| HD | MKfallback.sh | 97 comma="" 100 echo "$comma /* $x */" 102 comma=","
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 299 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end, in ParseOpenMPDeclareReductionDirective() 307 if (ExpectAndConsume(tok::comma)) { in ParseOpenMPDeclareReductionDirective() 588 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective() 767 if (Tok.is(tok::comma)) in parseDeclareSimdClauses() 887 if (!P.TryConsumeToken(tok::comma) && Tok.isNot(tok::r_paren)) { in parseImplementationSelector() 972 if (!P.TryConsumeToken(tok::comma) && Tok.isNot(tok::r_paren)) { in parseDeviceSelector() 1056 if (!TryConsumeToken(tok::comma) && Tok.isNot(tok::r_brace)) in parseOpenMPContextSelectors() 1066 (void)ExpectAndConsume(tok::comma); in parseOpenMPContextSelectors() 1194 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in parseOpenMPSimpleClause() 1271 if (Tok.is(tok::comma)) in ParseOMPDeclareTargetClauses() [all …]
|
| HD | ParseTemplate.cpp | 327 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate() 479 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 484 if (Tok.is(tok::comma)) { in ParseTemplateParameterList() 494 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 510 case tok::comma: in isStartOfTemplateTypeParameter() 527 case tok::comma: in isStartOfTemplateTypeParameter() 567 case tok::comma: in isStartOfTemplateTypeParameter() 643 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameter() 790 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter() 873 } else if (Next.isOneOf(tok::identifier, tok::comma, tok::greater, in ParseTemplateTemplateParameter() [all …]
|
| HD | ParseDecl.cpp | 169 while (TryConsumeToken(tok::comma)) in ParseGNUAttributes() 215 } while (Tok.is(tok::comma)); in ParseGNUAttributes() 357 IsIdentifierArg = Next.isOneOf(tok::r_paren, tok::comma); in ParseAttributeArgsCommon() 365 if (!ArgExprs.empty() ? Tok.is(tok::comma) : Tok.isNot(tok::r_paren)) { in ParseAttributeArgsCommon() 405 } while (TryConsumeToken(tok::comma)); in ParseAttributeArgsCommon() 581 } else if (NextToken().is(tok::comma) || NextToken().is(tok::r_paren)) { in ParseMicrosoftDeclSpecArgs() 626 if (TryConsumeToken(tok::comma)) in ParseMicrosoftDeclSpecArgs() 681 if (TryConsumeToken(tok::comma)) in ParseMicrosoftDeclSpecs() 860 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple() 889 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple() [all …]
|
| /freebsd-11-stable/contrib/ncurses/progs/ |
| HD | tabs.c | 265 const char *comma = ","; in add_to_tab_list() local 269 comma = ""; in add_to_tab_list() 271 comma = ""; in add_to_tab_list() 273 need += strlen(comma); in add_to_tab_list() 286 _nc_STRCAT(result, comma, need); in add_to_tab_list()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 422 } while (EatIfPresent(lltok::comma)); in ParseDepLibs() 725 } while (EatIfPresent(lltok::comma)); in ParseNamedMetadata() 898 ParseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseIndirectSymbol() 971 while (Lex.getKind() == lltok::comma) { in parseIndirectSymbol() 1111 while (Lex.getKind() == lltok::comma) { in ParseGlobal() 2052 } while (EatIfPresent(lltok::comma)); in ParseInstructionMetadata() 2132 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAlign() 2158 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAddrSpace() 2187 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments() 2299 if (Lex.getKind() != lltok::comma) in ParseIndexList() [all …]
|
| /freebsd-11-stable/usr.bin/mail/ |
| HD | send.c | 531 fmt(const char *str, struct name *np, FILE *fo, int comma) in fmt() argument 535 comma = comma ? 1 : 0; in fmt() 541 comma = 0; in fmt() 544 if (col + len + comma > 72 && col > 4) { in fmt() 550 if (comma) in fmt() 552 col += len + comma; in fmt()
|
| HD | names.c | 119 int s, comma; in detract() local 123 comma = ntype & GCOMMA; in detract() 128 if (debug && comma) in detract() 134 if (comma) in detract() 146 if (comma && p->n_flink != NULL) in detract() 151 if (comma && *--cp == ',') in detract()
|
| /freebsd-11-stable/stand/efi/libefi/ |
| HD | env.c | 638 bool comma = false; in efi_print_var_attr() local 642 comma = true; in efi_print_var_attr() 645 if (comma == true) in efi_print_var_attr() 648 comma = true; in efi_print_var_attr() 651 if (comma == true) in efi_print_var_attr() 654 comma = true; in efi_print_var_attr() 657 if (comma == true) in efi_print_var_attr() 660 comma = true; in efi_print_var_attr() 663 if (comma == true) in efi_print_var_attr() 666 comma = true; in efi_print_var_attr()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | optc-gen.awk | 32 comma = "," 171 comma = "" 205 var_set(flags[i]), comma)
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-egp.c | 140 const char *comma; in egpnrprint() local 188 comma = ""; in egpnrprint() 194 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++)); in egpnrprint() 195 comma = ", "; in egpnrprint()
|
| /freebsd-11-stable/sbin/ipfw/ |
| HD | tables.c | 1521 char *comma, *e, *etype, *n, *p; in tentry_fill_value() local 1558 if ((comma = strchr(n, ',')) != NULL) in tentry_fill_value() 1559 *comma = '\0'; in tentry_fill_value() 1646 if (comma != NULL) in tentry_fill_value() 1647 *comma++ = ','; in tentry_fill_value() 1649 if ((n = comma) != NULL) in tentry_fill_value() 1869 char *comma, tbuf[128], pval[128]; in table_show_entry() local 1893 comma = ""; in table_show_entry() 1902 printf("%s%s", comma, tbuf); in table_show_entry() 1903 comma = ","; in table_show_entry() [all …]
|
| /freebsd-11-stable/sys/arm/arm/ |
| HD | disassem.c | 557 int comma; in disasm_print_reglist() local 561 comma = 0; in disasm_print_reglist() 566 if (comma) in disasm_print_reglist() 569 comma = 1; in disasm_print_reglist()
|