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

/src/etc/rc.d/
H A Dsysdb28 comma=" "
47 $echo -n "$comma${src##*/}"
48 comma=", "
85 $echo -n "${comma}utmp$i"
86 comma=", "
/src/tests/usr.bin/indent/
H A Dlsym_lparen_or_lbracket.c266 a++, (comma)();
313 a++, (comma)();
346 * Ensure that a designated initializer after a comma is not indented further
/src/sys/arch/arm/xilinx/
H A Dzynq_usb.c73 const char *comma; local in function:zynqusb_attach_common
116 comma = "";
121 comma = ", ";
127 comma,
/src/usr.bin/mail/
H A Dsend.c365 fmt(const char *str, struct name *np, FILE *fo, size_t comma) argument
370 comma = comma ? 1 : 0;
376 comma = 0;
379 if (col + len + comma > 72 && col > 4) {
385 if (comma)
387 col += len + comma;
H A Dnames.c171 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/
H A Dimxusb.c91 const char *comma; local in function:imxehci_attach
140 comma = "";
145 comma = ", ";
151 comma,
/src/sys/dev/acpi/
H A Dacpi_tz.c468 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/
H A Dvarmod-subst.exp22 1 two 3 comma
H A Ddir.mk76 # Other than in Bash, the braces are also expanded if there is no comma.
H A Ddirective-for-escape.mk172 i,= comma
185 # expect+2: two comma innerinnerinnerinner
285 # unfinished modifier ':S', as it is missing a comma.
H A Ddirective-for-escape.exp91 make: directive-for-escape.mk:187: two comma innerinnerinnerinner
H A Dvarmod-subst.mk215 @echo ${:U1 2 3:S,2,two,:Q} comma
H A Dvarmod-to-separator.mk13 # The separator can be an arbitrary character, for example a comma.
/src/dist/pf/sbin/pfctl/
H A Dparse.y1133 | 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 bandwidt
3955 comma : ',' label
[all...]
/src/sys/arch/arm/arm/
H A Ddisassem.c825 int comma; local in function:disasm_print_reglist
829 comma = 0;
834 if (comma)
837 comma = 1;
/src/sbin/ping6/
H A Dping6.c1489 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/
H A Dukfs.c298 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/
H A Deval.c1315 char *brace_start, *brace_end, *UNINITIALIZED(comma);
1326 comma = (char *) 0;
1335 comma = p;
1352 if (!comma) {
/src/sys/external/bsd/drm2/dist/drm/i915/
H A DMakefile32 $(call as-instr,movntdqa (%eax)$(comma)%xmm0,-DCONFIG_AS_MOVNTDQA)
/src/games/warp/
H A Dconfig.h.SH190 * up to first comma, with & replaced by capitalized login id, yuck).
/src/sbin/sysctl/
H A Dsysctl.c1047 * 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/
H A Dsynaptics.c566 const char comma[] = ", "; local in function:pms_synaptics_probe_init
572 sep = comma;

Completed in 24 milliseconds