Home
last modified time | relevance | path

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

12345678910

/freebsd/sys/kern/
H A Duipc_debug.c80 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 Dkern_intr.c1469 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 Dprintfr.c244 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 Dawkgram.y72 %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/sys/netinet/
H A Dtcp_usrreq.c2830 int comma; in db_print_tflags() local
2832 comma = 0; in db_print_tflags()
2834 db_printf("%sTF_ACKNOW", comma ? ", " : ""); in db_print_tflags()
2835 comma = 1; in db_print_tflags()
2838 db_printf("%sTF_DELACK", comma ? ", " : ""); in db_print_tflags()
2839 comma = 1; in db_print_tflags()
2842 db_printf("%sTF_NODELAY", comma ? ", " : ""); in db_print_tflags()
2843 comma = 1; in db_print_tflags()
2846 db_printf("%sTF_NOOPT", comma ? ", " : ""); in db_print_tflags()
2847 comma = 1; in db_print_tflags()
[all …]
H A Din_pcb.c3040 int comma; in db_print_inpflags() local
3042 comma = 0; in db_print_inpflags()
3044 db_printf("%sINP_RECVOPTS", comma ? ", " : ""); in db_print_inpflags()
3045 comma = 1; in db_print_inpflags()
3048 db_printf("%sINP_RECVRETOPTS", comma ? ", " : ""); in db_print_inpflags()
3049 comma = 1; in db_print_inpflags()
3052 db_printf("%sINP_RECVDSTADDR", comma ? ", " : ""); in db_print_inpflags()
3053 comma = 1; in db_print_inpflags()
3056 db_printf("%sINP_ORIGDSTADDR", comma ? ", " : ""); in db_print_inpflags()
3057 comma = 1; in db_print_inpflags()
[all …]
/freebsd/usr.sbin/mfiutil/
H A Dmfi_show.c60 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 Dmpt_show.c59 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 DMKlib_gen.sh297 comma = ""
336 comma = comma "_nc_visbuf2(" num ","
340 comma = comma "(const void *)"
348 comma = comma "_trace" argtype "2(" num ","
354 comma = comma "(long)"
358 args = args comma "a" ++num;
361 args = args comma "\"va_list\""
363 args = args comma "\"...\""
365 args = args comma argcast "z"
372 comma = ", "
/freebsd/sys/x86/x86/
H A Didentcpu.c2328 int comma; in print_svm_info() local
2339 comma = 0; in print_svm_info()
2341 printf("%sNP", comma ? "," : ""); in print_svm_info()
2342 comma = 1; in print_svm_info()
2345 printf("%sNRIP", comma ? "," : ""); in print_svm_info()
2346 comma = 1; in print_svm_info()
2349 printf("%sVClean", comma ? "," : ""); in print_svm_info()
2350 comma = 1; in print_svm_info()
2353 printf("%sAFlush", comma ? "," : ""); in print_svm_info()
2354 comma = 1; in print_svm_info()
[all …]
/freebsd/usr.sbin/pciconf/
H A Dcap.c148 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/sys/ddb/
H A Ddb_ps.c347 bool comma; in DB_SHOW_COMMAND()
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()
351 bool comma; DB_SHOW_COMMAND() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp334 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 DParseTemplate.cpp409 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/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh105 comma=""
108 echo "$comma /* $x */"
110 comma=","
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp991 } 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/usr.bin/mail/
H A Dsend.c525 fmt(const char *str, struct name *np, FILE *fo, int comma) in fmt() argument
529 comma = comma ? 1 : 0; in fmt()
535 comma = 0; in fmt()
538 if (col + len + comma > 72 && col > 4) { in fmt()
544 if (comma) in fmt()
546 col += len + comma; in fmt()
H A Dnames.c113 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/stand/efi/libefi/
H A Denv.c635 bool comma = false; in efi_print_var_attr() local
639 comma = true; in efi_print_var_attr()
642 if (comma == true) in efi_print_var_attr()
645 comma = true; in efi_print_var_attr()
648 if (comma == true) in efi_print_var_attr()
651 comma = true; in efi_print_var_attr()
654 if (comma == true) in efi_print_var_attr()
657 comma = true; in efi_print_var_attr()
660 if (comma == true) in efi_print_var_attr()
663 comma = true; in efi_print_var_attr()
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua324 local comma = ""
328 type = type .. comma .. argtype
329 type_var = type_var .. comma .. argtype .. " " .. argname
330 var = var .. comma .. argname
331 comma = ", "
/freebsd/contrib/tcpdump/
H A Dprint-egp.c140 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/contrib/ncurses/progs/
H A Dtabs.c307 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()
/freebsd/sbin/ipfw/
H A Dtables.c1538 char *comma, *e, *n, *p; in tentry_fill_value() local
1579 if ((comma = strchr(n, ',')) != NULL) in tentry_fill_value()
1580 *comma = '\0'; in tentry_fill_value()
1674 if (comma != NULL) in tentry_fill_value()
1675 *comma++ = ','; in tentry_fill_value()
1677 if ((n = comma) != NULL) in tentry_fill_value()
1901 const char *comma; in table_show_entry() local
1933 comma = ""; in table_show_entry()
1942 printf("%s%s", comma, tbuf); in table_show_entry()
1943 comma = ","; in table_show_entry()
[all …]
/freebsd/sys/arm/arm/
H A Ddisassem.c553 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 Dbc_parse.c327 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 …]

12345678910