Symbol: ut
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1606
struct utmpx ut;
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1615
memset(&ut, 0, sizeof ut);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1616
gettimeofday((struct timeval *)&ut.ut_tv, NULL);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1617
snprintf(ut.ut_id, sizeof ut.ut_id, TERMSPEC, port);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1621
ut.ut_type = USER_PROCESS;
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1622
strncpy(ut.ut_user, usr, sizeof ut.ut_user);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1625
strncpy(ut.ut_host, addr, sizeof ut.ut_host);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1629
ut.ut_user, ut.ut_id, addr);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1631
pututxline(&ut);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1635
ut.ut_type = DEAD_PROCESS;
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1639
usr, ut.ut_id);
crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c
1641
pututxline(&ut);
distrib/utils/libhack/utmp.c
14
login(ut)
distrib/utils/libhack/utmp.c
15
const struct utmp *ut;
distrib/utils/libhack/utmp.c
20
loginx(ut)
distrib/utils/libhack/utmp.c
21
const struct utmpx *ut;
lib/libc/compat/gen/compat_utmp.c
53
cvt(struct utmp *ut)
lib/libc/compat/gen/compat_utmp.c
55
struct utmp50 *ut50 = (void *)ut;
lib/libc/compat/gen/compat_utmp.c
56
if (ut == NULL)
lib/libc/compat/gen/compat_utmp.c
58
ut50->ut_time = (int32_t)ut->ut_time;
lib/libc/compat/gen/compat_utmpx.c
104
struct utmpx ut;
lib/libc/compat/gen/compat_utmpx.c
105
utmpx50_to_utmpx(ut50, &ut);
lib/libc/compat/gen/compat_utmpx.c
106
return cvt(__getutxid50(&ut));
lib/libc/compat/gen/compat_utmpx.c
112
struct utmpx ut;
lib/libc/compat/gen/compat_utmpx.c
113
utmpx50_to_utmpx(ut50, &ut);
lib/libc/compat/gen/compat_utmpx.c
114
return cvt(__getutxline50(&ut));
lib/libc/compat/gen/compat_utmpx.c
120
struct utmpx ut;
lib/libc/compat/gen/compat_utmpx.c
121
utmpx50_to_utmpx(ut50, &ut);
lib/libc/compat/gen/compat_utmpx.c
122
return cvt(__pututxline50(&ut));
lib/libc/compat/gen/compat_utmpx.c
128
struct utmpx ut;
lib/libc/compat/gen/compat_utmpx.c
129
utmpx50_to_utmpx(ut50, &ut);
lib/libc/compat/gen/compat_utmpx.c
130
return __updwtmpx50(fname, &ut);
lib/libc/compat/gen/compat_utmpx.c
181
getutmp(const struct utmpx50 *utx50, struct utmp *ut)
lib/libc/compat/gen/compat_utmpx.c
185
__getutmp50(&utx, ut);
lib/libc/compat/gen/compat_utmpx.c
189
getutmpx(const struct utmp *ut, struct utmpx50 *utx50)
lib/libc/compat/gen/compat_utmpx.c
192
__getutmpx50(ut, &utx);
lib/libc/compat/gen/compat_utmpx.c
69
cvt(struct utmpx *ut)
lib/libc/compat/gen/compat_utmpx.c
71
if (ut == NULL)
lib/libc/compat/gen/compat_utmpx.c
73
timeval_to_timeval50(&ut->ut_tv, (void *)&ut->ut_tv);
lib/libc/compat/gen/compat_utmpx.c
74
return (void *)ut;
lib/libc/compat/include/utmp.h
51
utmp_to_utmp50(const struct utmp *ut, struct utmp50 *ut50)
lib/libc/compat/include/utmp.h
53
(void)memcpy(ut50, ut, sizeof(*ut50));
lib/libc/compat/include/utmp.h
54
ut50->ut_time = (int32_t)ut->ut_time;
lib/libc/compat/include/utmp.h
58
utmp50_to_utmp(const struct utmp50 *ut50, struct utmp *ut)
lib/libc/compat/include/utmp.h
60
(void)memcpy(ut, ut50, sizeof(*ut50));
lib/libc/compat/include/utmp.h
61
ut->ut_time = ut50->ut_time;
lib/libc/compat/include/utmpx.h
63
utmpx50_to_utmpx(const struct utmpx50 *ut50, struct utmpx *ut)
lib/libc/compat/include/utmpx.h
65
(void)memcpy(ut, ut50, sizeof(*ut));
lib/libc/compat/include/utmpx.h
66
timeval50_to_timeval(&ut50->ut_tv, &ut->ut_tv);
lib/libc/compat/include/utmpx.h
70
utmpx_to_utmpx50(const struct utmpx *ut, struct utmpx50 *ut50)
lib/libc/compat/include/utmpx.h
72
(void)memcpy(ut50, ut, sizeof(*ut50));
lib/libc/compat/include/utmpx.h
73
timeval_to_timeval50(&ut->ut_tv, &ut50->ut_tv);
lib/libc/gen/utmp.c
47
static FILE *ut;
lib/libc/gen/utmp.c
53
if (ut == NULL)
lib/libc/gen/utmp.c
55
(void)fseeko(ut, (off_t)0, SEEK_SET);
lib/libc/gen/utmp.c
61
if (ut == NULL) {
lib/libc/gen/utmp.c
64
if ((ut = fopen(utfile, "re")) == NULL)
lib/libc/gen/utmp.c
66
if (fstat(fileno(ut), &st) == -1)
lib/libc/gen/utmp.c
75
if (fread(&utmp, sizeof(utmp), 1, ut) == 1)
lib/libc/gen/utmp.c
78
(void)fclose(ut);
lib/libc/gen/utmp.c
85
if (ut != NULL) {
lib/libc/gen/utmp.c
86
(void)fclose(ut);
lib/libc/gen/utmp.c
87
ut = NULL;
lib/libc/gen/utmpx.c
100
(void)fseeko(fp, (off_t)sizeof(ut), SEEK_SET);
lib/libc/gen/utmpx.c
108
(void)memset(&ut, 0, sizeof(ut));
lib/libc/gen/utmpx.c
139
(void)memset(&ut, 0, sizeof(ut));
lib/libc/gen/utmpx.c
140
ut.ut_type = SIGNATURE;
lib/libc/gen/utmpx.c
141
(void)memcpy(ut.ut_user, vers, sizeof(vers));
lib/libc/gen/utmpx.c
142
if (fwrite(&ut, sizeof(ut), 1, fp) != 1)
lib/libc/gen/utmpx.c
146
if (fread(&ut, sizeof(ut), 1, fp) != 1)
lib/libc/gen/utmpx.c
148
if (memcmp(ut.ut_user, vers, 5) != 0 ||
lib/libc/gen/utmpx.c
149
ut.ut_type != SIGNATURE)
lib/libc/gen/utmpx.c
152
version = ut.ut_user[6] - '0';
lib/libc/gen/utmpx.c
155
if (fread(&ut, sizeof(ut), 1, fp) != 1)
lib/libc/gen/utmpx.c
158
old2new(&ut);
lib/libc/gen/utmpx.c
160
return &ut;
lib/libc/gen/utmpx.c
164
(void)memset(&ut, 0, sizeof(ut));
lib/libc/gen/utmpx.c
179
if (ut.ut_type == EMPTY)
lib/libc/gen/utmpx.c
188
if (ut.ut_type == utx->ut_type)
lib/libc/gen/utmpx.c
189
return &ut;
lib/libc/gen/utmpx.c
195
switch (ut.ut_type) {
lib/libc/gen/utmpx.c
200
if (memcmp(ut.ut_id, utx->ut_id,
lib/libc/gen/utmpx.c
201
sizeof(ut.ut_id)) == 0)
lib/libc/gen/utmpx.c
202
return &ut;
lib/libc/gen/utmpx.c
223
switch (ut.ut_type) {
lib/libc/gen/utmpx.c
228
if (strncmp(ut.ut_line, utx->ut_line,
lib/libc/gen/utmpx.c
229
sizeof(ut.ut_line)) == 0)
lib/libc/gen/utmpx.c
230
return &ut;
lib/libc/gen/utmpx.c
283
if (fseeko(fp, -(off_t)sizeof(ut), SEEK_CUR) == -1)
lib/libc/gen/utmpx.c
295
u = memcpy(&ut, &temp, sizeof(ut));
lib/libc/gen/utmpx.c
328
return memcpy(&ut, utx, sizeof(ut));
lib/libc/gen/utmpx.c
351
(void)memset(&ut, 0, sizeof(ut));
lib/libc/gen/utmpx.c
352
ut.ut_type = SIGNATURE;
lib/libc/gen/utmpx.c
353
(void)memcpy(ut.ut_user, vers, sizeof(vers));
lib/libc/gen/utmpx.c
354
if (write(fd, &ut, sizeof(ut)) == -1)
lib/libc/gen/utmpx.c
60
static struct utmpx ut;
lib/libc/gen/utmpx.c
97
(void)memset(&ut, 0, sizeof(ut));
lib/libc/stdlib/jemalloc.c
812
malloc_utrace_t ut; \
lib/libc/stdlib/jemalloc.c
813
ut.p = a; \
lib/libc/stdlib/jemalloc.c
814
ut.s = b; \
lib/libc/stdlib/jemalloc.c
815
ut.r = c; \
lib/libc/stdlib/jemalloc.c
816
utrace("malloc", &ut, sizeof(ut)); \
lib/libc/stdlib/malloc.c
283
struct ut u; \
lib/libc/stdlib/malloc.c
72
void utrace(struct ut *, int);
lib/libutil/compat/compat_login.c
64
struct utmp ut;
lib/libutil/compat/compat_login.c
66
utmp50_to_utmp(ut50, &ut);
lib/libutil/compat/compat_login.c
71
(void)write(fd, &ut, sizeof(ut));
lib/libutil/compat/compat_login.c
75
(void)write(fd, &ut, sizeof(ut));
lib/libutil/compat/compat_loginx.c
58
struct utmpx ut;
lib/libutil/compat/compat_loginx.c
59
utmpx50_to_utmpx(ut50, &ut);
lib/libutil/compat/compat_loginx.c
60
(void)__pututxline50(&ut);
lib/libutil/compat/compat_loginx.c
61
(void)__updwtmpx50(_PATH_WTMPX, &ut);
lib/libutil/compat/compat_logoutx.c
58
struct utmpx *utp, ut;
lib/libutil/compat/compat_logoutx.c
59
(void)strlcpy(ut.ut_line, line, sizeof(ut.ut_line));
lib/libutil/compat/compat_logoutx.c
60
if ((utp = getutxline(&ut)) == NULL) {
lib/libutil/login.c
53
login(const struct utmp *ut)
lib/libutil/login.c
58
_DIAGASSERT(ut != NULL);
lib/libutil/login.c
63
(void)write(fd, ut, sizeof(struct utmp));
lib/libutil/login.c
67
(void)write(fd, ut, sizeof(struct utmp));
lib/libutil/loginx.c
50
loginx(const struct utmpx *ut)
lib/libutil/loginx.c
52
(void)pututxline(ut);
lib/libutil/loginx.c
53
(void)updwtmpx(_PATH_WTMPX, ut);
lib/libutil/logout.c
57
struct utmp ut;
lib/libutil/logout.c
64
while (read(fd, &ut, sizeof(ut)) == sizeof(ut)) {
lib/libutil/logout.c
65
if (!ut.ut_name[0] || strncmp(ut.ut_line, line,
lib/libutil/logout.c
68
memset(ut.ut_name, 0, (size_t)UT_NAMESIZE);
lib/libutil/logout.c
69
memset(ut.ut_host, 0, (size_t)UT_HOSTSIZE);
lib/libutil/logout.c
70
(void)time(&ut.ut_time);
lib/libutil/logout.c
71
(void)lseek(fd, -(off_t)sizeof(ut), SEEK_CUR);
lib/libutil/logout.c
72
(void)write(fd, &ut, sizeof(ut));
lib/libutil/logoutx.c
58
struct utmpx *utp, ut;
lib/libutil/logoutx.c
59
(void)strlcpy(ut.ut_line, line, sizeof(ut.ut_line));
lib/libutil/logoutx.c
60
if ((utp = getutxline(&ut)) == NULL) {
lib/libutil/logwtmp.c
56
struct utmp ut;
lib/libutil/logwtmp.c
67
(void) strncpy(ut.ut_line, line, sizeof(ut.ut_line));
lib/libutil/logwtmp.c
68
(void) strncpy(ut.ut_name, name, sizeof(ut.ut_name));
lib/libutil/logwtmp.c
69
(void) strncpy(ut.ut_host, host, sizeof(ut.ut_host));
lib/libutil/logwtmp.c
70
(void) time(&ut.ut_time);
lib/libutil/logwtmp.c
71
if (write(fd, &ut, sizeof(struct utmp)) != sizeof(struct utmp))
lib/libutil/logwtmpx.c
59
struct utmpx ut;
lib/libutil/logwtmpx.c
65
(void)memset(&ut, 0, sizeof(ut));
lib/libutil/logwtmpx.c
66
(void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
lib/libutil/logwtmpx.c
67
(void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
lib/libutil/logwtmpx.c
68
(void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
lib/libutil/logwtmpx.c
69
ut.ut_type = type;
lib/libutil/logwtmpx.c
71
ut.ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
lib/libutil/logwtmpx.c
73
ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status);
lib/libutil/logwtmpx.c
74
(void)gettimeofday(&ut.ut_tv, NULL);
lib/libutil/logwtmpx.c
75
(void)updwtmpx(_PATH_WTMPX, &ut);
libexec/ftpd/logutmp.c
127
(void)write(fd, ut, sizeof(UTMP));
libexec/ftpd/logutmp.c
133
UTMP ut;
libexec/ftpd/logutmp.c
142
while (read(fd, &ut, sizeof(UTMP)) == sizeof(UTMP)) {
libexec/ftpd/logutmp.c
143
if (!ut.ut_name[0]
libexec/ftpd/logutmp.c
144
|| strncmp(ut.ut_line, line, UT_LINESIZE))
libexec/ftpd/logutmp.c
146
memset(ut.ut_name, 0, UT_NAMESIZE);
libexec/ftpd/logutmp.c
147
memset(ut.ut_host, 0, UT_HOSTSIZE);
libexec/ftpd/logutmp.c
148
(void)time(&ut.ut_time);
libexec/ftpd/logutmp.c
150
(void)write(fd, &ut, sizeof(UTMP));
libexec/ftpd/logutmp.c
162
ftpd_loginx(const struct utmpx *ut)
libexec/ftpd/logutmp.c
164
(void)pututxline(ut);
libexec/ftpd/logutmp.c
91
ftpd_login(const struct utmp *ut)
libexec/ftpd/logwtmp.c
121
struct utmpx ut;
libexec/ftpd/logwtmp.c
127
(void)memset(&ut, 0, sizeof(ut));
libexec/ftpd/logwtmp.c
128
(void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
libexec/ftpd/logwtmp.c
129
(void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
libexec/ftpd/logwtmp.c
130
(void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
libexec/ftpd/logwtmp.c
132
(void)memcpy(&ut.ut_ss, &haddr->si_su, haddr->su_len);
libexec/ftpd/logwtmp.c
133
ut.ut_type = utx_type;
libexec/ftpd/logwtmp.c
135
ut.ut_exit.e_exit = (uint16_t)WEXITSTATUS(status);
libexec/ftpd/logwtmp.c
137
ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status);
libexec/ftpd/logwtmp.c
138
(void)gettimeofday(&ut.ut_tv, NULL);
libexec/ftpd/logwtmp.c
139
if(write(fdx, (char *)&ut, sizeof(struct utmpx)) !=
libexec/ftpd/logwtmp.c
89
struct utmp ut;
libexec/ftpd/logwtmp.c
95
(void)strncpy(ut.ut_line, line, sizeof(ut.ut_line));
libexec/ftpd/logwtmp.c
96
(void)strncpy(ut.ut_name, name, sizeof(ut.ut_name));
libexec/ftpd/logwtmp.c
97
(void)strncpy(ut.ut_host, host, sizeof(ut.ut_host));
libexec/ftpd/logwtmp.c
98
(void)time(&ut.ut_time);
libexec/ftpd/logwtmp.c
99
if (write(fd, (char *)&ut, sizeof(struct utmp)) !=
libexec/rpc.rusersd/rusers_proc.c
194
static utmp_array ut;
libexec/rpc.rusersd/rusers_proc.c
202
(void)memset(&ut, 0, sizeof(ut));
libexec/rpc.rusersd/rusers_proc.c
203
ut.utmp_array_val = utmps;
libexec/rpc.rusersd/rusers_proc.c
217
ut.utmp_array_len = nu;
libexec/rpc.rusersd/rusers_proc.c
219
return &ut;
libexec/rpc.rusersd/rusers_proc.c
241
static struct utmpidlearr ut;
libexec/rpc.rusersd/rusers_proc.c
248
(void)memset(&ut, 0, sizeof(ut));
libexec/rpc.rusersd/rusers_proc.c
249
ut.uia_arr = utmp_idlep;
libexec/rpc.rusersd/rusers_proc.c
250
ut.uia_cnt = 0;
libexec/rpc.rusersd/rusers_proc.c
267
ut.uia_cnt = nu;
libexec/rpc.rusersd/rusers_proc.c
268
return &ut;
sbin/init/init.c
1345
struct utmpx ut;
sbin/init/init.c
1348
(void)memset(&ut, 0, sizeof(ut));
sbin/init/init.c
1349
(void)strlcpy(ut.ut_name, name, sizeof(ut.ut_name));
sbin/init/init.c
1350
ut.ut_type = type;
sbin/init/init.c
1351
(void)strlcpy(ut.ut_line, line, sizeof(ut.ut_line));
sbin/init/init.c
1352
ut.ut_pid = pid;
sbin/init/init.c
1354
ut.ut_tv = *tv;
sbin/init/init.c
1356
(void)gettimeofday(&ut.ut_tv, NULL);
sbin/init/init.c
1357
ut.ut_session = session;
sbin/init/init.c
1360
if ((size_t)(eline - line) >= sizeof(ut.ut_id))
sbin/init/init.c
1361
line = eline - sizeof(ut.ut_id);
sbin/init/init.c
1362
(void)strncpy(ut.ut_id, line, sizeof(ut.ut_id));
sbin/init/init.c
1364
if (pututxline(&ut) == NULL)
sbin/init/init.c
1365
warning("can't add utmpx record for `%s': %m", ut.ut_line);
sbin/init/init.c
1390
struct utmpx ut;
sbin/init/init.c
1400
(void)memset(&ut, 0, sizeof(ut));
sbin/init/init.c
1401
(void)snprintf(ut.ut_line, sizeof(ut.ut_line), RUNLVL_MSG, new);
sbin/init/init.c
1402
ut.ut_type = RUN_LVL;
sbin/init/init.c
1403
(void)gettimeofday(&ut.ut_tv, NULL);
sbin/init/init.c
1404
ut.ut_exit.e_exit = old;
sbin/init/init.c
1405
ut.ut_exit.e_termination = new;
sbin/init/init.c
1406
if (pututxline(&ut) == NULL)
sys/arch/vax/boot/xxboot/bootxx.c
371
void *ut = top;
sys/arch/vax/boot/xxboot/bootxx.c
373
return ut;
sys/kern/kern_acct.c
410
struct timeval ut, st, tmp;
sys/kern/kern_acct.c
448
calcru(p, &ut, &st, NULL, NULL);
sys/kern/kern_acct.c
450
acct.ac_utime = encode_comp_t(ut.tv_sec, ut.tv_usec);
sys/kern/kern_acct.c
461
timeradd(&ut, &st, &tmp);
sys/kern/kern_proc.c
2773
struct timeval ut, st, rt;
sys/kern/kern_proc.c
2917
calcru(p, &ut, &st, NULL, &rt);
sys/kern/kern_proc.c
2920
ki->p_uutime_sec = ut.tv_sec;
sys/kern/kern_proc.c
2921
ki->p_uutime_usec = ut.tv_usec;
sys/kern/kern_proc.c
2943
&p->p_stats->p_cru.ru_stime, &ut);
sys/kern/kern_proc.c
2944
ki->p_uctime_sec = ut.tv_sec;
sys/kern/kern_proc.c
2945
ki->p_uctime_usec = ut.tv_usec;
sys/kern/kern_resource.c
509
uint64_t u, st, ut, it, tot, dt;
sys/kern/kern_resource.c
518
ut = p->p_uticks;
sys/kern/kern_resource.c
528
tot = st + ut + it;
sys/kern/kern_resource.c
534
st = ut = u / 2;
sys/kern/kern_resource.c
537
ut = (u * ut) / tot;
sys/kern/kern_resource.c
554
if (p->p_xutime > ut) {
sys/kern/kern_resource.c
555
dt = p->p_xutime - ut;
sys/kern/kern_resource.c
557
ut = p->p_xutime;
sys/kern/kern_resource.c
560
ut -= uimin(dt, ut);
sys/kern/kern_resource.c
570
p->p_xutime = ut;
sys/kern/kern_resource.c
571
up->tv_sec = ut / 1000000;
sys/kern/kern_resource.c
572
up->tv_usec = ut % 1000000;
sys/miscfs/procfs/procfs_status.c
172
struct timeval ut, st;
sys/miscfs/procfs/procfs_status.c
174
calcru(p, &ut, &st, (void *) 0, NULL);
sys/miscfs/procfs/procfs_status.c
176
" %lld,%ld %lld,%ld", (long long)ut.tv_sec,
sys/miscfs/procfs/procfs_status.c
177
(long)ut.tv_usec, (long long)st.tv_sec, (long)st.tv_usec);
usr.bin/last/want.c
40
gethost(struct utmp *ut, const char *host, int numeric)
usr.bin/last/want.c
49
(struct sockaddr *)&ut->ut_ss);
usr.bin/w/w.c
143
struct utmp *ut;
usr.bin/w/w.c
277
while ((ut = getutent()) != NULL) {
usr.bin/w/w.c
278
if (ut->ut_name[0] == '\0')
usr.bin/w/w.c
282
strncmp(ut->ut_name, sel_user, sizeof(ut->ut_name)) != 0)
usr.bin/w/w.c
287
if (strncmp(ep->line, ut->ut_line,
usr.bin/w/w.c
288
sizeof(ut->ut_line)) == 0)
usr.bin/w/w.c
301
(void)memcpy(ep->name, ut->ut_name, sizeof(ut->ut_name));
usr.bin/w/w.c
302
(void)memcpy(ep->line, ut->ut_line, sizeof(ut->ut_line));
usr.bin/w/w.c
303
(void)memcpy(ep->host, ut->ut_host, sizeof(ut->ut_host));
usr.bin/w/w.c
304
ep->name[sizeof(ut->ut_name)] = '\0';
usr.bin/w/w.c
305
ep->line[sizeof(ut->ut_line)] = '\0';
usr.bin/w/w.c
306
ep->host[sizeof(ut->ut_host)] = '\0';
usr.bin/w/w.c
308
ep->tv.tv_sec = ut->ut_time;
usr.bin/who/utmpentry.c
181
struct utmp *ut;
usr.bin/who/utmpentry.c
217
while ((what & 2) && (ut = getutent()) != NULL) {
usr.bin/who/utmpentry.c
218
if (fname == NULL && (*ut->ut_name == '\0' ||
usr.bin/who/utmpentry.c
219
*ut->ut_line == '\0'))
usr.bin/who/utmpentry.c
223
if (strncmp(ep->line, ut->ut_line,
usr.bin/who/utmpentry.c
224
sizeof(ut->ut_line)) == 0)
usr.bin/who/utmpentry.c
233
getentry(ep, ut);
usr.sbin/sysinst/arch/i386/md.c
885
struct utsname ut;
usr.sbin/sysinst/arch/i386/md.c
894
if (uname(&ut) < 0)
usr.sbin/sysinst/arch/i386/md.c
895
ut.version[0] = 0;
usr.sbin/sysinst/arch/i386/md.c
898
if (strstr(ut.version, "TINY") != NULL)
usr.sbin/sysinst/arch/i386/md.c
902
if (strstr(ut.version, "PS2") != NULL)