Searched refs:comma (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-current/sys/kern/
H A Duipc_debug.c80 int comma; local
82 comma = 0;
84 db_printf("%sSO_DEBUG", comma ? ", " : "");
85 comma = 1;
88 db_printf("%sSO_ACCEPTCONN", comma ? ", " : "");
89 comma = 1;
92 db_printf("%sSO_REUSEADDR", comma ? ", " : "");
93 comma = 1;
96 db_printf("%sSO_KEEPALIVE", comma ? ", " : "");
97 comma
156 int comma; local
184 int comma; local
200 int comma; local
257 int comma; local
312 int comma; local
[all...]
H A Dkern_intr.c1483 int comma; local
1516 comma = 0;
1518 if (comma)
1521 comma = 1;
1524 if (comma)
1527 comma = 1;
1530 if (comma)
1533 comma = 1;
1536 if (comma)
1539 comma
1559 int comma; local
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dprintfr.c244 char *comma = " "; local
259 fputs(comma, stdout);
263 comma = ",";
266 fputs(comma, stdout);
270 comma = ",";
273 fputs(comma, stdout);
277 comma = ",";
280 fputs(comma, stdout);
284 comma = ",";
287 fputs(comma, stdou
372 char *comma = ""; local
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
112 comma: label
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 patter
[all...]
/freebsd-current/usr.bin/indent/
H A Dindent_codes.h51 #define comma 14 macro
/freebsd-current/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh287 comma = ""
326 comma = comma "_nc_visbuf2(" num ","
330 comma = comma "(const void *)"
338 comma = comma "_trace" argtype "2(" num ","
344 comma = comma "(long)"
348 args = args comma "
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh105 comma=""
108 echo "$comma /* $x */"
110 comma=","
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_show.c60 int error, fd, comma; local
89 comma = 0;
92 comma = 1;
95 printf("%s RAID1", comma ? "," : "");
96 comma = 1;
99 printf("%s RAID5", comma ? "," : "");
100 comma = 1;
103 printf("%s RAID1E", comma ? "," : "");
104 comma = 1;
107 printf("%s RAID6", comma
148 int comma, error, fd, show_capacity, show_props; local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_usrreq.c2835 int comma;
2837 comma = 0;
2839 db_printf("%sTF_ACKNOW", comma ? ", " : "");
2840 comma = 1;
2843 db_printf("%sTF_DELACK", comma ? ", " : "");
2844 comma = 1;
2847 db_printf("%sTF_NODELAY", comma ? ", " : "");
2848 comma = 1;
2851 db_printf("%sTF_NOOPT", comma ? ", " : "");
2852 comma
2841 int comma; local
2953 int comma; local
3001 int comma; local
[all...]
H A Din_pcb.c3005 int comma; local
3007 comma = 0;
3009 db_printf("%sINP_RECVOPTS", comma ? ", " : "");
3010 comma = 1;
3013 db_printf("%sINP_RECVRETOPTS", comma ? ", " : "");
3014 comma = 1;
3017 db_printf("%sINP_RECVDSTADDR", comma ? ", " : "");
3018 comma = 1;
3021 db_printf("%sINP_ORIGDSTADDR", comma ? ", " : "");
3022 comma
3121 int comma; local
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_show.c59 int comma, i; local
61 comma = 0;
66 if (comma)
69 comma = 1;
81 int comma, error, fd; local
119 comma = 0;
123 comma = 1;
127 printf("%s RAID1", comma ? "," : "");
128 comma = 1;
132 printf("%s RAID1E", comma
[all...]
/freebsd-current/usr.sbin/pciconf/
H A Dcap.c148 int comma, max_splits, max_burst_read; local
159 comma = 0;
162 comma = 1;
165 printf("%s 266MHz", comma ? "," : "");
166 comma = 1;
169 printf("%s 533MHz", comma ? "," : "");
170 comma = 1;
216 printf("%s %d burst read, %d split transaction%s", comma ? "," : "",
316 int comma; local
318 comma
1081 const char *comma, *enabled; local
[all...]
/freebsd-current/lib/libipsec/
H A Dpolicy_token.l67 comma \,
/freebsd-current/sys/x86/x86/
H A Didentcpu.c2325 int comma; local
2336 comma = 0;
2338 printf("%sNP", comma ? "," : "");
2339 comma = 1;
2342 printf("%sNRIP", comma ? "," : "");
2343 comma = 1;
2346 printf("%sVClean", comma ? "," : "");
2347 comma = 1;
2350 printf("%sAFlush", comma ? "," : "");
2351 comma
2471 int comma; local
[all...]
/freebsd-current/sys/ddb/
H A Ddb_ps.c351 bool comma; local
385 comma = false;
388 comma = true;
391 if (comma)
394 comma = true;
397 if (comma)
400 comma = true;
403 if (comma)
406 comma = true;
409 if (comma)
[all...]
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-pp_test.cc3 // Used to test MSVC treating __VA_ARGS__ with a comma in it as one value
25 static_assert(GMOCK_PP_HAS_COMMA(GMOCK_TEST_REPLACE_comma_WITH_COMMA(comma)),
28 GMOCK_PP_HAS_COMMA(GMOCK_TEST_REPLACE_comma_WITH_COMMA(comma(unrelated))),
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp41 case tok::comma: return prec::Comma;
/freebsd-current/contrib/tcpdump/
H A Dprint-egp.c142 const char *comma; local
196 comma = "";
201 ND_PRINT("%sd%u:", comma, GET_U_1(cp));
203 comma = ", ";
/freebsd-current/usr.bin/mail/
H A Dsend.c525 fmt(const char *str, struct name *np, FILE *fo, int comma) argument
529 comma = comma ? 1 : 0;
535 comma = 0;
538 if (col + len + comma > 72 && col > 4) {
544 if (comma)
546 col += len + comma;
/freebsd-current/contrib/ncurses/progs/
H A Dtabs.c206 * Trim leading/trailing blanks, as well as blanks after a comma.
254 * Add a command-line parameter to the tab-list. It can be blank- or comma-
267 const char *comma = ","; local
271 comma = "";
273 comma = "";
275 need += strlen(comma);
288 _nc_STRCAT(result, comma, need);
319 fprintf(stderr, "%s: trailing comma found '%s'\n", _nc_progname, tab_list);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp332 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end,
340 if (ExpectAndConsume(tok::comma)) {
614 if (Tok.is(tok::comma))
784 if (Tok.is(tok::comma))
1131 while (!SkipUntil({tok::r_brace, tok::r_paren, tok::comma,
1141 if (!Tok.is(tok::comma) && !Tok.is(tok::r_paren)) {
1223 } while (TryConsumeToken(tok::comma));
1301 while (!SkipUntil({tok::comma, tok::r_brace, tok::r_paren,
1311 if (!Tok.is(tok::comma) && !Tok.is(tok::r_brace)) {
1351 } while (TryConsumeToken(tok::comma));
[all...]
H A DParseTemplate.cpp369 if (Tok.is(tok::comma)) {
526 // a comma or closing brace.
527 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
531 // Did we find a comma or the end of the template parameter list?
532 if (Tok.is(tok::comma)) {
542 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
558 case tok::comma:
575 case tok::comma:
615 case tok::comma:
624 // These indicate that a comma wa
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp912 } while (EatIfPresent(lltok::comma));
1116 parseToken(lltok::comma, "expected comma after alias or ifunc's type"))
1186 while (Lex.getKind() == lltok::comma) {
1365 while (Lex.getKind() == lltok::comma) {
2199 return tokError("expected metadata after comma");
2215 } while (EatIfPresent(lltok::comma));
2448 } while (EatIfPresent(lltok::comma));
2538 /// This returns with AteExtraComma set to true if it ate an excess comma at the
2543 while (EatIfPresent(lltok::comma)) {
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h66 ColorStyle comma; member in struct:lldb_private::HighlightStyle
/freebsd-current/sbin/ipfw/
H A Dtables.c1538 char *comma, *e, *n, *p; local
1579 if ((comma = strchr(n, ',')) != NULL)
1580 *comma = '\0';
1674 if (comma != NULL)
1675 *comma++ = ',';
1677 if ((n = comma) != NULL)
1901 const char *comma; local
1933 comma = "";
1942 printf("%s%s", comma, tbuf);
1943 comma
[all...]

Completed in 471 milliseconds

12345