OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rstatus
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
sftp-client.c
575
u_int
rstatus
;
local
577
if ((r = sshbuf_get_u32(msg, &
rstatus
)) != 0)
580
debug3("Received SSH2_FXP_STATUS %d",
rstatus
);
581
if (
rstatus
== SSH2_FX_EOF)
583
error("Couldn't read directory: %s", fx2txt(
rstatus
));
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-hppa.c
3671
bfd_reloc_status_type
rstatus
;
local
[
all
...]
/external/icu/icu4c/source/i18n/
decNumber.c
2839
uInt
rstatus
; \/* .. *\/
local
[
all
...]
/external/icu/icu4c/source/test/intltest/
rbbitst.cpp
4593
int32_t offset,
rstatus
, iterationCount;
local
[
all
...]
Completed in 192 milliseconds