Searched refs:ret_msg (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/gssd-64/
H A Dgssd_util.c414 char *ret_msg = NULL; local
433 asprintf(&ret_msg, "%s status %d", oidstr, code);
435 return (ret_msg);
455 asprintf(&ret_msg, "%s: %s <%d>", oidstr, tmp_msg, code);
457 asprintf(&ret_msg, "%s: %s", oidstr, tmp_msg);
460 asprintf(&ret_msg, "%s status: %s <%d>", oidstr, tmp_msg, code);
462 asprintf(&ret_msg, "%s status: %s", oidstr, tmp_msg);
467 return (ret_msg);
/macosx-10.10/vim-55/src/
H A Dspell.c4197 char_u *ret_msg = NULL; local
4289 ret_msg = (char_u *)"E797: SpellFileMissing autocommand deleted buffer";
4332 ret_msg = e_outofmem;
4478 return ret_msg;

Completed in 199 milliseconds