/titanic_44/usr/src/cmd/lp/lib/users/ |
H A D | loadpri.c | 90 memset ((char *)pri_tbl.users, 0, sizeof(pri_tbl.users)); in ld_priority_file() 99 memset ((char *)pri_tbl.users, 0, sizeof(pri_tbl.users)); in ld_priority_file() 178 addlist (&(ppri_tbl->users[limit - PRI_MIN]), user); in add_user() 248 if (searchlist(user, ppri_tbl->users[limit - PRI_MIN])) in del_user() 250 dellist (&(ppri_tbl->users[limit - PRI_MIN]), user); in del_user()
|
H A D | storepri.c | 55 if (ppri_tbl->users[limit - PRI_MIN]) in print_tbl() 58 fdprintlist(1, ppri_tbl->users[limit - PRI_MIN]); in print_tbl() 76 if (ppri_tbl->users[limit - PRI_MIN]) in output_tbl() 79 fdprintlist(fd, ppri_tbl->users[limit - PRI_MIN]); in output_tbl()
|
H A D | usermgmt.c | 87 if (bang_searchlist(user, ppri_tbl->users[limit - PRI_MIN])) in getuser() 142 freelist (ppri_tbl->users[limit - PRI_MIN]); in trashusers()
|
H A D | llib-llpusr | 56 short deflt_limit; /* priority limit for users not 58 char **users[PRI_MAX - PRI_MIN + 1];
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/ |
H A D | zfs_acl_chmod_rwx_003_pos.ksh | 46 set -A users \ 119 log_must set_cur_usr ${users[i]} 122 test_chmod_basic_access $testfile ${users[((i+1))]} ${users[((i+2))]} 124 test_chmod_basic_access $testdir ${users[((i+1))]} ${users[((i+2))]}
|
H A D | zfs_acl_chmod_xattr_002_pos.ksh | 58 set -A users \ 213 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]} 219 test_chmod_basic_access $target ${users[i]} \ 223 test_chmod_basic_access $target ${users[i]} \
|
H A D | zfs_acl_chmod_xattr_001_pos.ksh | 60 set -A users \ 218 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]}
|
H A D | zfs_acl_chmod_delete_001_pos.ksh | 82 set -A users \ 282 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]}
|
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | getprojent.c | 76 ns_ldap_attr_t *users, *groups; in _nss_ldap_proj2str() local 114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS); in _nss_ldap_proj2str() 115 if (!(users == NULL || users->attrvalue == NULL)) { in _nss_ldap_proj2str() 117 for (i = 0; i < users->value_count; i++) { in _nss_ldap_proj2str() 118 if (users->attrvalue[i] == NULL) { in _nss_ldap_proj2str() 124 users->attrvalue[i]); in _nss_ldap_proj2str() 128 users->attrvalue[i]); in _nss_ldap_proj2str()
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rusers.c | 65 utmp_array users; member 337 iconvert = &entry[curentry].users; in print_info() 461 entry[curentry].users.utmp_array_len = cnt; in print_info_3() 462 entry[curentry].users.utmp_array_val = malloc(cnt * in print_info_3() 466 entry[curentry].users.utmp_array_val[i].ut_user = in print_info_3() 468 entry[curentry].users.utmp_array_val[i].ut_line = in print_info_3() 470 entry[curentry].users.utmp_array_val[i].ut_host = in print_info_3() 472 entry[curentry].users.utmp_array_val[i].ut_time = in print_info_3() 474 entry[curentry].users.utmp_array_val[i].ut_idle = in print_info_3() 505 entry[i].users.utmp_array_val[j].ut_user); in printnames() [all …]
|
/titanic_44/usr/src/cmd/lp/cmd/ |
H A D | lpusers.c | 60 char *userlist = 0, *user, **users, *p; in main() local 170 users = getlist(userlist, " \t", ","); in main() 171 if (users) in main() 172 while (user = *users++) { in main()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 157 my ($projname, $projid, $comment, $users, $groups, $attributes); 279 my ($projname, $projid, $comment, $users, $groups, $attributes); 285 ($projname, $projid, $comment, $users, $groups, $attributes) = 295 ($projname, $projid, $comment, $users, $groups, $attributes) = 320 if (defined($users)) { 321 $projent->{'users'} = $users; 322 ($ret, $ref) = projent_parse_users($users, $flags); 424 my ($users, $flags) = @_; 435 @userlist = split(/$pattern/, $users); 1245 my ($users, $flags) = @_; [all …]
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg_vols.c | 59 char *users; member 199 char *p = strdup(data->u.users); in cfg_add_user() 210 data->path, data->node, data->u.users, user); in cfg_add_user() 366 char *p = strdup(data->u.users); in cfg_rem_user() 589 char **entry, *path, *cnode, *users; in cfg_load_dsvols() local 625 if (!(users = strtok(0, " "))) { in cfg_load_dsvols() 630 data = make_dsvol_data(path, cnode, users, set - offset); in cfg_load_dsvols() 921 make_dsvol_data(char *path, char *cnode, char *users, int set) in make_dsvol_data() argument 930 data->u.users = strdup(users); in make_dsvol_data() 943 free(p->u.users); in delete_dsvol_data()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 79 ufs_ic_acl_t *users; /* list of users */ member 107 #define ausers s_a.users 114 #define dusers s_d.users
|
/titanic_44/usr/src/cmd/sendmail/lib/ |
H A D | Makefile | 31 SRCS= aliases helpfile local-host-names trusted-users 38 $(ROOTETCMAIL)/trusted-users
|
/titanic_44/usr/src/cmd/sendmail/cf/feature/ |
H A D | use_ct_file.m4 | 20 # if defined, the sendmail.cf will read the /etc/mail/trusted-users file to 21 # find the names of trusted users. There should only be a few of these.
|
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpstat.c | 787 static char **users = NULL; variable 812 if ((users != NULL) && (match_user(user, users) < 0)) in report_job() 1356 users = strsplit(optarg, ", \n"); in main() 1359 if (users != NULL) { in main() 1360 free(users); in main() 1361 users = NULL; in main() 1426 users = strsplit(pw->pw_name, ""); in main() 1429 if (users != NULL) { in main() 1430 free(users); in main() 1431 users = NULL; in main()
|
/titanic_44/usr/src/lib/libidmap/common/ |
H A D | directory_client.c | 136 directory_entry_rpc *users; in directory_get_v() local 175 users = dr.directory_results_rpc_u.entries.entries_val; in directory_get_v() 180 de = copy_directory_entry(&del[i], &users[i]); in directory_get_v()
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | prof_attr.txt | 78 Rights Delegation:::Delegate ability to assign rights to users and roles:auths=solaris.role.delegat… 86 User Management:::Manage users, groups, home directory:auths=solaris.profmgr.read;help=RtUserMngmnt… 115 System Power:::For authorized users to manage system power:auths=solaris.system.power.*;help=RtSysP… 116 Suspend:::For authorized users to Suspend system:auths=solaris.system.power.suspend.*;help=RtSysPow… 117 Suspend To Disk:::For authorized users to Suspend to Disk:auths=solaris.system.power.suspend.disk;h… 118 Suspend To RAM:::For authorized users to Suspend to RAM:auths=solaris.system.power.suspend.ram;help… 119 Brightness:::For authorized users to Control LCD Brightness:auths=solaris.system.power.brightness;h… 120 CPU Power Management:::For authorized users to manage CPU Power:auths=solaris.system.power.cpu;help… 121 acctadm:::Do not assign to users. Commands required for Extended Accounting Management profiles:hel…
|
/titanic_44/usr/src/ucbcmd/users/ |
H A D | Makefile | 28 PROG= users
|
/titanic_44/usr/src/cmd/lp/ |
H A D | Makefile.lp | 73 LIBUSR = $(LPLIB)/users/liblpusr.a 85 LINTUSR = $(LPLIB)/users/llib-llpusr.ln
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | users.h | 62 char **users[PRI_MAX - PRI_MIN + 1]; member
|
/titanic_44/usr/src/cmd/Adm/sun/ |
H A D | ftpusers | 2 # List of users denied access to the FTP server, see ftpusers(4).
|
/titanic_44/usr/src/cmd/users/ |
H A D | Makefile | 27 OBJS= users.o
|
/titanic_44/usr/src/cmd/avs/dscfg/etc/ |
H A D | dscfg_format | 71 % volume [device-group] users 72 dsvol.path.cnode.users
|