| /src/external/bsd/ppp/dist/pppd/ |
| session.c | 189 const char *usr; local 219 if ((usr = strchr(user, '\\')) == NULL) 220 usr = user; 222 usr++; 225 PAM_username = usr; 228 dbglog("Initializing PAM (%d) for user %s", flags, usr); 229 pam_error = pam_start (SERVICE_NAME, usr, &pam_conv_data, &pamh);
|
| /src/usr.sbin/ac/ |
| ac.c | 53 struct utmp usr; member in struct:utmp_list 233 if (is_login_tty(up->usr.ut_line)) 367 secs = yesterday - lp->usr.ut_time; 368 Users = update_user(Users, lp->usr.ut_name, secs); 369 lp->usr.ut_time = yesterday; /* as if they just logged in */ 392 if (*up->ut_line == '~' || strncmp(lp->usr.ut_line, up->ut_line, 394 secs = up->ut_time - lp->usr.ut_time; 395 Users = update_user(Users, lp->usr.ut_name, secs); 400 sizeof (lp->usr.ut_line), lp->usr.ut_line 463 struct utmp usr; local [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:__anon6::__anon7
|
| /src/usr.sbin/quot/ |
| quot.c | 213 struct user *usr; local 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 238 for (usr = svusr, i = nusers >> 1; --i >= 0; usr++) 252 struct user *usr; local 298 struct user *usr; local 416 struct user *usr, *usrs; local [all...] |
| /src/usr.sbin/timed/timed/ |
| timed.c | 713 const char *mach, *usr, *dom; local 760 while (getnetgrent(&mach,&usr,&dom)) {
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_xauth.h | 68 char *usr; member in struct:xauth_state::__anon12::authgeneric
|
| isakmp_xauth.c | 222 outlet = &xst->authdata.generic.usr; 250 if ((xst->authdata.generic.usr != NULL) && 254 char *usr = xst->authdata.generic.usr; local 260 "Got username \"%s\", password \"%s\"\n", usr, pwd); 262 strncpy(iph1->mode_cfg->login, usr, LOGINLEN); 274 res = privsep_xauth_login_system(usr, pwd); 278 res = xauth_login_radius(iph1, usr, pwd); 284 iph1->remote, usr, pwd); 289 res = xauth_login_ldap(iph1, usr, pwd) 373 char *usr = xst->authdata.generic.usr; local 1399 char * usr = NULL; local 1475 vchar_t *usr = NULL; local [all...] |
| /src/sys/arch/arm/imx/ |
| imxuart.c | 1104 uint32_t usr[2]; local 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 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/external/gpl2/xcvs/dist/src/ |
| acl.c | 545 char *usr; local 548 usr = strtok (founduser, "!\t"); 641 char *usr; local 644 usr = strtok (strstr (part_perms, "ALL!"), "!\t"); 657 //free(usr);
|
| /src/usr.sbin/mountd/ |
| mountd.c | 921 const char *hst, *usr, *dom; local 930 netgrp = getnetgrent(&hst, &usr, &dom); 948 } while (netgrp && getnetgrent(&hst, &usr, &dom));
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-s390-low.cc | 221 struct usrregs_info *usr = regs_info->usrregs; local 222 int regaddr = usr->regmap[regno]; 228 if ((regno ^ 1) < usr->num_regs 229 && usr->regmap[regno ^ 1] == regaddr) 268 struct usrregs_info *usr = regs_info->usrregs; local 269 int regaddr = usr->regmap[regno]; 273 if ((regno ^ 1) < usr->num_regs 274 && usr->regmap[regno ^ 1] == regaddr) 326 struct usrregs_info *usr = regs_info->usrregs; local 328 for (i = 0; i < usr->num_regs; i++ [all...] |
| linux-low.cc | 5293 struct usrregs_info *usr = regs_info->usrregs; local 5297 for (regno = 0; regno < usr->num_regs; regno++) 5299 fetch_register (usr, regcache, regno); 5302 fetch_register (usr, regcache, regno); 5312 struct usrregs_info *usr = regs_info->usrregs; local 5316 for (regno = 0; regno < usr->num_regs; regno++) 5318 store_register (usr, regcache, regno); 5321 store_register (usr, regcache, regno);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-s390-low.cc | 221 struct usrregs_info *usr = regs_info->usrregs; local 222 int regaddr = usr->regmap[regno]; 228 if ((regno ^ 1) < usr->num_regs 229 && usr->regmap[regno ^ 1] == regaddr) 268 struct usrregs_info *usr = regs_info->usrregs; local 269 int regaddr = usr->regmap[regno]; 273 if ((regno ^ 1) < usr->num_regs 274 && usr->regmap[regno ^ 1] == regaddr) 326 struct usrregs_info *usr = regs_info->usrregs; local 328 for (i = 0; i < usr->num_regs; i++ [all...] |
| linux-low.cc | 5314 struct usrregs_info *usr = regs_info->usrregs; local 5318 for (regno = 0; regno < usr->num_regs; regno++) 5320 fetch_register (usr, regcache, regno); 5323 fetch_register (usr, regcache, regno); 5333 struct usrregs_info *usr = regs_info->usrregs; local 5337 for (regno = 0; regno < usr->num_regs; regno++) 5339 store_register (usr, regcache, regno); 5342 store_register (usr, regcache, regno);
|