Searched refs:_ProtoCfg (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucpdefs.c38 static char _ProtoCfg[40]; /* protocol string from Config file */ variable
H A Dsysfiles.c733 extern char _ProtoCfg[];
749 if (_ProtoCfg[0] != '\0') {
754 _ProtoCfg);
756 (void) strcpy(_ProtoCfg, tok);
H A Dconn.c34 static char _ProtoCfg[]; /* protocol string from Config file entry */ variable
/illumos-gate/usr/src/cmd/bnu/
H A Duucpdefs.c37 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */ variable
H A Dsysfiles.c748 extern char _ProtoCfg[];
763 if ( _ProtoCfg[0] != '\0' ) {
765 DEBUG(7, "overrides %s\n", _ProtoCfg);
767 strcpy(_ProtoCfg, tok);
H A Dconn.c39 EXTERN char _ProtoCfg[]; /* protocol string from Config file entry */ variable
409 if ( _ProtoCfg[0] != '\0' )
410 addProto(_ProtoCfg, valid);

Completed in 73 milliseconds