| /src/games/hack/ |
| hack.u_init.c | 83 static const char *(roles[]) = { /* must all have distinct first letter */ variable 84 /* roles[4] may be changed to -woman */ 88 #define NR_OF_ROLES SIZE(roles) 171 roles[4] = "Cave-woman"; 173 rolesyms[i] = roles[i][0]; 198 printf(" a %s", roles[i]); 233 roles[i]); 245 roles[i][0] = pc; 251 (void) strncpy(pl_character, roles[i], PL_CSIZ - 1);
|
| /src/external/mpl/bind/dist/doc/arm/_ext/ |
| iscconf.py | 31 from sphinx.roles import XRefRole 284 roles = {"ref": XRefRole(warn_dangling=True)} variable in class:domain_factory.ISCConfDomain
|
| /src/external/mpl/bind/dist/doc/arm/ |
| conf.py | 22 from docutils.parsers.rst import roles namespace 30 class ReferenceRole(roles.GenericRole): 125 roles.register_local_role("cve", CVERefRole(KNOWLEDGEBASE_BASE_URL)) 126 roles.register_local_role("gl", GitLabRefRole(GITLAB_BASE_URL))
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbac.c | 72 { "rbac-default-roles-base-dn", "rolesDN", 2, 2, 0, 76 "DESC 'default base DN for RBAC roles ' " 451 * load these roles into a response with a sequence nested within a 458 * add all three ber_bvarray_add_x( &roles, &tmpbv, NULL ); 459 * close it ber_printf( ber, "t{W}", LDAP_TAG_EXOP_RBAC_ROLES, roles ); 464 * loading these roles into the response within a sequence: (Yes, we are doing this here.) 469 * add all three ber_bvarray_add_x( &roles, &tmpbv, NULL ); 470 * close it ber_printf( ber, "tW", LDAP_TAG_EXOP_RBAC_ROLES, roles ); 475 BerVarray roles = NULL; local 476 if ( sessp->roles ) { 609 BerVarray roles = NULL; local [all...] |
| rbac.h | 116 BerVarray roles; member in struct:rbac_request 173 BerVarray roles; member in struct:rbac_user 183 private List<UserRole> roles; 288 BerVarray roles; member in struct:rbac_session 292 /* RBAC roles */ 315 BerVarray roles; member in struct:rbac_permission
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 76 static const char *roles[4] = { variable 312 ifc->role = lp->roles; 1280 (lp->roles & (SVC3_TGT_ROLE >> SVC3_ROLE_SHIFT))) { 1304 roles[lp->roles], "arrived at", tgt, 1313 roles[lp->roles], "arrived", 1337 roles[lp->roles], 1346 lp->roles = lp->new_roles [all...] |
| isp_library.c | 457 const char *roles[4] = { local 471 chan, i, lp->handle, dbs[lp->state], lp->autologin, mb, roles[lp->roles], lp->portid, roles[lp->new_roles], lp->new_portid, 527 * Change Roles
|
| ispvar.h | 448 roles : 2, member in struct:__anon4
|