Lines Matching defs:rc
683 int rc;
690 rc = switch_user_env(uid, gid, name, home, 0);
691 if (! rc) {
748 int rc = switch_user_env(uid, gid, name, home, fb_mode);
749 if (rc) {
752 return rc;
899 int rc;
909 rc = run_user_command(filename, latest_client, "read_passwds",
911 if (rc != 0) {
1132 int j, i, n, rc;
1158 rc = run_user_command(cmd, cl, "custom_passwd", input, n+2*len, NULL);
1160 if (rc == 0) {
1766 int rc;
1771 pidw = waitpid(pid, &rc, WNOHANG);
1774 pidw = waitpid(pid, &rc, WNOHANG);
2683 int rc;
2731 rc = pclose(p);
2733 if (rc != 0) {
2737 if (create_cmd && rc != 0) {