Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 181) sorted by relevance

12345678

/busybox-1.35.0/procps/
Dps.c211 static void func_user(char *buf, int size, const procps_status_t *ps) in func_user()
230 static void func_group(char *buf, int size, const procps_status_t *ps) in func_group()
235 static void func_comm(char *buf, int size, const procps_status_t *ps) in func_comm()
240 static void func_state(char *buf, int size, const procps_status_t *ps) in func_state()
245 static void func_args(char *buf, int size, const procps_status_t *ps) in func_args()
250 static void func_pid(char *buf, int size, const procps_status_t *ps) in func_pid()
255 static void func_ppid(char *buf, int size, const procps_status_t *ps) in func_ppid()
260 static void func_pgid(char *buf, int size, const procps_status_t *ps) in func_pgid()
265 static void func_sid(char *buf, int size, const procps_status_t *ps) in func_sid()
270 static void put_lu(char *buf, int size, unsigned long u) in put_lu()
[all …]
/busybox-1.35.0/libbb/
Dread_printf.c48 ssize_t FAST_FUNC nonblock_immune_read(int fd, void *buf, size_t count) in nonblock_immune_read()
71 char *buf = NULL; in xmalloc_reads() local
105 void* FAST_FUNC xmalloc_read_with_initial_buf(int fd, size_t *maxsz_p, char *buf, size_t total) in xmalloc_read_with_initial_buf()
163 char *buf; in xmalloc_open_read_close() local
202 char *buf; in xmalloc_open_read_close() local
215 void FAST_FUNC xread(int fd, void *buf, size_t count) in xread()
234 void *buf = xmalloc_open_read_close(filename, maxsz_p); in xmalloc_xopen_read_close() local
Dread.c11 ssize_t FAST_FUNC safe_read(int fd, void *buf, size_t count) in safe_read()
36 ssize_t FAST_FUNC full_read(int fd, void *buf, size_t len) in full_read()
64 ssize_t FAST_FUNC read_close(int fd, void *buf, size_t size) in read_close()
74 ssize_t FAST_FUNC open_read_close(const char *filename, void *buf, size_t size) in open_read_close()
Dpidfile.c20 char buf[sizeof(int)*3 + 2]; in write_pidfile() local
44 char buf[sizeof(CONFIG_PID_FILE_PATH) + 64]; in write_pidfile_std_path_and_ext() local
52 char buf[sizeof(CONFIG_PID_FILE_PATH) + 64]; in remove_pidfile_std_path_and_ext() local
Dxreadlink.c24 char *buf = NULL; in xmalloc_readlink() local
54 char *buf; in xmalloc_follow_symlinks() local
96 char *buf = xmalloc_readlink(path); in xmalloc_readlink_or_warn() local
128 char *buf; in xmalloc_realpath_coreutils() local
Dubi.c31 char buf[UBI_MAX_VOLUME_NAME + 1]; in ubi_get_volid_by_name() local
39 strchrnul(buf, '\n')[0] = '\0'; in ubi_get_volid_by_name() local
Dudp_io.c32 send_to_from(int fd, void *buf, size_t len, int flags, in send_to_from()
120 recv_from_to(int fd, void *buf, size_t len, int flags, in recv_from_to()
Dprocps.c69 static int read_to_buf(const char *filename, void *buf) in read_to_buf()
170 static char* skip_whitespace_if_prefixed_with(char *buf, const char *prefix) in skip_whitespace_if_prefixed_with()
185 char buf[PROCPS_BUFSIZE]; in procps_read_smaps() local
289 char buf[PROCPS_BUFSIZE]; in procps_scan() local
569 void FAST_FUNC read_cmdline(char *buf, int col, unsigned pid, const char *comm) in read_cmdline()
584 strchrnul(buf, ' ')[0] = '\0'; in read_cmdline() local
Dcrc32.c55 uint32_t FAST_FUNC crc32_block_endian1(uint32_t val, const void *buf, unsigned len, uint32_t *crc_t… in crc32_block_endian1()
66 uint32_t FAST_FUNC crc32_block_endian0(uint32_t val, const void *buf, unsigned len, uint32_t *crc_t… in crc32_block_endian0()
Dtime.c277 static char* strftime_fmt(char *buf, unsigned len, time_t *tp, const char *fmt) in strftime_fmt()
288 char* FAST_FUNC strftime_HHMMSS(char *buf, unsigned len, time_t *tp) in strftime_HHMMSS()
293 char* FAST_FUNC strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) in strftime_YYYYMMDDHHMMSS()
Dsecuretty.c12 char *buf = (char*)"/etc/securetty"; /* any non-NULL is ok */ in is_tty_secure() local
/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c56 static ssize_t safe_write(int fd, const void *buf, size_t count) in safe_write()
67 static ssize_t full_write(int fd, const void *buf, size_t len) in full_write()
96 char buf[256]; in say() local
108 char buf[256]; in die() local
158 unsigned char *buf; in close_conn_and_exit() local
179 unsigned char *buf; in encode_data() local
197 unsigned char *buf; in flush_to_net() local
216 unsigned char *buf; in do_io_until_eof_and_exit() local
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_config.h33 #define memzero(buf, size) memset(buf, 0, size) argument
75 static inline uint32_t XZ_FUNC get_unaligned_le32(const uint8_t *buf) in get_unaligned_le32()
85 static inline uint32_t XZ_FUNC get_unaligned_be32(const uint8_t *buf) in get_unaligned_be32()
95 static inline void XZ_FUNC put_unaligned_le32(uint32_t val, uint8_t *buf) in put_unaligned_le32()
105 static inline void XZ_FUNC put_unaligned_be32(uint32_t val, uint8_t *buf) in put_unaligned_be32()
Dxz_dec_bcj.c74 uint8_t buf[16]; member
89 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86()
162 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc()
184 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64()
269 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm()
293 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb()
322 struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc()
352 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
/busybox-1.35.0/util-linux/volume_id/
Dutil.c23 void volume_id_set_unicode16(char *str, size_t len, const uint8_t *buf, enum endian endianess, size… in volume_id_set_unicode16()
97 void volume_id_set_label_raw(struct volume_id *id, const uint8_t *buf, size_t count) in volume_id_set_label_raw()
115 void volume_id_set_label_string(struct volume_id *id, const uint8_t *buf, size_t count) in volume_id_set_label_string()
130 void volume_id_set_label_unicode16(struct volume_id *id, const uint8_t *buf, enum endian endianess,… in volume_id_set_label_unicode16()
135 void volume_id_set_uuid(struct volume_id *id, const uint8_t *buf, enum uuid_format format) in volume_id_set_uuid()
/busybox-1.35.0/networking/
Disrv_identd.c40 char buf[64 - sizeof(int)]; member
48 identd_buf_t *buf = xzalloc(sizeof(*buf)); in new_peer() local
63 identd_buf_t *buf = *paramp; in do_rd() local
107 identd_buf_t *buf = xzalloc(sizeof(*buf)); in inetd_mode() local
Dhostname.c131 char *buf; in hostname_main() local
181 strchrnul(buf, '.')[0] = '\0'; in hostname_main() local
Dparse_pasv_epsv.c14 int FAST_FUNC parse_pasv_epsv(char *buf) in parse_pasv_epsv()
/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.c44 static ssize_t safe_write(int fd, const void *buf, size_t count) in safe_write()
55 static ssize_t full_write(int fd, const void *buf, size_t len) in full_write()
84 char buf[256]; in say() local
96 char buf[256]; in die() local
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c191 char *buf; in parse_common() local
239 char *buf = NULL; in parse_file() local
318 char *buf) in massage_data_for_r_func()
338 static void* massage_data_for_non_r_func(struct passdb *db, char *buf) in massage_data_for_non_r_func()
360 char *buf; in getXXnam_r() local
396 char *buf; in getXXent_r() local
425 char *buf; in getXXent() local
449 char *buf; in getXXnam() local
513 char *buf; in getgrouplist_internal() local
/busybox-1.35.0/networking/libiproute/
Dll_proto.c153 const char* FAST_FUNC ll_proto_n2a(unsigned short id, char *buf, int len) in ll_proto_n2a()
165 int FAST_FUNC ll_proto_a2n(unsigned short *id, char *buf) in ll_proto_a2n()
/busybox-1.35.0/miscutils/
Dlsscsi.c29 static char *get_line(const char *filename, char *buf, char *bufend) in get_line()
57 char buf[256]; in lsscsi_main() local
/busybox-1.35.0/coreutils/
Dlogname.c47 char buf[64]; in logname_main() local
Dreadlink.c68 char *buf; in readlink_main() local
/busybox-1.35.0/scripts/
Dtest_setenv_leak.c6 char buf[256]; in main() local

12345678