OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_mask
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
isakmp_xauth.h
174
vchar_t *
attr_mask
;
member in struct:xauth_ldap_config
isakmp_xauth.c
796
xauth_ldap_config.
attr_mask
= NULL;
823
xauth_ldap_config.
attr_mask
= vmalloc(tmplen);
824
if (xauth_ldap_config.
attr_mask
== NULL)
826
memcpy(xauth_ldap_config.
attr_mask
->v, LDAP_DFLT_MASK, tmplen);
994
tmplen = strlen(xauth_ldap_config.
attr_mask
->v) + 1;
1002
strcpy(atlist[1],xauth_ldap_config.
attr_mask
->v);
1074
bv = ldap_get_values_len(ld, le, xauth_ldap_config.
attr_mask
->v);
cfparse.y
926
if (xauth_ldap_config.
attr_mask
!= NULL)
927
vfree(xauth_ldap_config.
attr_mask
);
929
xauth_ldap_config.
attr_mask
= vdup($2);
/src/lib/libcurses/
refresh.c
1156
attr_t
attr_mask
; /* attributes mask */
local
1173
attr_mask
= WA_ATTRIBUTES;
1175
attr_mask
= A_ATTRIBUTES;
1177
battr = win->battr &
attr_mask
;
1267
((cp->attr &
attr_mask
) == battr)) {
Completed in 37 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026