HomeSort by: relevance | last modified time | path
    Searched defs:comma (Results 1 - 10 of 10) sorted by relevancy

  /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/sys/arch/arm/imx/
imxusb.c 91 const char *comma; local in function:imxehci_attach
140 comma = "";
145 comma = ", ";
151 comma,
  /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/usr.bin/mail/
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/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/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/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/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/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...]

Completed in 83 milliseconds