Lines Matching defs:rc
84 int rc;110 rc = system(cmd);113 if (rc >= 256) {114 rc = rc/256;116 return rc;123 int rc;152 rc = pclose(p);575 int rc, i;599 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &children, &ui);601 if (!rc || children == NULL || ui == 0) {