Lines Matching defs:next
260 char list[sizeof cbcp->fsm.phone], *next;
282 for (next = strtok(list, ","); next; next = strtok(NULL, ",")) {
283 len = strlen(next);
287 strncpy(addr->addr, next, sizeof addr->addr - 1);
292 next);
427 char list[sizeof cbcp->fsm.phone], *next;
431 for (next = strtok(list, ","); next; next = strtok(NULL, ","))
432 if (!strcmp(next, addr->addr)) {
434 strcpy(cbcp->fsm.phone, next);
448 char list[sizeof cbcp->fsm.phone], *next, *end;
457 for (next = strtok(list, ","); next; next = strtok(NULL, ","))
458 if (!strcmp(next, addr->addr)) {
460 strcpy(cbcp->fsm.phone, next);
554 char list[sizeof cbcp->fsm.phone], *next;
558 for (next = strtok(list, ","); next; next = strtok(NULL, ","))
559 if (!strcmp(addr->addr, next)) {
560 strcpy(cbcp->fsm.phone, next);