Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 16 of 16) sorted by relevance

/external/crosvm/base/src/windows/win/
Dioctl.rs348 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
385 let ecode = in ioct_get_and_set_compression() localVariable
394 let ecode = unsafe { in ioct_get_and_set_compression() localVariable
454 let ecode = unsafe { in ioctl_with_val() localVariable
464 let ecode = unsafe { in ioctl_with_val() localVariable
/external/libcxx/src/
Dregex.cpp18 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string()
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error()
/external/musl/src/network/
Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror()
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror()
/external/mksh/src/
Djobs.c711 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local
773 int rv = 0, ecode; in j_kill() local
819 int ecode, rv = 0; in j_resume() local
962 int ecode; in j_jobs() local
/external/iputils/
Dtftpd.c226 int first = 1, ecode; in tftp() local
/external/tcpdump/
Dprint-smb.c946 u_int ecode; in nbt_tcp_print() local
1019 u_int ecode; in nbt_tcp_print() local
/external/python/cpython3/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror()
/external/python/cpython2/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror()
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c344 struct bpf_insn ecode[] = { in test_filter_no_reuseport() local
/external/curl/tests/server/
Dtftpd.c886 int first = 1, ecode; in do_tftp() local
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp1064 static void usage(const char *pname, int ecode) { in usage()
/external/pcre/src/
Dpcre2_dfa_match.c2623 PCRE2_SPTR ecode; in internal_dfa_match() local
Dpcre2_intmodedep.h787 PCRE2_SPTR ecode; /* The current position in the pattern */ member
/external/e2fsprogs/lib/ext2fs/
Dtdb.c233 enum TDB_ERROR ecode; /* error code for last tdb error */ member
300 enum TDB_ERROR ecode; const char *estring; member
/external/crosvm/common/p9/src/protocol/
Dmessages.rs746 pub ecode: u32, field