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

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 516 int coll = 0; local in function:warn_namespace_collision
537 coll++;
542 if (coll == 1)
545 else if (coll > 1)
547 coll);
  /src/usr.bin/usbhidaction/
usbhidaction.c 243 char usagestr[SIZE+1], coll[SIZE]; local in function:parse_conf
309 coll[0] = 0;
340 if (coll[0]) {
343 "%s.%s:%s", coll + 1,
356 (void)snprintf(coll + strlen(coll),
357 sizeof coll - strlen(coll), ".%s:%s",
361 (void)printf("coll '%s'\n", coll);
    [all...]

Completed in 12 milliseconds