Searched refs:GROUPS (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | bash_pre_rc.sh | 66 set -A GROUPS $(id -G) 67 function GROUPS.set 71 function GROUPS.unset 73 unset -f GROUPS.set 74 unset -f GROUPS.unset
|
/titanic_41/usr/src/ucbcmd/groups/ |
H A D | THIRDPARTYLICENSE.descrip | 1 PORTIONS OF GROUPS(1B) COMMAND
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 339 if (GROUPS(lmp) != NULL) { in remove_so() 343 for (APLIST_TRAVERSE(GROUPS(lmp), idx1, ghp)) { in remove_so() 355 free(GROUPS(lmp)); in remove_so() 813 (void) aplist_delete_value(GROUPS(lmp), ghp); in free_hdl() 963 (void) aplist_delete_value(GROUPS(lmp), ghp); in remove_lmc() 1466 (void) aplist_delete_value(GROUPS(lmp), ghp); in remove_hdl()
|
H A D | object.c | 373 GROUPS(nlmp) = GROUPS(olmp); in elf_obj_fini()
|
H A D | analyze.c | 2313 if (GROUPS(clmp) == NULL) in load_finish() 2322 for (APLIST_TRAVERSE(GROUPS(clmp), idx1, ghp)) { in load_finish()
|
H A D | util.c | 3493 ((calp = GROUPS(clmp)) == NULL) || ((dalp = GROUPS(dlmp)) == NULL)) in callable()
|
H A D | dlfcns.c | 157 if (aplist_append(&GROUPS(lmp), ghp, AL_CNT_GROUPS) == NULL) in hdl_add()
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 162 @ MSG_LFL_GROUPSEXIST "LOCAL-GROUPS-EXIST" 468 @ MSG_RTMAP_LINE7 " GROUPS: 0x%0?p\t HANDLES: 0x%0?p\n" 637 @ MSG_GROUPS_DCD "Display Rt_map GROUPS group handles" 639 @ MSG_GROUPS_LINE1 "GROUPS for %s\n" 643 Display the list of GROUPS() that the Rt_map, specified by addr, is a \ 644 member\nof. A GROUPS() entry consists of an APlist of Grp_hdl entries. \
|
H A D | rtld.c | 466 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE7), GROUPS(&rtmap), HANDLES(&rtmap)); in dcmd_rtmap() 1273 if (GROUPS(&rtmap) == 0) in dcmd_Groups() 1276 addr = (uintptr_t)GROUPS(&rtmap); in dcmd_Groups()
|
/titanic_41/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 69 export GROUPS="/usr/bin/groups"
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 949 #define GROUPS(X) ((X)->rt_groups) macro
|