/busybox-1.35.0/networking/ |
D | tls_sp_c32.c | 84 const uint64_t* r = (void*)rr; in sp_256_to_bin_8() local 96 static void sp_256_to_bin_8(const sp_digit* r, uint8_t* a) in sp_256_to_bin_8() 121 uint64_t* r = (void*)rr; in sp_256_from_bin_8() local 132 static void sp_256_from_bin_8(sp_digit* r, const uint8_t* a) in sp_256_from_bin_8() 147 static void dump_256(const char *fmt, const sp_digit* r) in dump_256() 153 static void dump_512(const char *fmt, const sp_digit* r) in dump_512() 221 static int sp_256_add_8(sp_digit* r, const sp_digit* a, const sp_digit* b) in sp_256_add_8() 317 static int sp_256_sub_8(sp_digit* r, const sp_digit* a, const sp_digit* b) in sp_256_sub_8() 414 static void sp_256_sub_8_p256_mod(sp_digit* r) in sp_256_sub_8_p256_mod() 433 static void sp_256_sub_8_p256_mod(sp_digit* r) in sp_256_sub_8_p256_mod() [all …]
|
D | tls_fe.c | 245 static void lm_add(byte* r, const byte* a, const byte* b) in lm_add() 261 static void lm_sub(byte* r, const byte* a, const byte* b) in lm_sub() 299 static void fe_mul__distinct(byte *r, const byte *a, const byte *b) in fe_mul__distinct() 331 static void fe_mul_c(byte *r, const byte *a, word32 b) in fe_mul_c() 345 static void fe_inv__distinct(byte *r, const byte *x) in fe_inv__distinct()
|
/busybox-1.35.0/coreutils/ |
D | expr.c | 217 static int cmp_common(VALUE *l, VALUE *r, int op) in cmp_common() 247 static arith_t arithmetic_common(VALUE *l, VALUE *r, int op) in arithmetic_common() 346 VALUE *r, *i1, *i2; in eval6() local 408 VALUE *l, *r, *v; in eval5() local 426 VALUE *l, *r; in eval4() local 450 VALUE *l, *r; in eval3() local 474 VALUE *l, *r; in eval2() local 504 VALUE *l, *r; in eval1() local 524 VALUE *l, *r; in eval() local
|
D | sum.c | 44 int fd, r; in sum_file() local
|
/busybox-1.35.0/libbb/ |
D | correct_password.c | 53 int r; in get_passwd() local 75 int r; in check_password() local 103 int r; in ask_and_check_password_extended() local
|
D | strrstr.c | 17 char *r = NULL; in strrstr() local 55 const char *r = strrstr(test_array[i].h, test_array[i].n); in BBUNIT_DEFINE_TEST() local
|
D | fclose_nonstdin.c | 18 int r = ferror(f); /* NB: does NOT set errno! */ in fclose_if_not_stdin() local
|
D | platform.c | 40 int r; in vasprintf() local 69 int r; in dprintf() local 213 int r; in ttyname_r() local
|
D | xatonum_template.c | 24 unsigned type r; in xstrtou() local 129 type r; in xstrto() local
|
D | sysconf.c | 14 long r = sysconf(_SC_ARG_MAX); in bb_arg_max() local
|
D | bb_cat.c | 23 off_t r = bb_copyfd_eof(fd, STDOUT_FILENO); in bb_cat() local
|
D | kernel_version.c | 22 int r; in get_linux_version_code() local
|
D | bb_askpass.c | 60 int r; in bb_ask_noecho() local
|
D | process_escape_sequence.c | 39 unsigned r; in bb_process_escape_sequence() local
|
/busybox-1.35.0/runit/ |
D | sv.c | 269 int fd, r; in svstatus_get() local 344 int r; in status() local 396 int r; in check() local 459 int fd, r, l; in control() local 737 int r; in svc_main() local
|
/busybox-1.35.0/miscutils/ |
D | readahead.c | 53 int r; in readahead_main() local
|
D | setfattr.c | 52 int r; in setfattr_main() local
|
/busybox-1.35.0/loginutils/ |
D | sulogin.c | 63 int r; in sulogin_main() local
|
D | su.c | 87 int r; in su_main() local
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 38 const char *r = NULL; in find_token() local 51 const char *r = find_token(string_array, key, NULL); in xfind_token() local
|
/busybox-1.35.0/klibc-utils/ |
D | resume.c | 40 int r; in name_to_dev_t() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | mconf.c | 378 static void get_prompt_str(struct gstr *r, struct property *prop) in get_prompt_str() 409 static void get_symbol_str(struct gstr *r, struct symbol *sym) in get_symbol_str() 847 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 885 static void show_file(const char *filename, const char *title, int r, int c) in show_file()
|
/busybox-1.35.0/util-linux/ |
D | taskset.c | 102 int r; in get_aff() local 358 int r; in taskset_main() local
|
/busybox-1.35.0/scripts/ |
D | echo.c | 47 unsigned int r; in bb_process_escape_sequence() local
|
/busybox-1.35.0/shell/ |
D | match.c | 67 int r; in scan_and_match() local
|