Searched refs:memtodest (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 115 - memtodest(p, i, syntax, flag & QUOTES_ESC); 130 + memtodest(buf, i, syntax, flag & QUOTES_ESC);
|
D | ash.c | 6380 memtodest(const char *p, size_t len, int flags) in memtodest() function 6416 memtodest(p, len, flags); in strtodest() 6433 return memtodest(buf, len, flags); in cvtnum() 6688 memtodest(p, i, flag); 7522 memtodest(&sepc, 1, flags); in varvalue()
|