taglinefilesource code
strcpyupto13drivers/isdn/teles/callc.cstatic char    *strcpyupto(char *dest, char *src, char upto);
strcpyupto204drivers/isdn/teles/callc.cptr = strcpyupto(chanp->para.called, ic->num, ',');
strcpyupto206drivers/isdn/teles/callc.cptr = strcpyupto(chanp->para.calling, ptr + 1, ',');
strcpyupto211drivers/isdn/teles/callc.cptr = strcpyupto(sis, ptr + 1, ',');
strcpyupto215drivers/isdn/teles/callc.cptr = strcpyupto(sis, ptr + 1, '\0');