Lines Matching refs:rep
415 xGetClientAttributesReply rep;
427 status = _XReply (dpy, (xReply *)&rep, 0, xTrue);
431 if (rep.trustflag == (BYTE)1)
435 clientattr->uid = (uid_t) rep.uid;
436 clientattr->gid = (gid_t) rep.gid;
437 clientattr->pid = (pid_t) rep.pid;
438 clientattr->auditid = (au_id_t) rep.auditid;
439 clientattr->sessionid = (u_long) rep.sessionid;
440 clientattr->iaddr = (u_long) rep.iaddr;
455 xGetClientLabelReply rep;
468 status = _XReply (dpy, (xReply *)&rep, 0, xFalse);
469 if (status && (rep.length > 0))
471 if (rep.blabel_bytes == blabel_size())
473 _XRead (dpy, (char *) sl, rep.blabel_bytes);
477 _XEatDataWords(dpy, rep.length);
495 xGetPropAttributesReply rep;
509 status = _XReply (dpy, (xReply *)&rep, 0, xFalse);
513 propattrp->uid = rep.uid;
515 if (rep.sllength == blabel_size())
517 _XRead (dpy, (char *) (propattrp->sl), rep.sllength);
519 else if (rep.length > 0)
521 _XEatDataWords(dpy, rep.length);
539 xGetPropAttributesReply rep;
553 status = _XReply (dpy, (xReply *)&rep, 0, xFalse);
554 if (status && (rep.length > 0))
558 if (rep.sllength == blabel_size())
560 _XRead (dpy, (char *) sl, rep.sllength);
564 _XEatDataWords(dpy, rep.length);
582 xGetPropAttributesReply rep;
596 status = _XReply (dpy, (xReply *)&rep, 0, xTrue);
600 *uidp = rep.uid;
616 xGetResAttributesReply rep;
630 status = _XReply (dpy, (xReply *)&rep, 0, xFalse);
634 resattrp->uid = rep.uid;
635 resattrp->ouid = rep.owneruid;
637 if (rep.sllength == blabel_size())
639 _XRead (dpy, (char *) (resattrp->sl), rep.sllength);
641 else if (rep.length > 0)
643 _XEatDataWords(dpy, rep.length);
663 xGetResAttributesReply rep;
677 status = _XReply (dpy, (xReply *)&rep, 0, xFalse);
678 if (status && (rep.length > 0))
680 if (rep.sllength == blabel_size())
682 _XRead (dpy, (char *) sl, rep.sllength);
686 _XEatDataWords(dpy, rep.length);
704 xGetResAttributesReply rep;
718 status = _XReply (dpy, (xReply *)&rep, 0, xTrue);
722 *uidp = rep.uid;
736 xGetResAttributesReply rep;
750 status = _XReply (dpy, (xReply *)&rep, 0, xTrue);
754 *newHeight = rep.uid;
769 xGetResAttributesReply rep;
781 status = _XReply (dpy, (xReply *)&rep, 0, xTrue);
785 *uidp = rep.owneruid;