Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 219) sorted by relevance

123456789

/freebsd-13.1/sys/kern/
H A Duipc_debug.c82 int comma; in db_print_sooptions() local
84 comma = 0; in db_print_sooptions()
87 comma = 1; in db_print_sooptions()
91 comma = 1; in db_print_sooptions()
95 comma = 1; in db_print_sooptions()
99 comma = 1; in db_print_sooptions()
103 comma = 1; in db_print_sooptions()
158 int comma; in db_print_sostate() local
160 comma = 0; in db_print_sostate()
198 int comma; in db_print_soqstate() local
[all …]
H A Dkern_intr.c1439 int comma; in db_dump_intrhand() local
1484 comma = 0; in db_dump_intrhand()
1486 if (comma) in db_dump_intrhand()
1489 comma = 1; in db_dump_intrhand()
1492 if (comma) in db_dump_intrhand()
1495 comma = 1; in db_dump_intrhand()
1498 if (comma) in db_dump_intrhand()
1501 comma = 1; in db_dump_intrhand()
1504 if (comma) in db_dump_intrhand()
1527 int comma; in db_dump_intr_event() local
[all …]
/freebsd-13.1/sbin/ipf/libipf/
H A Dprintfr.c264 comma = ","; in printfr()
271 comma = ","; in printfr()
278 comma = ","; in printfr()
285 comma = ","; in printfr()
292 comma = ","; in printfr()
299 comma = ","; in printfr()
306 comma = ","; in printfr()
313 comma = ","; in printfr()
320 comma = ","; in printfr()
327 comma = ","; in printfr()
[all …]
/freebsd-13.1/contrib/one-true-awk/
H A Dawkgram.y112 comma:
113 ',' | comma NL
378 | GENSUB '(' reg_expr comma pattern comma pattern ')'
380 | GENSUB '(' pattern comma pattern comma pattern ')'
386 | GENSUB '(' reg_expr comma pattern comma pattern comma pattern ')'
388 | GENSUB '(' pattern comma pattern comma pattern comma pattern ')'
412 | SPLIT '(' pattern comma varname comma pattern ')' /* string */
427 | subop '(' reg_expr comma pattern comma var ')'
429 | subop '(' pattern comma pattern comma var ')'
434 | SUBSTR '(' pattern comma pattern comma pattern ')'
[all …]
/freebsd-13.1/usr.sbin/mfiutil/
H A Dmfi_show.c91 comma = 0; in show_adapter()
94 comma = 1; in show_adapter()
98 comma = 1; in show_adapter()
102 comma = 1; in show_adapter()
106 comma = 1; in show_adapter()
110 comma = 1; in show_adapter()
115 comma = 1; in show_adapter()
120 comma = 1; in show_adapter()
240 comma = 0; in show_battery()
243 comma = 1; in show_battery()
[all …]
/freebsd-13.1/usr.sbin/mptutil/
H A Dmpt_show.c62 int comma, i; in display_stripe_map() local
64 comma = 0; in display_stripe_map()
69 if (comma) in display_stripe_map()
72 comma = 1; in display_stripe_map()
122 comma = 0; in show_adapter()
126 comma = 1; in show_adapter()
131 comma = 1; in show_adapter()
136 comma = 1; in show_adapter()
141 comma = 1; in show_adapter()
146 comma = 1; in show_adapter()
[all …]
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh289 comma = ""
328 comma = comma "_nc_visbuf2(" num ","
332 comma = comma "(const void *)"
340 comma = comma "_trace" argtype "2(" num ","
346 comma = comma "(long)"
350 args = args comma "a" ++num;
353 args = args comma "\"va_list\""
355 args = args comma "\"...\""
357 args = args comma argcast "z"
364 comma = ", "
/freebsd-13.1/sys/x86/x86/
H A Didentcpu.c2332 int comma; in print_svm_info() local
2343 comma = 0; in print_svm_info()
2346 comma = 1; in print_svm_info()
2350 comma = 1; in print_svm_info()
2354 comma = 1; in print_svm_info()
2358 comma = 1; in print_svm_info()
2362 comma = 1; in print_svm_info()
2478 int comma; in print_vmx_info() local
2498 comma = 0; in print_vmx_info()
2502 comma = 1; in print_vmx_info()
[all …]
/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c164 comma = 0; in cap_pcix()
167 comma = 1; in cap_pcix()
171 comma = 1; in cap_pcix()
175 comma = 1; in cap_pcix()
321 int comma; in cap_vendor() local
323 comma = 0; in cap_vendor()
329 comma = 1; in cap_vendor()
335 comma = 1; in cap_vendor()
339 comma = 1; in cap_vendor()
343 comma = 1; in cap_vendor()
[all …]
/freebsd-13.1/sys/netinet/
H A Dtcp_usrreq.c2723 int comma; in db_print_tflags() local
2725 comma = 0; in db_print_tflags()
2728 comma = 1; in db_print_tflags()
2732 comma = 1; in db_print_tflags()
2736 comma = 1; in db_print_tflags()
2740 comma = 1; in db_print_tflags()
2744 comma = 1; in db_print_tflags()
2827 int comma; in db_print_tflags2() local
2829 comma = 0; in db_print_tflags2()
2839 int comma; in db_print_toobflags() local
[all …]
H A Din_pcb.c3087 int comma; in db_print_inpflags() local
3089 comma = 0; in db_print_inpflags()
3092 comma = 1; in db_print_inpflags()
3096 comma = 1; in db_print_inpflags()
3100 comma = 1; in db_print_inpflags()
3104 comma = 1; in db_print_inpflags()
3108 comma = 1; in db_print_inpflags()
3112 comma = 1; in db_print_inpflags()
3116 comma = 1; in db_print_inpflags()
3207 int comma; in db_print_inpvflag() local
[all …]
/freebsd-13.1/sys/ddb/
H A Ddb_ps.c351 bool comma; in DB_SHOW_COMMAND() local
385 comma = false; in DB_SHOW_COMMAND()
388 comma = true; in DB_SHOW_COMMAND()
391 if (comma) in DB_SHOW_COMMAND()
394 comma = true; in DB_SHOW_COMMAND()
397 if (comma) in DB_SHOW_COMMAND()
400 comma = true; in DB_SHOW_COMMAND()
403 if (comma) in DB_SHOW_COMMAND()
406 comma = true; in DB_SHOW_COMMAND()
409 if (comma) in DB_SHOW_COMMAND()
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh103 comma=""
106 echo "$comma /* $x */"
108 comma=","
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp605 if (Tok.is(tok::comma)) in ParseOpenMPDeclareMapperDirective()
775 if (Tok.is(tok::comma)) in parseDeclareSimdClauses()
1764 if (Tok.is(tok::comma)) in ParseOMPDeclareTargetClauses()
1981 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2524 if (Tok.is(tok::comma)) in ParseOpenMPDeclarativeOrExecutableDirective()
2656 if (Tok.is(tok::comma)) { in ParseOpenMPSimpleVarList()
2741 if (Tok.is(tok::comma)) in ParseOpenMPUsesAllocatorClause()
3139 if (Tok.is(tok::comma)) in ParseOpenMPInteropClause()
3353 Tok.is(tok::comma)) in ParseOpenMPSingleExprWithArgClause()
3701 if (Tok.is(tok::comma)) in ParseOpenMPIteratorsExpr()
[all …]
H A DParseTemplate.cpp333 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()
1584 } while (TryConsumeToken(tok::comma)); in ParseTemplateArgumentList()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2054 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments()
2083 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments()
2191 if (Lex.getKind() != lltok::comma) in parseIndexList()
3170 parseToken(lltok::comma, in parseValID()
3347 parseToken(lltok::comma, in parseValID()
6874 if (!EatIfPresent(lltok::comma)) in parsePHI()
7101 if (EatIfPresent(lltok::comma)) { in parseAlloc()
7788 if (EatIfPresent(lltok::comma)) { in parseTypeIdSummary()
8297 if (!EatIfPresent(lltok::comma)) { in parseGVEntry()
8835 if (EatIfPresent(lltok::comma)) { in parseParamAccess()
[all …]
/freebsd-13.1/usr.bin/mail/
H A Dsend.c533 fmt(const char *str, struct name *np, FILE *fo, int comma) in fmt() argument
537 comma = comma ? 1 : 0; in fmt()
543 comma = 0; in fmt()
546 if (col + len + comma > 72 && col > 4) { in fmt()
552 if (comma) in fmt()
554 col += len + comma; in fmt()
H A Dnames.c121 int s, comma; in detract() local
125 comma = ntype & GCOMMA; in detract()
130 if (debug && comma) in detract()
136 if (comma) in detract()
148 if (comma && p->n_flink != NULL) in detract()
153 if (comma && *--cp == ',') in detract()
/freebsd-13.1/contrib/ncurses/progs/
H A Dtabs.c267 const char *comma = ","; in add_to_tab_list() local
271 comma = ""; in add_to_tab_list()
273 comma = ""; in add_to_tab_list()
275 need += strlen(comma); in add_to_tab_list()
288 _nc_STRCAT(result, comma, need); in add_to_tab_list()
/freebsd-13.1/stand/efi/libefi/
H A Denv.c638 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-13.1/contrib/tcpdump/
H A Dprint-egp.c140 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-13.1/contrib/bc/src/
H A Dbc_parse.c299 bool comma = false; in bc_parse_args() local
314 comma = (p->l.t == BC_LEX_COMMA); in bc_parse_args()
315 if (comma) bc_lex_next(&p->l); in bc_parse_args()
775 bool comma = false; in bc_parse_print() local
798 comma = (p->l.t == BC_LEX_COMMA); in bc_parse_print()
801 if (comma) bc_lex_next(&p->l); in bc_parse_print()
1293 bool comma = false, voidfn; in bc_parse_func() local
1390 if (comma) bc_lex_next(&p->l); in bc_parse_func()
1416 bool comma, one; in bc_parse_auto() local
1422 p->auto_part = comma = false; in bc_parse_auto()
[all …]
/freebsd-13.1/sbin/ipfw/
H A Dtables.c1518 char *comma, *e, *n, *p; in tentry_fill_value() local
1560 *comma = '\0'; in tentry_fill_value()
1649 if (comma != NULL) in tentry_fill_value()
1650 *comma++ = ','; in tentry_fill_value()
1874 const char *comma; in table_show_entry() local
1898 comma = ""; in table_show_entry()
1908 comma = ","; in table_show_entry()
1913 comma = ","; in table_show_entry()
1918 comma = ","; in table_show_entry()
1928 comma = ","; in table_show_entry()
[all …]
/freebsd-13.1/sys/arm/arm/
H A Ddisassem.c555 int comma; in disasm_print_reglist() local
559 comma = 0; in disasm_print_reglist()
564 if (comma) in disasm_print_reglist()
567 comma = 1; in disasm_print_reglist()
/freebsd-13.1/sbin/dhclient/
H A Doptions.c643 char comma; in pretty_print_option() local
650 comma = ','; in pretty_print_option()
652 comma = ' '; in pretty_print_option()
681 comma = ':'; in pretty_print_option()
851 if (j + 1 < numelem && comma != ':') { in pretty_print_option()
857 *op++ = comma; in pretty_print_option()

123456789