Home
last modified time | relevance | path

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

/titanic_41/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.c38 static char _ProtoCfg[40]; /* protocol string from Config file */ variable
H A Dconn.c34 static char _ProtoCfg[]; /* protocol string from Config file entry */ variable
/titanic_41/usr/src/cmd/bnu/
H A Dsysfiles.c748 extern char _ProtoCfg[]; in setconfig()
763 if ( _ProtoCfg[0] != '\0' ) { in setconfig()
765 DEBUG(7, "overrides %s\n", _ProtoCfg); in setconfig()
767 strcpy(_ProtoCfg, tok); in setconfig()
H A Duucpdefs.c37 GLOBAL char _ProtoCfg[40]=""; /* protocol string from Config file */ variable
H A Dconn.c39 EXTERN char _ProtoCfg[]; /* protocol string from Config file entry */ variable
409 if ( _ProtoCfg[0] != '\0' )
410 addProto(_ProtoCfg, valid);