Home
last modified time | relevance | path

Searched refs:err_strs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2922 if (err_strs[ERR_WARNING_NF] == NULL) in veprintf()
2923 err_strs[ERR_WARNING_NF] = in veprintf()
2927 if (err_strs[ERR_WARNING] == NULL) in veprintf()
2928 err_strs[ERR_WARNING] = in veprintf()
2932 if (err_strs[ERR_GUIDANCE] == NULL) in veprintf()
2933 err_strs[ERR_GUIDANCE] = in veprintf()
2937 if (err_strs[ERR_ELF] == NULL) in veprintf()
2938 err_strs[ERR_ELF] = MSG_INTL(MSG_ERR_ELF); in veprintf()
2943 if (err_strs[ERR_FATAL] == NULL) in veprintf()
2950 rtldname, procname, err_strs[error]) == 0) in veprintf()
[all …]
H A Dexternal.c292 bzero(err_strs, sizeof (err_strs)); in get_lcinterface()
H A Dglobals.c208 const char *err_strs[ERR_NUM] = { NULL }; variable
H A D_rtld.h625 extern const char *err_strs[ERR_NUM];