Searched defs:users (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/lp/include/
H A Dusers.h60 short deflt_limit; /* priority limit for users not
62 char **users[PRI_MAX - PRI_MIN + 1]; member in struct:user_priority
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c41 #include "users.h"
60 char *userlist = 0, *user, **users, *p; local
78 (void) printf(gettext("(assign priority limit to users)\n"));
82 "(assign default priority limit for balance of users)\n"));
85 (void) printf(gettext("(put users back to default priority limit)\n"));
170 users = getlist(userlist, " \t", ",");
171 if (users)
172 while (user = *users++) {
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetprojent.c76 ns_ldap_attr_t *users, *groups; local
114 users = __ns_ldap_getAttrStruct(result->entry, _PROJ_USERS);
115 if (!(users == NULL || users->attrvalue == NULL)) {
117 for (i = 0; i < users->value_count; i++) {
118 if (users->attrvalue[i] == NULL) {
124 users->attrvalue[i]);
128 users->attrvalue[i]);
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_client.c136 directory_entry_rpc *users; local
175 users = dr.directory_results_rpc_u.entries.entries_val;
180 de = copy_directory_entry(&del[i], &users[i]);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DValid.java69 System.out.println(users(users_arr));
316 public static boolean users(String[] u) method in class:Valid
318 Debug.message("SVR: Valid.users()");
319 Debug.message("SVR: users = " + PrinterDebug.arr_to_str(u));
350 Debug.message("SVR: Valid.users()");
351 Debug.message("SVR: users = " + u);
/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c382 char *users, *groups; local
436 if ((users = gettok(&next, ':')) == NULL) {
438 * users field should not be last field
463 p = gettok(&users, ',');
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h169 client_t *users; /* linked list of users */ member in struct:rsrc_node
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drusers.c65 utmp_array users; member in struct:entry
73 static int uflag; /* users: sort by number of users */
337 iconvert = &entry[curentry].users;
461 entry[curentry].users.utmp_array_len = cnt;
462 entry[curentry].users.utmp_array_val = malloc(cnt *
466 entry[curentry].users.utmp_array_val[i].ut_user =
468 entry[curentry].users.utmp_array_val[i].ut_line =
470 entry[curentry].users.utmp_array_val[i].ut_host =
472 entry[curentry].users
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h79 ufs_ic_acl_t *users; /* list of users */ member in struct:ic_acl
107 #define ausers s_a.users
114 #define dusers s_d.users
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c59 char *users; member in union:hash_data_s::__anon3185
199 char *p = strdup(data->u.users);
210 data->path, data->node, data->u.users, user);
275 * CFG_USER_LAST: User successfuly removed; no other users registered
366 char *p = strdup(data->u.users);
387 /* old user skipped; add in remaining users */
472 * of users of that volume).
519 * of users of that volume).
589 char **entry, *path, *cnode, *users; local
625 if (!(users
921 make_dsvol_data(char *path, char *cnode, char *users, int set) argument
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c787 static char **users = NULL; variable
812 if ((users != NULL) && (match_user(user, users) < 0))
1356 users = strsplit(optarg, ", \n");
1359 if (users != NULL) {
1360 free(users);
1361 users = NULL;
1426 users = strsplit(pw->pw_name, "");
1429 if (users != NULL) {
1430 free(users);
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2059 STRVAL(users[i]),
2066 irp_marshall_ng_next(hosts[i], users[i],
2074 if (irp_marshall_ng_next(hosts[i], users[i],
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c152 static uidtbl_t euid_tbl = {0, 0, NULL}; /* selected effective users */
153 static uidtbl_t ruid_tbl = {0, 0, NULL}; /* selected real users */
161 static list_t users; /* list of users */ variable
253 * Gather rss for all users in all zones. Treat the same
1095 list_update(&users, lwp);
1361 list_clear(&users);
1565 list_alloc(&users, opts.o_nbottom);
1571 list_setkeyfunc(NULL, &opts, &users, LT_USERS);
1614 list_free(&users);
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1203 * Log a message to the appropriate log files, users, etc. based on
1983 * world, or a list of approved users.
3081 char users[1024]; local
3182 (void) strcpy(users,
3185 (void) strcat(users, ",");
3186 (void) strcat(users,
3190 (void) fprintf(out, "%-24s", users);

Completed in 76 milliseconds