| /src/etc/rc.d/ | 
| sysdb | 28 	comma=" " 47 		$echo -n "$comma${src##*/}"
 48 		comma=", "
 85 			$echo -n "${comma}utmp$i"
 86 			comma=", "
 
 | 
| /src/tests/usr.bin/indent/ | 
| lsym_lparen_or_lbracket.c | 266 	a++, (comma)(); 313 	a++, (comma)();
 346  * Ensure that a designated initializer after a comma is not indented further
 
 | 
| /src/sys/arch/arm/xilinx/ | 
| zynq_usb.c | 73 	const char *comma;  local in function:zynqusb_attach_common 116 	comma = "";
 121 		comma = ", ";
 127 		    comma,
 
 | 
| /src/usr.bin/mail/ | 
| send.c | 365 fmt(const char *str, struct name *np, FILE *fo, size_t comma) 370 	comma = comma ? 1 : 0;
 376 			comma = 0;
 379 		if (col + len + comma > 72 && col > 4) {
 385 		if (comma)
 387 		col += len + comma;
 
 | 
| names.c | 171 	int comma;  local in function:detract 175 	comma = ntype & GCOMMA;
 180 	if (debug && comma)
 186 		if (comma)
 204 		if (comma && p->n_flink != NULL)
 211 	if (comma && *--cp == ',')
 
 | 
| /src/sys/arch/arm/imx/ | 
| imxusb.c | 91 	const char *comma;  local in function:imxehci_attach 140 	comma = "";
 145 		comma = ", ";
 151 		    comma,
 
 | 
| /src/sys/dev/acpi/ | 
| acpi_tz.c | 468 	int comma, i, valid_levels;  local in function:acpitz_get_zone 551 		comma = 0;
 558 			comma = 1;
 562 			aprint_verbose("%shot %s C", comma ? ", " : "",
 564 			comma = 1;
 568 			aprint_verbose("%spassive %s C", comma ? ", " : "",
 570 			comma = 1;
 577 				aprint_verbose("%spassive cooling", comma ?
 
 | 
| /src/usr.bin/make/unit-tests/ | 
| varmod-subst.exp | 22 1 two 3 comma 
 | 
| dir.mk | 76 # Other than in Bash, the braces are also expanded if there is no comma. 
 | 
| directive-for-escape.mk | 172 i,=		comma 185 # expect+2: two comma innerinnerinnerinner
 285 # unfinished modifier ':S', as it is missing a comma.
 
 | 
| directive-for-escape.exp | 91 make: directive-for-escape.mk:187: two comma innerinnerinnerinner 
 | 
| varmod-subst.mk | 215 	@echo ${:U1 2 3:S,2,two,:Q} comma 
 | 
| varmod-to-separator.mk | 13 # The separator can be an arbitrary character, for example a comma. 
 | 
| /src/dist/pf/sbin/pfctl/ | 
| parse.y | 1133 		| antispoof_iflst comma antispoof_if	{ 1495 		| cbqflags_list comma cbqflags_item	{ $$ |= $3; }
 1521 		| priqflags_list comma priqflags_item	{ $$ |= $3; }
 1552 		| hfscopts_list comma hfscopts_item
 1563 		| LINKSHARE '(' bandwidth comma number comma bandwidth ')'
 1582 		| REALTIME '(' bandwidth comma number comma bandwidth ')'
 1601 		| UPPERLIMIT '(' bandwidth comma number comma bandwidth ')
 3955 comma : ','  label
 [all...]
 | 
| /src/sys/arch/arm/arm/ | 
| disassem.c | 825 	int comma;  local in function:disasm_print_reglist 829 	comma = 0;
 834 				if (comma)
 837 					comma = 1;
 
 | 
| /src/sbin/ping6/ | 
| ping6.c | 1489 				int comma = 0;  local in function:pr_pack 1496 					comma++;
 1500 					comma++;
 1511 				if (comma)
 1523 				comma++;
 1526 					if (comma)
 1529 					comma++;
 1533 						if (comma)
 1536 						comma++;
 1542 					if (comma)
 [all...]
 | 
| /src/lib/libukfs/ | 
| ukfs.c | 298 		char *comma, *pers, *ep, *nptr;  local in function:ukfs_part_probe 301 		comma = strchr(p, ',');
 302 		if (comma == NULL) {
 306 		pers = strchr(comma, '%');
 311 		*comma = '\0';
 334 		nptr = comma+1;
 
 | 
| /src/bin/ksh/ | 
| eval.c | 1315 	char *brace_start, *brace_end, *UNINITIALIZED(comma); 1326 		comma = (char *) 0;
 1335 					comma = p;
 1352 	if (!comma) {
 
 | 
| /src/games/warp/ | 
| config.h.SH | 190  *	up to first comma, with & replaced by capitalized login id, yuck). 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/ | 
| Makefile | 32 	$(call as-instr,movntdqa (%eax)$(comma)%xmm0,-DCONFIG_AS_MOVNTDQA) 
 | 
| /src/sbin/sysctl/ | 
| sysctl.c | 1047 		 * the next comma. 2356 	const char *comma;  local in function:kern_drivers
 2380 	comma = "";
 2384 		(void)printf("%s[%d %d %s]", comma, kd[i].d_cmajor,
 2386 		comma = ", ";
 
 | 
| /src/sys/dev/pckbport/ | 
| synaptics.c | 566 		const char comma[] = ", ";  local in function:pms_synaptics_probe_init 572 				sep = comma;
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ | 
| cpplint.py | 119       Specify a comma-separated list of category-filters to apply: only 209   'whitespace/comma',
 588       filters: A string of comma-separated filters (eg "+whitespace/indent").
 592       ValueError: The comma-separated filters did not all start with '+' or '-'.
 668     filters: A string of comma-separated filters (eg "whitespace/indent").
 2111           # Got a comma after a bracket, this is most likely a template
 2173           # Got a comma before a bracket, this is most likely a
 2430   # You should always have a space after a comma (either as fn arg or operator)
 2432     error(filename, linenum, 'whitespace/comma', 3,
 
 |