Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c733 extern char _ProtoCfg[]; in setconfig()
749 if (_ProtoCfg[0] != '\0') { in setconfig()
754 _ProtoCfg); in setconfig()
756 (void) strcpy(_ProtoCfg, tok); in setconfig()
H A Duucpdefs.c36 static char _ProtoCfg[40]; /* protocol string from Config file */ variable
H A Dconn.c34 static char _ProtoCfg[]; /* protocol string from Config file entry */ variable
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c745 extern char _ProtoCfg[]; in setconfig()
760 if ( _ProtoCfg[0] != '\0' ) { in setconfig()
762 DEBUG(7, "overrides %s\n", _ProtoCfg); in setconfig()
764 strcpy(_ProtoCfg, tok); in setconfig()
H A Duucpdefs.c34 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */ variable
H A Dconn.c35 EXTERN char _ProtoCfg[]; /* protocol string from Config file entry */ variable
401 if ( _ProtoCfg[0] != '\0' )
402 addProto(_ProtoCfg, valid);