Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 45) sorted by relevance

12

/busybox-1.35.0/libbb/
Dbb_strtonum.c38 static unsigned long long handle_errors(unsigned long long v, char **endp) in handle_errors()
56 unsigned long long v; in bb_strtoull() local
74 unsigned long long v; in bb_strtoll() local
95 unsigned long v; in bb_strtoul() local
109 long v; in bb_strtol() local
128 unsigned long v; in bb_strtou() local
143 long v; in bb_strtoi() local
Dpercent_decode.c11 unsigned v; in hex_to_bin() local
37 unsigned v; in percent_decode_in_place() local
Dhuman_readable.c88 unsigned v, u, idx = 0; in smart_ulltoa5() local
145 unsigned v, u, idx = 0; in smart_ulltoa4() local
Dpw_encrypt.c82 to64(char *s, unsigned v, int n) in to64()
Dxatonum.c39 unsigned long v = strtoul(str, end, b); in bb_strtoui() local
/busybox-1.35.0/coreutils/
Dexpr.c134 VALUE *v; in int_value() local
147 VALUE *v; in str_value() local
158 static void freev(VALUE *v) in freev()
167 static int null(VALUE *v) in null()
177 static void tostring(VALUE *v) in tostring()
187 static bool toarith(VALUE *v) in toarith()
275 VALUE *v; in docolon() local
319 VALUE *v; in eval7() local
348 VALUE *v = v; /* silence gcc */ in eval6() local
408 VALUE *l, *r, *v; in eval5() local
[all …]
Dseq.c39 double first, last, increment, v; in seq_main() local
Dprintf.c280 int v = bb_strtoi(str, NULL, 10); in get_width_prec() local
/busybox-1.35.0/include/
Dplatform.h238 # define move_from_unaligned_int(v, intp) ((v) = *(bb__aliased_int*)(intp)) argument
239 # define move_from_unaligned_long(v, longp) ((v) = *(bb__aliased_long*)(longp)) argument
240 # define move_from_unaligned16(v, u16p) ((v) = *(bb__aliased_uint16_t*)(u16p)) argument
241 # define move_from_unaligned32(v, u32p) ((v) = *(bb__aliased_uint32_t*)(u32p)) argument
242 # define move_from_unaligned64(v, u64p) ((v) = *(bb__aliased_uint64_t*)(u64p)) argument
243 # define move_to_unaligned16(u16p, v) (*(bb__aliased_uint16_t*)(u16p) = (v)) argument
244 # define move_to_unaligned32(u32p, v) (*(bb__aliased_uint32_t*)(u32p) = (v)) argument
245 # define move_to_unaligned64(u64p, v) (*(bb__aliased_uint64_t*)(u64p) = (v)) argument
250 # define move_from_unaligned_int(v, intp) (memcpy(&(v), (intp), sizeof(int))) argument
251 # define move_from_unaligned_long(v, longp) (memcpy(&(v), (longp), sizeof(long))) argument
[all …]
Dliblzo_interface.h37 #define assert(v) ((void)0) argument
/busybox-1.35.0/archival/libarchive/bz/
Dcompress.c70 void bsW(EState* s, int32_t n, uint32_t v) in bsW()
83 void bsW16(EState* s, uint32_t v) in bsW16()
329 unsigned v; in sendMTFValues() local
355 unsigned v; in sendMTFValues() local
392 unsigned v; in sendMTFValues() local
403 unsigned v; in sendMTFValues() local
/busybox-1.35.0/applets/
Dapplet_tables.c167 int v = applets[i].nofork + (applets[i].noexec << 1); in main() local
184 int v = applets[i].need_suid; /* 2 bits */ in main() local
201 int v = applets[i].install_loc; /* 3 bits */ in main() local
/busybox-1.35.0/miscutils/
Dflash_eraseall.c62 #define cpu_to_je16(v) ((jint16_t){(v)}) argument
63 #define cpu_to_je32(v) ((jint32_t){(v)}) argument
Dbc.c257 char *v; member
412 BcVec v; member
917 # define RETURN_STATUS(v) return (v) argument
924 # define RETURN_STATUS(v) do { ((void)(v)); return; } while (0) argument
1094 static void bc_vec_grow(BcVec *v, size_t n) in bc_vec_grow()
1102 static void bc_vec_init(BcVec *v, size_t esize, BcVecFree dtor) in bc_vec_init()
1111 static void bc_char_vec_init(BcVec *v) in bc_char_vec_init()
1116 static void bc_vec_expand(BcVec *v, size_t req) in bc_vec_expand()
1124 static void bc_vec_pop(BcVec *v) in bc_vec_pop()
1131 static void bc_vec_npop(BcVec *v, size_t n) in bc_vec_npop()
[all …]
/busybox-1.35.0/editors/
Dawk.c158 struct var_s v; /* variable/array hash */ member
180 var *v; member
941 static var *clrvar(var *v) in clrvar()
955 static var *setvar_p(var *v, char *value) in setvar_p()
964 static var *setvar_s(var *v, const char *value) in setvar_s()
970 static var *setvar_u(var *v, const char *value) in setvar_u()
980 var *v; in setari_u() local
987 static var *setvar_i(var *v, double value) in setvar_i()
996 static const char *getvar_s(var *v) in getvar_s()
1007 static double getvar_i(var *v) in getvar_i()
[all …]
/busybox-1.35.0/shell/
Drandom.h31 #define INIT_RANDOM_T(rnd, nonzero, v) \ argument
/busybox-1.35.0/scripts/kconfig/
Dqconf.h149 ConfigItem(QListView *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
154 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
159 ConfigItem(QListView *parent, ConfigItem *after, bool v) in ConfigItem()
Dqconf.cc294 void ConfigItem::testUpdateMenu(bool v) in testUpdateMenu()
796 ConfigView* v; in updateList() local
804 ConfigView* v; in updateListAll() local
1387 ConfigMainWindow* v; in main() local
/busybox-1.35.0/archival/libarchive/
Dliblzo.h69 #define DMS(v,s) ((unsigned) (((v) & (D_MASK >> (s))) << (s))) argument
70 #define DM(v) ((unsigned) ((v) & D_MASK)) argument
Dget_header_tar.c23 unsigned long long v; in getOctal() local
/busybox-1.35.0/networking/
Dtls_aesgcm.c191 #define P32(v) ((uint32_t*)v) in aesgcm_GHASH() argument
Dtls_aes.c213 unsigned v; in ShiftRows() local
270 unsigned v; in InvShiftRows() local
Dtcpudp.c150 static void xsetenv_plain(const char *n, const char *v) in xsetenv_plain()
157 static void xsetenv_proto(const char *proto, const char *n, const char *v) in xsetenv_proto()
/busybox-1.35.0/archival/
Dlzop.c572 uint32_t v; in read32() local
595 uint32_t v; in f_read32() local
600 static void write32(uint32_t v) in write32()
/busybox-1.35.0/util-linux/
Dtaskset.c77 ul v = *mask++; in from_mask() local

12