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

1234

/freebsd-11.0-release/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
152 int comma; local
192 int comma; local
208 int comma; local
267 int comma; local
343 int comma; local
[all...]
H A Dkern_intr.c1705 int comma; local
1750 comma = 0;
1752 if (comma)
1755 comma = 1;
1758 if (comma)
1761 comma = 1;
1764 if (comma)
1767 comma = 1;
1770 if (comma)
1773 comma
1793 int comma; local
[all...]
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintfr.c247 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, stdou
375 char *comma = ""; local
[all...]
/freebsd-11.0-release/usr.bin/indent/
H A Dindent_codes.h52 #define comma 14 macro
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh278 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 "
[all...]
/freebsd-11.0-release/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
111 comma: label
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_exp
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh97 comma=""
100 echo "$comma /* $x */"
102 comma=","
/freebsd-11.0-release/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-11.0-release/sys/netinet/
H A Dtcp_usrreq.c2059 int comma; local
2061 comma = 0;
2063 db_printf("%sTF_ACKNOW", comma ? ", " : "");
2064 comma = 1;
2067 db_printf("%sTF_DELACK", comma ? ", " : "");
2068 comma = 1;
2071 db_printf("%sTF_NODELAY", comma ? ", " : "");
2072 comma = 1;
2075 db_printf("%sTF_NOOPT", comma ? ", " : "");
2076 comma
2167 int comma; local
[all...]
H A Din_pcb.c2484 int comma; local
2486 comma = 0;
2488 db_printf("%sINP_RECVOPTS", comma ? ", " : "");
2489 comma = 1;
2492 db_printf("%sINP_RECVRETOPTS", comma ? ", " : "");
2493 comma = 1;
2496 db_printf("%sINP_RECVDSTADDR", comma ? ", " : "");
2497 comma = 1;
2500 db_printf("%sINP_HDRINCL", comma ? ", " : "");
2501 comma
2600 int comma; local
[all...]
/freebsd-11.0-release/usr.sbin/mptutil/
H A Dmpt_show.c60 int comma, i; local
62 comma = 0;
67 if (comma)
70 comma = 1;
82 int comma, error, fd; local
117 comma = 0;
121 comma = 1;
125 printf("%s RAID1", comma ? "," : "");
126 comma = 1;
130 printf("%s RAID1E", comma
[all...]
/freebsd-11.0-release/usr.sbin/pciconf/
H A Dcap.c149 int comma, max_splits, max_burst_read; local
160 comma = 0;
162 printf("%s 133MHz", comma ? "," : "");
163 comma = 1;
166 printf("%s 266MHz", comma ? "," : "");
167 comma = 1;
170 printf("%s 533MHz", comma ? "," : "");
171 comma = 1;
217 printf("%s %d burst read, %d split transaction%s", comma ? "," : "",
317 int comma; local
899 const char *comma, *enabled; local
[all...]
/freebsd-11.0-release/lib/libipsec/
H A Dpolicy_token.l66 comma \,
/freebsd-11.0-release/sys/x86/x86/
H A Didentcpu.c2126 int comma; local
2137 comma = 0;
2139 printf("%sNP", comma ? "," : "");
2140 comma = 1;
2143 printf("%sNRIP", comma ? "," : "");
2144 comma = 1;
2147 printf("%sVClean", comma ? "," : "");
2148 comma = 1;
2151 printf("%sAFlush", comma ? "," : "");
2152 comma
2254 int comma; local
[all...]
/freebsd-11.0-release/sys/ddb/
H A Ddb_ps.c306 bool comma; local
340 comma = false;
343 comma = true;
346 if (comma)
349 comma = true;
352 if (comma)
355 comma = true;
358 if (comma)
361 comma = true;
364 if (comma)
[all...]
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dtabs.c204 * Trim leading/trailing blanks, as well as blanks after a comma.
252 * Add a command-line parameter to the tab-list. It can be blank- or comma-
265 const char *comma = ","; local
269 comma = "";
271 comma = "";
273 need += strlen(comma);
286 _nc_STRCAT(result, comma, need);
316 fprintf(stderr, "%s: trailing comma found '%s'\n", prg_name, tab_list);
/freebsd-11.0-release/contrib/gcc/
H A Doptc-gen.awk32 comma = ","
171 comma = ""
205 var_set(flags[i]), comma)
H A Dopth-gen.awk31 comma = ","
180 comma = ""
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp293 if (Tok.is(tok::comma))
372 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
377 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
379 } else if (Tok.isNot(tok::comma) && Tok.isNot(tok::r_paren) &&
382 SkipUntil(tok::comma, tok::r_paren, tok::annot_pragma_openmp_end,
395 if (Tok.is(tok::comma)) {
553 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch);
633 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) &&
713 if (Tok.isNot(tok::r_paren) && Tok.isNot(tok::comma) &&
716 if (Tok.is(tok::comma)) {
[all...]
H A DParseTemplate.cpp300 if (Tok.is(tok::comma)) {
372 // a comma or closing brace.
373 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
377 // Did we find a comma or the end of the template parameter list?
378 if (Tok.is(tok::comma)) {
388 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
404 case tok::comma:
421 case tok::comma:
448 case tok::comma:
519 } else if (Tok.isOneOf(tok::equal, tok::comma, to
[all...]
H A DParseInit.cpp421 if (Tok.isNot(tok::comma)) break;
450 // grammatically ok (i.e. we have a comma coming up) try to continue
452 // diagnostics for later elements that we find. If we don't see a comma,
457 if (Tok.isNot(tok::comma)) {
463 // If we don't have a comma continued list, we're done.
464 if (Tok.isNot(tok::comma)) break;
466 // TODO: save comma locations if some client cares.
469 // Handle trailing comma.
483 // Return true if a comma (or closing brace) is necessary after the
532 if (Tok.is(tok::comma)) {
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-egp.c139 const char *comma; local
180 comma = "";
184 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++));
185 comma = ", ";
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp42 case tok::comma: return prec::Comma;
/freebsd-11.0-release/usr.bin/mail/
H A Dsend.c531 fmt(const char *str, struct name *np, FILE *fo, int comma) argument
535 comma = comma ? 1 : 0;
541 comma = 0;
544 if (col + len + comma > 72 && col > 4) {
550 if (comma)
552 col += len + comma;
/freebsd-11.0-release/sbin/ipfw/
H A Dtables.c1451 char *comma, *e, *etype, *n, *p; local
1488 if ((comma = strchr(n, ',')) != NULL)
1489 *comma = '\0';
1576 if (comma != NULL)
1577 *comma++ = ',';
1579 if ((n = comma) != NULL)
1798 char *comma, tbuf[128], pval[128]; local
1822 comma = "";
1831 printf("%s%s", comma, tbuf);
1832 comma
[all...]

Completed in 586 milliseconds

1234