Home
last modified time | relevance | path

Searched refs:pret (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-typecheck.c13 enum good pret(void);
14 enum bad pret(void);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c237 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()
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c1479 int pret = 0; /* need separate flag if -p is specified */ local
1551 if ((pret = chg_mode(target, UID(s1save), GID(s1save),
1553 pret = chg_time(target, s1save);
1554 ret += pret;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c3503 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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c467 int lret = 1, pret = 1; in relocate_lmc() local
588 if ((lret == 0) || (pret == 0)) { in relocate_lmc()
608 pret = 0; in relocate_lmc()
631 if (lret && pret) { in relocate_lmc()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1502 int *pret = vres; in auth_cb() local
1505 *pret = pc_exists(pcp, auth); in auth_cb()
1507 *pret = pc_match(pcp, auth); in auth_cb()
1509 if (*pret != PERM_DENIED) in auth_cb()