| 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...]
 |