Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/shell/
Dash.c2071 struct var *vp; /* the variable that was made local */ member
2309 struct var *vp; in initvar() local
2322 vp = varinit; in initvar()
2323 end = vp + ARRAY_SIZE(varinit); in initvar()
2325 vpp = hashvar(vp->var_text); in initvar()
2326 vp->next = *vpp; in initvar()
2327 *vpp = vp; in initvar()
2328 } while (++vp < end); in initvar()
2415 struct var *vp, **vpp; in setvareq() local
2420 vp = *vpp; in setvareq()
[all …]
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc784 ConfigView** vp; in ~ConfigView() local
786 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
787 if (*vp == this) { in ~ConfigView()
788 *vp = nextView; in ~ConfigView()
/busybox-1.35.0/networking/
Dtls.c293 static void dump_hex(const char *fmt, const void *vp, int len) in dump_hex() argument
296 const uint8_t *p = vp; in dump_hex()
302 static void dump_tls_record(const void *vp, int len) in dump_tls_record() argument
304 const uint8_t *p = vp; in dump_tls_record()
Dtls_sp_c32.c16 static void dump_hex(const char *fmt, const void *vp, int len) in dump_hex() argument
19 const uint8_t *p = vp; in dump_hex()