Searched refs:errbuf (Results 1 – 2 of 2) sorted by relevance
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/ |
D | strsuftoll.c | 120 char errbuf[100]; in __weak_alias() local 122 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); in __weak_alias() 123 if (*errbuf != '\0') in __weak_alias() 124 errx(EXIT_FAILURE, "%s", errbuf); in __weak_alias()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 330 static bool compile_regex(key_map *km, const char **errbuf, int *erroff) { in compile_regex() argument 344 km->regex.compiled = pcre_compile(anchored, PCRE_DOTALL, errbuf, erroff, in compile_regex() 350 km->regex.extra = pcre_study(km->regex.compiled, 0, errbuf); in compile_regex() 427 const char *errbuf; in key_map_validate() local 441 rc = compile_regex(m, &errbuf, &erroff); in key_map_validate() 444 lineno, value, errbuf, erroff); in key_map_validate()
|