Searched refs:logout (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/usr.bin/last/
H A Dlast.c86 time_t logout; /* log out time */ member in struct:idtab
92 static time_t currentout; /* current logout value */
354 tt->logout = currentout;
365 (tt->logout > snaptime || tt->logout < 1)))) {
369 tt->logout = bp->ut_tv.tv_sec;
376 * If `tt' is non-NULL, use it and `crmsg' to print the logout time or
377 * logout type (crash/shutdown) as appropriate.
417 if (!tt->logout) {
418 xo_emit(" {:logout
[all...]
/freebsd-12-stable/usr.sbin/ppp/
H A Ddatalink.h73 char logout[SCRIPT_LEN]; member in struct:datalink::__anon17555::__anon17556
H A Ddatalink.c226 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
227 log_Printf(LogWARN, "Invalid logout script\n");
553 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
554 log_Printf(LogWARN, "Invalid logout script\n");
812 *dl->cfg.script.logout = '\0';
1153 arg->cx->cfg.script.logout);
1263 "logout",
H A Dcommand.c2024 strncpy(cx->cfg.script.logout, argp, sizeof cx->cfg.script.logout - 1);
2025 cx->cfg.script.logout[sizeof cx->cfg.script.logout - 1] = '\0';
2427 {"logout", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
2428 "logout script", "set logout chat-script", (const void *) VAR_LOGOUT},
/freebsd-12-stable/contrib/tcsh/
H A Dtc.func.c801 xprintf("auto-logout\n");
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipftest.c70 char *datain, *iface, *ifname, *logout; local
85 logout = NULL;
143 logout = optarg;
306 if (logout != NULL) {
307 drain_log(logout);
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h119 int logout(const char *);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h118 int logout(const char *);
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_ioctl.h726 struct ctl_iscsi_logout_params logout; member in union:ctl_iscsi_data
/freebsd-12-stable/usr.sbin/ctladm/
H A Dctladm.c3099 req.data.logout.connection_id = connection_id;
3101 strlcpy(req.data.logout.initiator_addr,
3102 initiator_addr, sizeof(req.data.logout.initiator_addr));
3104 strlcpy(req.data.logout.initiator_name,
3105 initiator_name, sizeof(req.data.logout.initiator_name));
3107 req.data.logout.all = 1;
3116 warnx("%s: error returned from CTL iSCSI logout request:\n%s",
3122 printf("iSCSI logout requests submitted\n");
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1353 logout()
2279 logouthelp[] = "forcibly logout remote user and close the connection",
2304 { "logout", logouthelp, logout, 1 },
1347 logout() function
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c1430 logout(void)
2517 logouthelp[] = "forcibly logout remote user and close the connection",
2543 { "logout", logouthelp, (int (*)(int, char **))logout, 1 },
1424 logout(void) function
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1657 if (logout(p))
/freebsd-12-stable/crypto/openssh/
H A Dloginrec.c76 * this usually means login() and logout() or setutent() etc., probably
242 * login_logout(struct logininfo *) - Record a logout
1432 if (!logout(line))
1433 logit("%s: logout() returned an error", __func__);
1439 * login, but no logout? what if logout but no logwtmp? All

Completed in 220 milliseconds