Searched refs:errcode (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regerror.c | 79 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror() argument 83 int target = errcode &~ REG_ITOA; in regerror() 87 if (errcode == REG_ATOI) in regerror() 94 if (errcode®_ITOA) { in regerror()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 52 int errcode; local 53 errcode = regncomp(&new_regex->pattern, new_regex->re, new_regex->sz, 58 if (errcode) 61 regerror(errcode, NULL, errorbuf, 200);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.c | 34 # define regerror(errcode, preg, errbuf, errbuf_size) \ argument 35 __regerror(errcode, preg, errbuf, errbuf_size)
|
D | regcomp.c | 539 regerror (errcode, preg, errbuf, errbuf_size) 540 int errcode; 546 regerror (int errcode, const regex_t *_Restrict_ preg, 553 if (BE (errcode < 0 554 || errcode >= (int) (sizeof (__re_error_msgid_idx) 562 msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]);
|
/ndk/ |
D | ndk-gdb.py | 105 def error(string, errcode=1): argument 107 exit(errcode)
|