Home
last modified time | relevance | path

Searched defs:outbuf (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/miscutils/
Dbbconfig.c46 const char *outbuf = unpack_bz2_data(bbconfig_config_bz2, in bbconfig_main() local
/busybox-1.35.0/libbb/
Dlogin.c24 const char *outbuf; in print_login_issue() local
/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c578 static int read_bunzip(bunzip_data *bd, char *outbuf, int len) in read_bunzip()
775 char *outbuf; in IF_DESKTOP() local
853 char *outbuf = NULL; in unpack_bz2_data() local
Ddecompress_uncompress.c93 unsigned char *outbuf; /* bad for some embedded targets */ in IF_DESKTOP() local
/busybox-1.35.0/networking/
Dtelnet.c216 byte outbuf[2 * DATABUFSIZE]; in handle_net_output() local
Dtls.c557 uint8_t *outbuf, unsigned outbuf_size, in prf_hmac_sha256()
/busybox-1.35.0/procps/
Dnmeter.c112 #define outbuf bb_common_bufsiz1 macro
/busybox-1.35.0/include/
Dlibbb.h855 uint8_t *outbuf; member
/busybox-1.35.0/shell/
Dash.c779 fmtstr(char *outbuf, size_t length, const char *fmt, ...) in fmtstr()