Searched refs:wtmp (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase_win32.c75 wchar_t* wtmp = NULL; local
84 wtmp = utf8_to_utf16(prompt);
85 if (wtmp == NULL)
88 _cputws(wtmp);
89 free(wtmp);
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c51 struct utmpx wtmp; variable in typeref:struct:utmpx
53 struct utmp wtmp; variable in typeref:struct:utmp
57 int utmp_len = sizeof(wtmp.ut_host);
83 char wtmpf[] = "/usr/adm/wtmp";
90 char wtmpf[] = "/etc/wtmp";
739 extern struct utmp wtmp;
1156 wtmp.ut_time = time(NULL);
1157 wtmp.ut_type = LOGIN_PROCESS;
1158 wtmp.ut_pid = pid;
1159 strncpy(wtmp
1464 struct utmp wtmp; local
[all...]
/freebsd-current/usr.bin/last/
H A Dlast.c101 static void wtmp(void);
207 wtmp();
212 * wtmp --
216 wtmp(void) function

Completed in 109 milliseconds