Lines Matching refs:nextProto
57 static char *nextProto();
442 while ( *(protoPtr = nextProto(protoPtr)) != NULLCHAR ) {
453 while ( *(wantPtr = nextProto(wantPtr)) != NULLCHAR ) {
461 while ( *(protoPtr = nextProto(protoPtr)) != NULLCHAR )
481 while ( *(tostring = nextProto(tostring)) != NULLCHAR ) {
489 length = nextProto(fromstring + 1) - fromstring;
497 length = nextProto(fromstring) - fromstring;
518 while ( *(string = nextProto(string)) != NULLCHAR ) {
520 (void) strcpy(string, nextProto(string+1));
533 nextProto(string) in nextProto() function
555 while ( *(string = nextProto(string)) != NULLCHAR )