Searched refs:login (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-9.3-release/contrib/opie/
H A Dopieinfo.c52 char *login; variable
54 login = getlogin();
55 if (login == NULL) {
56 fprintf(stderr, "Cannot find login name\n");
59 return login;
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_nis.c63 chgnispwent(const char *path, char const * login, struct passwd * pwd) argument
65 return pw_nisupdate(path, pwd, login, UPD_REPLACE);
69 delnispwent(const char *path, const char *login) argument
71 return pw_nisupdate(path, NULL, login, UPD_DELETE);
H A Dpw.h114 int chgpwent(char const * login, struct passwd * pwd);
118 int delnispwent(const char *path, const char *login);
119 int chgnispwent(const char *path, const char *login, struct passwd *pwd);
123 int chggrent(char const * login, struct group * grp);
H A Dgrupd.c162 chggrent(char const * login, struct group * grp) argument
164 return gr_update(grp, login, UPD_REPLACE);
H A Dpwupd.c202 chgpwent(char const * login, struct passwd * pwd) argument
204 return pw_update(pwd, login, UPD_REPLACE);
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp_targ.c75 * BASE 0xffff f001 0020 command port for login id 0
76 * BASE 0xffff f001 0040 command port for login id 1
192 struct sbp_targ_login *login; member in struct:orb_info
245 sbp_targ_dealloc_login(struct sbp_targ_login *login) argument
249 if (login == NULL) {
250 printf("%s: login = NULL\n", __func__);
253 for (orbi = STAILQ_FIRST(&login->orbs); orbi != NULL; orbi = next) {
257 callout_stop(&login->hold_callout);
259 STAILQ_REMOVE(&login->lstate->logins, login, sbp_targ_logi
267 struct sbp_targ_login *login; local
287 struct sbp_targ_login *login; local
442 struct sbp_targ_login *login, *next; local
499 sbp_targ_remove_orb_info_locked(struct sbp_targ_login *login, struct orb_info *orbi) argument
505 sbp_targ_remove_orb_info(struct sbp_targ_login *login, struct orb_info *orbi) argument
529 struct sbp_targ_login *login; local
1088 struct sbp_targ_login *login; local
1313 struct sbp_targ_login *login; local
1354 struct sbp_targ_login *login; local
1498 sbp_targ_fetch_orb(struct sbp_targ_softc *sc, struct fw_device *fwdev, uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login, int mode) argument
1585 struct sbp_targ_login *login; local
[all...]
/freebsd-9.3-release/share/examples/printing/
H A DpsdfX19 n) login=$OPTARG ;;
27 [ "$login" ] || fail "No login name"
30 ( /u/kelly/freebsd/printing/filters/make-ps-header $login $host "DVI File"
/freebsd-9.3-release/usr.sbin/adduser/
H A Drmuser.sh52 # rm_files login
53 # Removes files or empty directories belonging to $login from various
58 [ -n $1 ] && login=$1 || return
67 verbose && echo -n "Removing files owned by ($login) in $_dir:"
68 filecount=`find 2>/dev/null "$_dir" -user "$login" -delete -print |
76 # rm_mail login
78 # specified in the $login argument.
82 [ -n $1 ] && login=$1 || return
84 verbose && echo -n "Removing mail spool(s) for ($login):"
85 if [ -f ${MAILSPOOL}/$login ]; the
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/java/
H A DKerberosInit.java37 import javax.security.auth.login.*;
84 lc.login();
91 System.out.println("lc.login ok");
/freebsd-9.3-release/usr.sbin/nscd/agents/
H A Dpasswd.c134 char *login; local
153 login = calloc(1, size);
154 assert(login != NULL);
155 memcpy(login, key + sizeof(enum nss_lookup_type), size - 1);
173 result = getpwnam(login);
174 free(login);
/freebsd-9.3-release/usr.bin/write/
H A Dwrite.c244 const char *login; local
251 /* Determine our login name before we reopen() stdout */
252 if ((login = getlogin()) == NULL) {
254 login = pwd->pw_name;
256 login = "???";
273 login, host, mytty, nows + 11);
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dlog.in98 my $login;
111 $login = shift @ARGV;
141 # get a login name for the guy doing the commit....
143 if ($login eq '') {
144 $login = getlogin || (getpwuid($<))[0] || "nobody";
166 $logfh->print ("Author:\t$login\n\n");
171 $mailfh->print ("Author:\t$login\n\n");
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c231 char const *login; member in struct:chaccess
349 getchaccess(str_save(AccessList->login),append);
705 getchaccess(login, command)
706 char const *login;
712 pt->login = login;
741 error("missing login name after option -a or -e");
979 if (!ch->login) {
986 if (strcmp(ch->login, t->login)
[all...]
/freebsd-9.3-release/usr.bin/newgrp/
H A Dnewgrp.c74 int ch, login; local
84 login = 0;
89 login = 1;
114 if (login)
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h89 int login (char *);
/freebsd-9.3-release/usr.bin/ncplogin/
H A Dncplogin.c67 login(int argc, char *argv[], struct ncp_conn_loginfo *li) { function
89 /* now we can try to login, or use already established connection */
92 ncp_error("Could not login to server %s", error, li->server);
201 login(argc, argv, &li);
/freebsd-9.3-release/crypto/openssh/
H A Dincludes.h66 # include <login.h>
/freebsd-9.3-release/usr.bin/csup/
H A Dauth.c73 char *login, *host; local
83 login = getlogin();
84 proto_printf(s, "USER %s %s\n", login != NULL ? login : "?",
/freebsd-9.3-release/usr.bin/id/
H A Did.c228 char *login; local
235 if ((login = getlogin()) == NULL)
239 if (pw == NULL || strcmp(login, pw->pw_name))
240 (void)printf("login\t%s\n", login);
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddatalink.h64 unsigned packetmode : 1; /* Go into packet mode after login ? */
70 char login[SCRIPT_LEN]; member in struct:datalink::__anon11001::__anon11002
/freebsd-9.3-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c161 char const * login; /* lockerlist */ member in struct:rcslockers
170 struct authors { /* login names in author option; */
171 char const * login; /* stored in authorlist */ member in struct:authors
413 aprintf(out, symbolFormat, currlock->login,
423 aprintf(out, accessFormat, curaccess->login);
751 /* function : get the login names of lockers from command line */
768 newlocker->login = argv;
796 authorlist->login = getusername(false);
804 newauthor->login = argv;
866 if (strcmp(plocker->login,
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcssyn.c269 newaccess->login = id;
303 newlock->login=id;
453 currlock->delta->lockedby = currlock->login;
/freebsd-9.3-release/crypto/heimdal/appl/su/
H A Dsu.c90 "simulate full login" },
108 "[login [shell arguments]]");
382 verify_unix(struct passwd *login, struct passwd *su) argument
397 login->pw_name, su->pw_name);
408 int gs = group_member_p(ROOT_GROUP, login->pw_name);
411 login->pw_name, su->pw_name, ROOT_GROUP);
461 errx (1, "unknown login %s", su_user);
464 errx (1, "unknown login %s", su_user);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c145 * Call ia_failure because of an login failure.
174 * record_failed_login: generic "login failed" interface function
191 int maxattempts; /* maximum no. of failed login attempts */
350 break; /* Accept root login */
361 printf("Your login has been disabled. Contact the system ");
368 printf("Maximum number of failed login attempts exceeded.\n");
447 /* Provide login status information */
449 printf("Last successful login was : %.*s ", 19,
720 cray_delete_tmpdir(char *login, int jid, uid_t uid) argument
736 execl(CLEANTMPCMD, CLEANTMPCMD, login, jtm
751 char *login = NULL; local
[all...]
/freebsd-9.3-release/contrib/libpcap/lbl/
H A Dos-sunos4.h120 void login(struct utmp *);

Completed in 208 milliseconds

12