Searched refs:LOGIN (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t46 my @magic_envs = qw(HOME LOGDIR SYS$LOGIN);
51 # Make sure $ENV{'SYS$LOGIN'} is only honored on VMS.
52 if( $key eq 'SYS$LOGIN' && !$IsVMS && !$IsMacOS ) {
55 pass( " no need to test SYS\$LOGIN on $^O" ) for 1..7;
97 next if $IsVMS && $env eq 'SYS$LOGIN';
109 $ENV{'SYS$LOGIN'} = '' if $IsVMS;
/osnet-11/usr/src/lib/libsocket/inet/
H A Druserpass.c57 #define LOGIN 2 macro
95 t->tokstr = "login"; t++->tval = LOGIN;
182 case LOGIN:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm285 =item lookup ( MACHINE [, LOGIN ])
287 Lookup and return a reference to the entry for C<MACHINE>. If C<LOGIN> is given
288 then the entry returned will have the given login. If C<LOGIN> is not given then
H A DFTP.pm1341 =item login ([LOGIN [,PASSWORD [, ACCOUNT] ] ])

Completed in 18 milliseconds