Home
last modified time | relevance | path

Searched refs:cret (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c1227 int cret; in main() local
1944 cret = regcomp(&preg, re, flags); in main()
1952 if (!cret && (test & TEST_SUB)) in main()
1968 cret = REG_EFLAGS; in main()
1989 if (!cret) in main()
2012 if (!cret) in main()
2067 if (cret==codes[i].code) in main()
2075 error(&preg, cret); in main()
2085 if (cret==codes[i].code) in main()
2098 else if (cret != codes[expected].code && cret != REG_BADPAT) in main()
[all …]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c322 #define cret callp->param.aret.rvals.color_ret macro
354 (strlen(cret.color) >= size)) { in bltocolor_r()
362 colorp = strcpy(color_name, cret.color); in bltocolor_r()
370 #undef cret
/illumos-gate/usr/src/common/tsol/
H A Dltos.c258 #define cret callp->param.aret.rvals.color_ret in label_to_str() macro
270 *s = strdup(cret.color); in label_to_str()
285 #undef cret in label_to_str()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c345 int cret; in _store_rep_vals() local
385 if ((cret = scf_transaction_commit(trans)) < 0) { in _store_rep_vals()
388 } else if (cret == 0) { in _store_rep_vals()
397 } while (cret == 0); in _store_rep_vals()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c1306 krb5_error_code cret, sret; local
1307 cret = krb5_unparse_name(context, (krb5_principal) client_name,
1314 cret == 0 ? c_name : "unknown",