Lines Matching defs:xattrp

329  * xattrp is a pointer to the xattr_buf structure
338 static struct xattr_buf *xattrp;
1635 if (xattrp && dblock.dbuf.typeflag == _XATTR_HDRTYPE) {
1638 xattrp = NULL;
1647 xattrp->h_typeflag == '5') {
1652 dblock.dbuf.typeflag = xattrp->h_typeflag;
2999 if (xattrp != NULL) {
3001 xattrp = NULL;
3038 if (xattrp != NULL) {
3059 xattrp = NULL;
3087 if (xattrp && dblock.dbuf.typeflag == '1') {
3089 xattrp->h_names);
3142 if ((xattrp != NULL) && Hiddendir == 1) {
3376 if (xattrp && xattr_linkp) {
3416 if (xattrp != NULL) {
3418 xattrp = NULL;
3461 if (xattrp != NULL) {
3463 xattrp = NULL;
3477 if (xattrp != NULL) {
3490 (xattrp == NULL) ? "" : (rw_sysattr ?
3493 (xattrp == NULL) ? "" : xattrapath,
3494 (xattrp == NULL) ? "" : gettext(" of "),
3495 (xattrp == NULL) ? comp : namep);
3501 if (xattrp != NULL) {
3504 xattrp = NULL;
3527 (xattrp == NULL) ? "" : (rw_sysattr ?
3530 (xattrp == NULL) ? "" : xattrapath,
3531 (xattrp == NULL) ? "" : gettext(" of "),
3532 (xattrp == NULL) ? comp : namep);
3544 (xattrp == NULL) ? "" : dirp,
3545 (xattrp == NULL) ? "" : (rw_sysattr ?
3548 (xattrp == NULL) ? namep : xattrapath, bytes,
3560 if (xattrp != NULL) {
3562 xattrp = NULL;
3576 if (xattrp != NULL) {
3601 if (xattrp != NULL)
3618 if (xattrp != NULL) {
3634 (xattrp == NULL) ? "" :
3638 (xattrp == NULL) ? "" :
3659 (xattrp == NULL) ? "" : (rw_sysattr ?
3662 (xattrp == NULL) ? "" : xattrapath,
3663 (xattrp == NULL) ? "" :
3672 (xattrp == NULL) ? "" : (rw_sysattr ?
3675 (xattrp == NULL) ? "" : xattrapath,
3676 (xattrp == NULL) ? "" :
3683 if (xattrp != NULL) {
3685 xattrp = NULL;
3838 if (xattrp != NULL) {
3840 xattrp = NULL;
4195 if (xattrp != NULL) {
4213 xattrp->h_names,
4237 if (xattrp != NULL) {
4239 "file %.*s", NAMSIZ, xattrp->h_names);
4258 if (xattrp != NULL) {
4284 if (xattrp != NULL) {
4286 xattrp = NULL;
4739 if (xattrp) {
5768 if (xattrp != NULL) {
5964 if (xattrp)
6067 if (xattrp)
6175 if (xattrp == NULL) {
6191 (void) strcpy(fullname, xattrp->h_names);
6193 (void) strcpy(component, basename(xattrp->h_names +
6194 strlen(xattrp->h_names) + 1));
8267 xattrp = (struct xattr_buf *)(((char *)xattrhead) +
8269 (void) sscanf(xattrp->h_namesz, "%7d", &namelen);
8272 ((int)xattrp + (int)comp_len);
8286 parentfilelen = strlen(xattrp->h_names);
8287 xattrapath = xattrp->h_names + parentfilelen + 1;