Searched defs:input (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/libbb/ |
D | hash_md5prime.c | 93 memcpy32_cpu2le(unsigned char *output, uint32_t *input, unsigned len) in memcpy32_cpu2le() 106 memcpy32_le2cpu(uint32_t *output, const unsigned char *input, unsigned len) in memcpy32_le2cpu() 410 const unsigned char *input = buffer; in md5_hash() local
|
/busybox-1.35.0/util-linux/ |
D | more.c | 77 int input = 0; in more_main() local
|
/busybox-1.35.0/shell/ |
D | hush.c | 2870 static int i_getch_and_eat_bkslash_nl(struct in_str *input) in i_getch_and_eat_bkslash_nl() 2889 static int i_peek_and_eat_bkslash_nl(struct in_str *input) in i_peek_and_eat_bkslash_nl() 4298 #define parse_redir_right_fd(as_string, input) \ argument 4301 static int parse_redir_right_fd(o_string *as_string, struct in_str *input) in parse_redir_right_fd() 4339 struct in_str *input) in parse_redirect() 4443 #define fetch_till_str(as_string, input, word, skip_tabs) \ argument 4447 struct in_str *input, in fetch_till_str() 4534 #define fetch_heredocs(as_string, pi, heredoc_cnt, input) \ argument 4537 …tic int fetch_heredocs(o_string *as_string, struct pipe *pi, int heredoc_cnt, struct in_str *input) in fetch_heredocs() 4587 #define parse_stream(pstring, heredoc_cnt_ptr, input, end_trigger) \ argument [all …]
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 1326 const char *input, in expand_expression() 1354 static void expand_regexp(char *output, size_t outsize, const char *input, in expand_regexp() 1613 int st_expr_expand(char *output, unsigned int length, const char *input, in st_expr_expand() 1706 unsigned int *out_pos, const char *input, in expand_variable()
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 906 struct pollfd input; in buffer_pread() local
|
/busybox-1.35.0/coreutils/ |
D | stty.c | 256 control, input, output, local, combination enumerator
|
/busybox-1.35.0/include/ |
D | libbb.h | 1552 int FAST_FUNC (*input)(/*int type,*/ const char *bufp, struct sockaddr *); member 1566 int FAST_FUNC (*input)(const char *, struct sockaddr *); member
|