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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c32 static char _ProtoSys[40]; /* protocol string from Systems file entry */ variable
327 getProto(_ProtoSys, flds[F_TYPE]);
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c37 static char _ProtoSys[40] = ""; /* protocol string from Systems file entry */ variable
343 getProto(_ProtoSys, flds[F_TYPE]);
405 if ( _ProtoSys[0] != '\0' )
406 addProto(_ProtoSys, valid);

Completed in 74 milliseconds