Home
last modified time | relevance | path

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

/openbsd/usr.bin/ftp/
H A Druserpass.c53 #define PASSWD 3 macro
67 { "password", PASSWD },
68 { "passwd", PASSWD },
154 case PASSWD: in ruserpass()
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/
H A DUserAgent.pm5 use vars qw(@ISA $USER $PASSWD $SETUPDONE);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgccbug.in56 PASSWD="cat /etc/passwd"
117 $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP0
/openbsd/usr.sbin/ypldap/
H A Dparse.y110 %token PASSWD NAME FIXED LIST GROUPNAME GROUPPASSWD GROUPGID MAP
196 | PASSWD { $$ = 1; }
201 | PASSWD { $$ = 1; }
560 { "passwd", PASSWD }, in lookup()
/openbsd/regress/usr.sbin/ldapd/
H A Dcommon.pl18 $PASSWD = 'secret';
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldata.pod518 print PASSWD "${who}::0:0:Superuser:/:/bin/perl\n";