Home
last modified time | relevance | path

Searched defs:errmsg (Results 1 – 25 of 63) sorted by relevance

123

/third_party/libsnd/regtest/
Ddatabase.c110 char * errmsg = NULL ; in db_create() local
154 char * errmsg ; in db_file_exists() local
176 char * errmsg ; in db_add_file() local
244 char * errmsg ; in db_check_all() local
286 { char * errmsg, **result ; in get_ekey_from_filename() local
313 { char *errmsg, **result ; in get_filename_pathname_by_ekey() local
342 char * errmsg, **result ; in check_file_by_ekey() local
/third_party/ltp/lib/
Dtst_tmpdir.c193 static int rmobj(const char *obj, char **errmsg) in rmobj()
264 char *errmsg; in tst_tmpdir() local
317 char *errmsg; in tst_rmdir() local
Dtlibio.c538 char **errmsg, /* char pointer that will be updated to point to err message */ in lio_write_buffer()
1113 char **errmsg, /* char pointer that will be updated to point to err message */ in lio_read_buffer()
/third_party/ltp/testcases/kernel/fs/doio/
Ddatabin.c83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk()
155 char *errmsg; in main() local
Ddataascii.c74 int offset, char **errmsg) in dataasciichk()
119 char *errmsg; in main() local
Ddatapid.c181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk()
309 char *errmsg; local
Dfile_lock.c54 static char errmsg[256]; variable
Dgrowfiles.c1955 char *errmsg; in growfile() local
2497 char *errmsg; in check_write() local
2703 char *errmsg; in check_file() local
2947 char *errmsg; in lkfile() local
/third_party/python/Modules/_sqlite/
Dutil.c70 raise_exception(PyObject *type, int errcode, const char *errmsg) in raise_exception()
132 const char *errmsg = sqlite3_errmsg(db); in _pysqlite_seterror() local
/third_party/rust/crates/nix/src/mount/
Dbsd.rs114 errmsg: Option<String>, field
120 pub fn errmsg(&self) -> Option<&str> { in errmsg() method
380 let mut errmsg = vec![0u8; 255]; in nmount() localVariable
399 let errmsg = match errmsg.iter().position(|&x| x == 0) { in nmount() localVariable
/third_party/node/deps/uv/src/win/
Derror.c37 const char* errmsg; in uv_fatal_error() local
/third_party/libuv/src/win/
Derror.c37 const char* errmsg; in uv_fatal_error() local
/third_party/node/deps/uv/src/unix/
Ddl.c66 const char* errmsg; in uv__dlerror() local
/third_party/libuv/src/unix/
Ddl.c66 const char* errmsg; in uv__dlerror() local
/third_party/musl/porting/liteos_m/kernel/src/errno/
Dstrerror.c12 static const char errmsg[] = variable
/third_party/musl/porting/uniproton/kernel/src/errno/
Dstrerror.c12 static const char errmsg[] = variable
/third_party/python/Parser/
Dpegen_errors.c209 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error()
288 const char *errmsg, va_list va) in _PyPegen_raise_error_known_location()
/third_party/node/deps/base64/base64/test/
Dbenchmark.c69 get_random_data (struct buffers *b, char **errmsg) in get_random_data()
241 char *errmsg = NULL; in main() local
/third_party/python/Lib/urllib/
Drequest.py1967 def http_error(self, url, fp, errcode, errmsg, headers, data=None): argument
1983 def http_error_default(self, url, fp, errcode, errmsg, headers): argument
2148 def http_error_default(self, url, fp, errcode, errmsg, headers): argument
2152 def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): argument
2170 def redirect_internal(self, url, fp, errcode, errmsg, headers, data): argument
2198 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): argument
2202 def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): argument
2206 def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): argument
2213 def http_error_308(self, url, fp, errcode, errmsg, headers, data=None): argument
2220 def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, argument
[all …]
/third_party/ltp/testcases/kernel/fs/openfile/
Dopenfile.c209 char errmsg[80]; in threads() local
/third_party/node/src/
Denv-inl.h710 inline void Environment::ThrowError(const char* errmsg) { in ThrowError()
714 inline void Environment::ThrowTypeError(const char* errmsg) { in ThrowTypeError()
718 inline void Environment::ThrowRangeError(const char* errmsg) { in ThrowRangeError()
724 const char* errmsg) { in ThrowError()
/third_party/libbpf/src/
Dnlattr.c166 char *errmsg = NULL; in libbpf_nla_dump_errormsg() local
/third_party/curl/tests/server/
Dtftpd.c120 struct errmsg { struct
121 int e_code;
122 const char *e_msg;
/third_party/node/src/api/
Dexceptions.cc158 char* errmsg = nullptr; in winapi_strerror() local
/third_party/toybox/toys/pending/
Dtftpd.c78 socklen_t socklen, char *errmsg) in send_errpkt()

123