Searched defs:_Protocol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c36 GLOBAL char _Protocol[40] = ""; /* working protocol string */ variable
403 _Protocol[0] = '\0';
412 if ( _Protocol[0] == '\0' ) {
414 (void) strcpy(_Protocol, save);
417 return(_Protocol[0] == NULLCHAR ? NULL : _Protocol);
441 if ( *(protoPtr = _Protocol) != NULLCHAR ) {
460 if ( *(protoPtr = _Protocol) != NULLCHAR ) {

Completed in 48 milliseconds