Lines Matching defs:xattrp
329 * xattrp is a pointer to the xattr_buf structure
338 static struct xattr_buf *xattrp;
1636 if (xattrp && dblock.dbuf.typeflag == _XATTR_HDRTYPE) {
1639 xattrp = NULL;
1648 xattrp->h_typeflag == '5') {
1653 dblock.dbuf.typeflag = xattrp->h_typeflag;
3000 if (xattrp != NULL) {
3002 xattrp = NULL;
3039 if (xattrp != NULL) {
3060 xattrp = NULL;
3088 if (xattrp && dblock.dbuf.typeflag == '1') {
3090 xattrp->h_names);
3143 if ((xattrp != NULL) && Hiddendir == 1) {
3377 if (xattrp && xattr_linkp) {
3417 if (xattrp != NULL) {
3419 xattrp = NULL;
3462 if (xattrp != NULL) {
3464 xattrp = NULL;
3478 if (xattrp != NULL) {
3491 (xattrp == NULL) ? "" : (rw_sysattr ?
3494 (xattrp == NULL) ? "" : xattrapath,
3495 (xattrp == NULL) ? "" : gettext(" of "),
3496 (xattrp == NULL) ? comp : namep);
3502 if (xattrp != NULL) {
3505 xattrp = NULL;
3528 (xattrp == NULL) ? "" : (rw_sysattr ?
3531 (xattrp == NULL) ? "" : xattrapath,
3532 (xattrp == NULL) ? "" : gettext(" of "),
3533 (xattrp == NULL) ? comp : namep);
3545 (xattrp == NULL) ? "" : dirp,
3546 (xattrp == NULL) ? "" : (rw_sysattr ?
3549 (xattrp == NULL) ? namep : xattrapath, bytes,
3561 if (xattrp != NULL) {
3563 xattrp = NULL;
3577 if (xattrp != NULL) {
3602 if (xattrp != NULL)
3619 if (xattrp != NULL) {
3635 (xattrp == NULL) ? "" :
3639 (xattrp == NULL) ? "" :
3660 (xattrp == NULL) ? "" : (rw_sysattr ?
3663 (xattrp == NULL) ? "" : xattrapath,
3664 (xattrp == NULL) ? "" :
3673 (xattrp == NULL) ? "" : (rw_sysattr ?
3676 (xattrp == NULL) ? "" : xattrapath,
3677 (xattrp == NULL) ? "" :
3684 if (xattrp != NULL) {
3686 xattrp = NULL;
3839 if (xattrp != NULL) {
3841 xattrp = NULL;
4196 if (xattrp != NULL) {
4214 xattrp->h_names,
4238 if (xattrp != NULL) {
4240 "file %.*s", NAMSIZ, xattrp->h_names);
4259 if (xattrp != NULL) {
4285 if (xattrp != NULL) {
4287 xattrp = NULL;
4740 if (xattrp) {
5769 if (xattrp != NULL) {
5965 if (xattrp)
6069 if (xattrp)
6177 if (xattrp == NULL) {
6193 (void) strcpy(fullname, xattrp->h_names);
6195 (void) strcpy(component, basename(xattrp->h_names +
6196 strlen(xattrp->h_names) + 1));
8268 xattrp = (struct xattr_buf *)(((char *)xattrhead) +
8270 (void) sscanf(xattrp->h_namesz, "%7d", &namelen);
8273 ((int)xattrp + (int)comp_len);
8287 parentfilelen = strlen(xattrp->h_names);
8288 xattrapath = xattrp->h_names + parentfilelen + 1;