Searched defs:buflen (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 316 char *buffer, size_t buflen, in massage_data_for_r_func() 357 char *buffer, size_t buflen, in getXXnam_r() 371 char *buffer, size_t buflen, in getpwnam_r() 382 int FAST_FUNC getspnam_r(const char *name, struct spwd *struct_buf, char *buffer, size_t buflen, in getspnam_r() 393 static int FAST_FUNC getXXent_r(uintptr_t db_idx, char *buffer, size_t buflen, in getXXent_r() 413 int FAST_FUNC getpwent_r(struct passwd *struct_buf, char *buffer, size_t buflen, in getpwent_r()
|
/busybox-1.35.0/coreutils/ |
D | echo.c | 89 unsigned buflen; in echo_main() local
|
D | stty.c | 838 unsigned buflen; in wrapf() local
|
/busybox-1.35.0/libbb/ |
D | xfuncs.c | 62 char* FAST_FUNC utoa_to_buf(unsigned n, char *buf, unsigned buflen) in utoa_to_buf() 94 char* FAST_FUNC itoa_to_buf(int n, char *buf, unsigned buflen) in itoa_to_buf()
|
D | platform.c | 211 int ttyname_r(int fd, char *buf, size_t buflen) in ttyname_r()
|
/busybox-1.35.0/util-linux/ |
D | cal.c | 335 static void blank_string(char *buf, size_t buflen) in blank_string()
|
/busybox-1.35.0/networking/ |
D | dnsd.c | 383 unsigned buflen) in process_packet()
|
/busybox-1.35.0/procps/ |
D | mpstat.c | 549 unsigned buflen; in get_irqs_from_interrupts() local
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 226 #define buflen (G.buflen ) macro
|