Home | History | Annotate | Download | only in src

Lines Matching refs:cb

602 E164ok(struct callback *cb, char *req, int sz)
604 char list[sizeof cb->msg], *next;
607 if (!strcmp(cb->msg, "*"))
610 strncpy(list, cb->msg, sizeof list - 1);