Searched refs:c_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.c176 char *c_end = strchr(c->command, ' '); local
178 if (c_end != NULL) {
179 int len = c_end - c->command;
/freebsd-9.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.c182 char *c_end = strchr(c->command, ' '); local
184 if (c_end != NULL) {
185 int len = c_end - c->command;
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.c181 char *c_end = strchr(c->command, ' '); local
183 if (c_end != NULL) {
184 int len = c_end - c->command;
/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c256 char *c_end = strchr(c->command, ' '); local
258 if (c_end != NULL) {
259 int len = c_end - c->command;

Completed in 49 milliseconds