Searched refs:aclbuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gen/
H A Dfilesec.c193 void *aclbuf; local
256 if ((aclbuf = malloc(aclsize)) == NULL) {
260 copysize = acl_copy_ext_native(aclbuf, acl, aclsize);
262 free(aclbuf);
267 fsec->fs_aclbuf = aclbuf;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Daclparse.c61 static struct berval aclbuf; variable in typeref:struct:berval
2457 if ( !BER_BVISNULL( &aclbuf ) ) {
2458 ch_free( aclbuf.bv_val );
2459 BER_BVZERO( &aclbuf );
2568 #define acl_safe_strcopy( ptr, s ) safe_strcopy( (ptr), (s), &aclbuf )
2569 #define acl_safe_strncopy( ptr, s, n ) safe_strncopy( (ptr), (s), (n), &aclbuf )
2570 #define acl_safe_strbvcopy( ptr, bv ) safe_strbvcopy( (ptr), (bv), &aclbuf )
2780 if ( BER_BVISNULL( &aclbuf ) ) {
2781 aclbuf.bv_val = ch_malloc( ACLBUF_CHUNKSIZE );
2782 aclbuf
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysdep.c4041 unsigned int *aclptr, *aclend, aclbuf[60];
4074 xab.xab$l_aclbuf = aclbuf;
4075 xab.xab$w_aclsiz = sizeof (aclbuf);
4087 aclptr = aclbuf;
4088 aclend = &aclbuf[xab.xab$w_acllen / 4];
4403 char aclbuf[256]; /* Choice of size is arbitrary. See below. */
4413 xabpro.xab$l_aclbuf = aclbuf;
4414 xabpro.xab$w_aclsiz = sizeof aclbuf;
4422 if (xabpro.xab$w_acllen > sizeof aclbuf)
4012 unsigned int *aclptr, *aclend, aclbuf[60]; local
4374 char aclbuf[256]; /* Choice of size is arbitrary. See below. */ local

Completed in 131 milliseconds