/src/usr.bin/make/unit-tests/ |
varname-circumflex.mk | 33 dir_part: /usr/include/stdio.h /usr/include/unistd.h foo.h 36 file_part: /usr/include/stdio.h /usr/include/unistd.h foo.h 49 /usr/include/stdio.h /usr/include/unistd.h foo.h implicit.tin:
|
/src/usr.sbin/ac/ |
ac.c | 53 struct utmp usr; member in struct:utmp_list 233 if (is_login_tty(up->usr.ut_line)) 366 secs = yesterday - lp->usr.ut_time; 367 Users = update_user(Users, lp->usr.ut_name, secs); 368 lp->usr.ut_time = yesterday; /* as if they just logged in */ 391 if (*up->ut_line == '~' || strncmp(lp->usr.ut_line, up->ut_line, 393 secs = up->ut_time - lp->usr.ut_time; 394 Users = update_user(Users, lp->usr.ut_name, secs); 399 sizeof (lp->usr.ut_line), lp->usr.ut_line 462 struct utmp usr; local in function:ac [all...] |
/src/usr.sbin/sysinst/arch/mac68k/ |
md.h | 84 int usr_cnt; /* number of usr partitions in map */ 113 unsigned int usr : 1; /* FS contains a Usr FS */ member in struct:__anon66f6aa490308::__anon66f6aa490408
|
/src/usr.sbin/quot/ |
quot.c | 213 struct user *usr; local in function:inituser 220 for (usr = users, i = nusers; --i >= 0; usr++) { 221 usr->space = usr->spc30 = usr->spc60 = usr->spc90 = 0; 222 usr->count = 0; 231 struct user *usr, *usrn; local in function:usrrehash 238 for (usr = svusr, i = nusers >> 1; --i >= 0; usr++) 252 struct user *usr; local in function:user 298 struct user *usr; local in function:uses 416 struct user *usr, *usrs; local in function:douser [all...] |
/src/usr.sbin/timed/timed/ |
timed.c | 713 const char *mach, *usr, *dom; local in function:get_goodgroup 760 while (getnetgrent(&mach,&usr,&dom)) {
|
/src/sys/arch/arm/imx/ |
imxuart.c | 1104 uint32_t usr[2]; local in function:imxuart_to_tiocm 1111 bus_space_read_region_4(iot, ioh, IMX_USR1, usr, 2); 1113 if (ISSET(usr[0], IMX_USR1_RTSS)) 1116 if (ISSET(usr[1], IMX_USR2_DCDIN)) 1127 if (ISSET(usr[1], IMX_USR2_RIIN))
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 146 { .def_size = DEFUSRSIZE*(MEG/512), .mount = "/usr", .type = PT_root, 646 /* Some special cases when /usr is first given a size */ 648 strcmp(p->mount, "/usr") == 0) { 655 /* Remove space for /usr from / */ 668 * hack to add free space to /usr if 964 size_t i, root = ~0U, usr = ~0U, swap = ~0U, def_usr = ~0U; local in function:fill_defaults 1042 strcmp(wanted->infos[i].mount, "/usr") == 0) { 1044 usr = i; 1117 if (usr < wanted->num) { 1118 if (wanted->infos[usr].cur_part_id == NO_PART) [all...] |
/src/usr.sbin/mountd/ |
mountd.c | 921 const char *hst, *usr, *dom; local in function:parse_host_netgroup 930 netgrp = getnetgrent(&hst, &usr, &dom); 948 } while (netgrp && getnetgrent(&hst, &usr, &dom));
|