Searched refs:pret (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/server/ |
H A D | ipropd_svc.c | 237 int pret, fret; in iprop_full_resync_1() local 352 pret = pclose(popen(ubuf, "w")); in iprop_full_resync_1() 353 DPRINT(("%s: pclose=%d\n", whoami, pret)); in iprop_full_resync_1() 354 if (pret == -1) { in iprop_full_resync_1() 367 pret = execl("/usr/lib/krb5/kprop", "kprop", "-f", tmpf, in iprop_full_resync_1() 369 if (pret == -1) { in iprop_full_resync_1()
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 1470 int pret = 0; /* need separate flag if -p is specified */ local 1542 if ((pret = chg_mode(target, UID(s1save), GID(s1save), 1544 pret = chg_time(target, s1save); 1545 ret += pret;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 3503 int pret = -1; in event_loop() local 3511 pret = poll(poll_fds, num_pollfds, timeout); in event_loop() 3512 if ((pret == -1) && (errno != EINTR)) { in event_loop() 3530 if ((pret != -1) && isset_pollfd(uds_fd)) { in event_loop() 3551 if (pret == -1) in event_loop()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 468 int lret = 1, pret = 1; in relocate_lmc() local 589 if ((lret == 0) || (pret == 0)) { in relocate_lmc() 609 pret = 0; in relocate_lmc() 632 if (lret && pret) { in relocate_lmc()
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 1512 int *pret = vres; in auth_cb() local 1515 *pret = pc_exists(pcp, auth); in auth_cb() 1517 *pret = pc_match(pcp, auth); in auth_cb() 1519 if (*pret != PERM_DENIED) in auth_cb()
|