Home
last modified time | relevance | path

Searched refs:nextProto (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Dconn.c57 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
[all …]