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

12345

/freebsd-11-stable/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.c1789 int comma; local
1834 comma = 0;
1836 if (comma)
1839 comma = 1;
1842 if (comma)
1845 comma = 1;
1848 if (comma)
1851 comma = 1;
1854 if (comma)
1857 comma
1877 int comma; local
[all...]
/freebsd-11-stable/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-stable/usr.bin/indent/
H A Dindent_codes.h52 #define comma 14 macro
/freebsd-11-stable/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-stable/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-stable/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh97 comma=""
100 echo "$comma /* $x */"
102 comma=","
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c62 int error, fd, comma; local
91 comma = 0;
94 comma = 1;
97 printf("%s RAID1", comma ? "," : "");
98 comma = 1;
101 printf("%s RAID5", comma ? "," : "");
102 comma = 1;
105 printf("%s RAID1E", comma ? "," : "");
106 comma = 1;
109 printf("%s RAID6", comma
150 int comma, error, fd, show_capacity, show_props; local
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_usrreq.c2156 int comma; local
2158 comma = 0;
2160 db_printf("%sTF_ACKNOW", comma ? ", " : "");
2161 comma = 1;
2164 db_printf("%sTF_DELACK", comma ? ", " : "");
2165 comma = 1;
2168 db_printf("%sTF_NODELAY", comma ? ", " : "");
2169 comma = 1;
2172 db_printf("%sTF_NOOPT", comma ? ", " : "");
2173 comma
2264 int comma; local
[all...]
H A Din_pcb.c2516 int comma; local
2518 comma = 0;
2520 db_printf("%sINP_RECVOPTS", comma ? ", " : "");
2521 comma = 1;
2524 db_printf("%sINP_RECVRETOPTS", comma ? ", " : "");
2525 comma = 1;
2528 db_printf("%sINP_RECVDSTADDR", comma ? ", " : "");
2529 comma = 1;
2532 db_printf("%sINP_HDRINCL", comma ? ", " : "");
2533 comma
2632 int comma; local
[all...]
/freebsd-11-stable/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
120 comma = 0;
124 comma = 1;
128 printf("%s RAID1", comma ? "," : "");
129 comma = 1;
133 printf("%s RAID1E", comma
[all...]
/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c149 int comma, max_splits, max_burst_read; local
160 comma = 0;
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
319 comma
897 const char *comma, *enabled; local
[all...]
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_token.l66 comma \,
/freebsd-11-stable/sys/x86/x86/
H A Didentcpu.c2200 int comma; local
2211 comma = 0;
2213 printf("%sNP", comma ? "," : "");
2214 comma = 1;
2217 printf("%sNRIP", comma ? "," : "");
2218 comma = 1;
2221 printf("%sVClean", comma ? "," : "");
2222 comma = 1;
2225 printf("%sAFlush", comma ? "," : "");
2226 comma
2328 int comma; local
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_ps.c338 bool comma; local
372 comma = false;
375 comma = true;
378 if (comma)
381 comma = true;
384 if (comma)
387 comma = true;
390 if (comma)
393 comma = true;
396 if (comma)
[all...]
/freebsd-11-stable/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-stable/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-stable/contrib/tcpdump/
H A Dprint-egp.c140 const char *comma; local
188 comma = "";
194 ND_PRINT((ndo, "%sd%d:", comma, (int)*cp++));
195 comma = ", ";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp41 case tok::comma: return prec::Comma;
/freebsd-11-stable/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-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp327 if (Tok.is(tok::comma)) {
478 // a comma or closing brace.
479 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
483 // Did we find a comma or the end of the template parameter list?
484 if (Tok.is(tok::comma)) {
494 SkipUntil(tok::comma, tok::greater, tok::greatergreater,
510 case tok::comma:
527 case tok::comma:
567 case tok::comma:
576 // These indicate that a comma wa
[all...]
H A DParseInit.cpp453 if (Tok.isNot(tok::comma)) break;
482 // grammatically ok (i.e. we have a comma coming up) try to continue
484 // diagnostics for later elements that we find. If we don't see a comma,
489 if (Tok.isNot(tok::comma)) {
495 // If we don't have a comma continued list, we're done.
496 if (Tok.isNot(tok::comma)) break;
498 // TODO: save comma locations if some client cares.
501 // Handle trailing comma.
515 // Return true if a comma (or closing brace) is necessary after the
565 if (Tok.is(tok::comma)) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h65 ColorStyle comma; member in struct:lldb_private::HighlightStyle
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp422 } while (EatIfPresent(lltok::comma));
725 } while (EatIfPresent(lltok::comma));
898 ParseToken(lltok::comma, "expected comma after alias or ifunc's type"))
971 while (Lex.getKind() == lltok::comma) {
1111 while (Lex.getKind() == lltok::comma) {
2040 return TokError("expected metadata after comma");
2052 } while (EatIfPresent(lltok::comma));
2127 /// This returns with AteExtraComma set to true if it ate an excess comma at the
2132 while (EatIfPresent(lltok::comma)) {
[all...]

Completed in 180 milliseconds

12345