| /NextBSD/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 | 1705 int comma; in db_dump_intrhand() local 1750 comma = 0; in db_dump_intrhand() 1752 if (comma) in db_dump_intrhand() 1755 comma = 1; in db_dump_intrhand() 1758 if (comma) in db_dump_intrhand() 1761 comma = 1; in db_dump_intrhand() 1764 if (comma) in db_dump_intrhand() 1767 comma = 1; in db_dump_intrhand() 1770 if (comma) in db_dump_intrhand() 1773 comma = 1; in db_dump_intrhand() [all …]
|
| /NextBSD/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 …]
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | 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 …]
|
| /NextBSD/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 …]
|
| /NextBSD/usr.sbin/pciconf/ |
| HD | cap.c | 149 int comma, max_splits, max_burst_read; in cap_pcix() local 160 comma = 0; in cap_pcix() 162 printf("%s 133MHz", comma ? "," : ""); 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() 215 printf("%s %d burst read, %d split transaction%s", comma ? "," : "", in cap_pcix() 315 int comma; in cap_vendor() local [all …]
|
| /NextBSD/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 117 comma = 0; in show_adapter() 121 comma = 1; in show_adapter() 125 printf("%s RAID1", comma ? "," : ""); in show_adapter() 126 comma = 1; in show_adapter() 130 printf("%s RAID1E", comma ? "," : ""); in show_adapter() [all …]
|
| /NextBSD/sys/netinet/ |
| HD | tcp_usrreq.c | 2033 int comma; in db_print_tflags() local 2035 comma = 0; in db_print_tflags() 2037 db_printf("%sTF_ACKNOW", comma ? ", " : ""); in db_print_tflags() 2038 comma = 1; in db_print_tflags() 2041 db_printf("%sTF_DELACK", comma ? ", " : ""); in db_print_tflags() 2042 comma = 1; in db_print_tflags() 2045 db_printf("%sTF_NODELAY", comma ? ", " : ""); in db_print_tflags() 2046 comma = 1; in db_print_tflags() 2049 db_printf("%sTF_NOOPT", comma ? ", " : ""); in db_print_tflags() 2050 comma = 1; in db_print_tflags() [all …]
|
| HD | in_pcb.c | 2684 int comma; in db_print_inpflags() local 2686 comma = 0; in db_print_inpflags() 2688 db_printf("%sINP_RECVOPTS", comma ? ", " : ""); in db_print_inpflags() 2689 comma = 1; in db_print_inpflags() 2692 db_printf("%sINP_RECVRETOPTS", comma ? ", " : ""); in db_print_inpflags() 2693 comma = 1; in db_print_inpflags() 2696 db_printf("%sINP_RECVDSTADDR", comma ? ", " : ""); in db_print_inpflags() 2697 comma = 1; in db_print_inpflags() 2700 db_printf("%sINP_HDRINCL", comma ? ", " : ""); in db_print_inpflags() 2701 comma = 1; in db_print_inpflags() [all …]
|
| /NextBSD/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 = ", "
|
| /NextBSD/sys/x86/x86/ |
| HD | identcpu.c | 2099 int comma; in print_svm_info() local 2110 comma = 0; in print_svm_info() 2112 printf("%sNP", comma ? "," : ""); in print_svm_info() 2113 comma = 1; in print_svm_info() 2116 printf("%sNRIP", comma ? "," : ""); in print_svm_info() 2117 comma = 1; in print_svm_info() 2120 printf("%sVClean", comma ? "," : ""); in print_svm_info() 2121 comma = 1; in print_svm_info() 2124 printf("%sAFlush", comma ? "," : ""); in print_svm_info() 2125 comma = 1; in print_svm_info() [all …]
|
| /NextBSD/sys/ddb/ |
| HD | db_ps.c | 304 bool comma; in DB_SHOW_COMMAND() local 337 comma = false; in DB_SHOW_COMMAND() 340 comma = true; in DB_SHOW_COMMAND() 343 if (comma) in DB_SHOW_COMMAND() 346 comma = true; in DB_SHOW_COMMAND() 349 if (comma) in DB_SHOW_COMMAND() 352 comma = true; in DB_SHOW_COMMAND() 355 if (comma) in DB_SHOW_COMMAND() 358 comma = true; in DB_SHOW_COMMAND() 361 if (comma) in DB_SHOW_COMMAND()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseOpenMP.cpp | 270 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective() 340 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList() 345 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList() 347 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) && in ParseOpenMPSimpleVarList() 350 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end, in ParseOpenMPSimpleVarList() 363 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList() 492 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause() 558 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSimpleClause() 613 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) && in ParseOpenMPSingleExprWithArgClause() 620 Tok.is(tok::comma)) { in ParseOpenMPSingleExprWithArgClause() [all …]
|
| HD | ParseTemplate.cpp | 301 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate() 374 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 379 if (Tok.is(tok::comma)) { in ParseTemplateParameterList() 389 SkipUntil(tok::comma, tok::greater, tok::greatergreater, in ParseTemplateParameterList() 405 case tok::comma: in isStartOfTemplateTypeParameter() 422 case tok::comma: in isStartOfTemplateTypeParameter() 449 case tok::comma: in isStartOfTemplateTypeParameter() 520 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTypeParameter() 591 } else if (Next.isOneOf(tok::identifier, tok::comma, tok::greater, in ParseTemplateTemplateParameter() 617 } else if (Tok.isOneOf(tok::equal, tok::comma, tok::greater, in ParseTemplateTemplateParameter() [all …]
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | MKfallback.sh | 97 comma="" 100 echo "$comma /* $x */" 102 comma=","
|
| /NextBSD/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()
|
| /NextBSD/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()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-egp.c | 139 const char *comma; in egpnrprint() local 180 comma = ""; in egpnrprint() 184 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++)); in egpnrprint() 185 comma = ", "; in egpnrprint()
|
| /NextBSD/sbin/ipfw/ |
| HD | tables.c | 1451 char *comma, *e, *etype, *n, *p; in tentry_fill_value() local 1488 if ((comma = strchr(n, ',')) != NULL) in tentry_fill_value() 1489 *comma = '\0'; in tentry_fill_value() 1576 if (comma != NULL) in tentry_fill_value() 1577 *comma++ = ','; in tentry_fill_value() 1579 if ((n = comma) != NULL) in tentry_fill_value() 1798 char *comma, tbuf[128], pval[128]; in table_show_entry() local 1822 comma = ""; in table_show_entry() 1831 printf("%s%s", comma, tbuf); in table_show_entry() 1832 comma = ","; in table_show_entry() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | optc-gen.awk | 32 comma = "," 171 comma = "" 205 var_set(flags[i]), comma)
|
| /NextBSD/usr.sbin/asl/ |
| HD | bsd_out.c | 283 char **semi, **comma, *star; in _parse_line() local 313 comma = explode(semi[i], ",."); in _parse_line() 315 for (j = 0; comma[j] != NULL; j++) in _parse_line() 317 if (comma[j][0] == '\0') continue; in _parse_line() 323 if (comma[j][0] == '\0') continue; in _parse_line() 324 pri = _level_for_name(comma[lastc]); in _parse_line() 344 out->facility[out->count] = _clean_facility_name(comma[j]); in _parse_line() 355 free_string_list(comma); in _parse_line()
|
| /NextBSD/sys/arm/arm/ |
| HD | disassem.c | 558 int comma; in disasm_print_reglist() local 562 comma = 0; in disasm_print_reglist() 567 if (comma) in disasm_print_reglist() 570 comma = 1; in disasm_print_reglist()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Format/ |
| HD | TokenAnnotator.cpp | 124 tok::kw_while, tok::l_paren, tok::comma) || in parseParens() 226 if (CurrentToken->is(tok::comma) && CurrentToken->Next && in parseParens() 239 if (CurrentToken->is(tok::comma)) in parseParens() 280 Parent->isOneOf(tok::l_brace, tok::comma)) { in parseSquare() 283 Parent->isOneOf(tok::at, tok::equal, tok::comma, tok::l_paren, in parseSquare() 337 if (CurrentToken->is(tok::comma) && Left->is(TT_ObjCMethodExpr) && in parseSquare() 396 if (Current->is(tok::comma)) { in updateParameterCount() 480 Tok->Next->isOneOf(tok::r_paren, tok::comma)) { in consumeToken() 562 Tok->Next->isOneOf(tok::semi, tok::comma, tok::colon, tok::r_paren, in consumeToken() 581 case tok::comma: in consumeToken() [all …]
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 302 } while (EatIfPresent(lltok::comma)); in ParseDepLibs() 574 } while (EatIfPresent(lltok::comma)); in ParseNamedMetadata() 813 while (Lex.getKind() == lltok::comma) { in ParseGlobal() 1543 } while (EatIfPresent(lltok::comma)); in ParseInstructionMetadata() 1613 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAlign() 1697 if (Lex.getKind() != lltok::comma) in ParseIndexList() 1700 while (EatIfPresent(lltok::comma)) { in ParseIndexList() 1843 ParseToken(lltok::comma, "expected ',' in argument list")) in ParseParameterList() 1933 while (EatIfPresent(lltok::comma)) { in ParseArgumentList() 2086 while (EatIfPresent(lltok::comma)) { in ParseStructBody() [all …]
|