Searched refs:verr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Derr.c43 verr(eval, fmt, ap);
H A Dverr.c40 verr(int eval, const char *fmt, va_list ap) function
H A Derr.hin60 verr(int eval, const char *fmt, va_list ap)
H A DNTMakefile108 $(OBJ)\verr.obj \
/macosx-10.9.5/Libc-997.90.3/include/
H A Derr.h74 void verr(int, const char *, __darwin_va_list) __dead2 __printflike(2, 0);
/macosx-10.9.5/pam_modules-138/modules/pam_launchd/
H A Dpam_launchd.c146 vproc_err_t verr = NULL; local
147 if (NULL != (verr = _vprocmgr_switch_to_session(session_type, 0))) {
148 openpam_log(PAM_LOG_ERROR, "Unable to switch to %u's %s session (0x%p).", uid, session_type, verr);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Derr.c68 extern void verr(int code, const char* fmt, va_list ap) function
/macosx-10.9.5/ntp-88/ntpd/
H A Djupiter.h106 u_short verr[2]; member in struct:jgpos
179 u_short verr[2]; /* minimum expected vertical error */ member in struct:juser
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_vars.c596 const char *verr; local
603 verr = sslconn->verify_error;
608 if (vrc == X509_V_OK && verr == NULL && xs == NULL)
611 else if (vrc == X509_V_OK && verr == NULL && vinfo == NULL && xs != NULL)
619 result = apr_psprintf(p, "FAILED:%s", verr);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Derr.c188 verr(eval, fmt, ap) function
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlibvproc.c885 vproc_err_t verr = vproc_swap_complex(vp, key, instr_data, &outstr_data); local
886 if (!verr && outstr) {
890 verr = (vproc_err_t)vproc_swap_string;
898 return verr;
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c672 vproc_err_t verr = vproc_swap_integer(vp, VPROC_GSK_WAITFORDEBUGGER, &inval, NULL); local
673 if (verr) {
2606 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_WEIRD_BOOTSTRAP, &junk, NULL); local
2607 if (!verr) {
2696 vproc_err_t verr = vproc_swap_string(NULL, VPROC_GSK_JOB_OVERRIDES_DB, NULL, &_launchctl_job_overrides_db_path); local
2697 if (verr) {
3791 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_MGR_PID, NULL, (int64_t *)&manager_pid); local
3792 if (verr) {
3805 vproc_err_t verr = vproc_swap_integer(NULL, VPROC_GSK_MGR_UID, NULL, (int64_t *)&manager_uid); local
3806 if (verr) {
3819 vproc_err_t verr = vproc_swap_string(NULL, VPROC_GSK_MGR_NAME, NULL, &manager_name); local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dfasm.vim93 syn keyword fasmInstr verr verw wait wbinvd wrmsr xadd xchg xlat xlatb xor xorpd

Completed in 215 milliseconds