Searched refs:newstring (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/util/nvramtool/ |
H A D | cmos_lowlevel.c | 103 char *newstring = malloc(strsz); in cmos_read() local 106 if (!newstring) { in cmos_read() 110 memset(newstring, 0, strsz); in cmos_read() 118 &((unsigned long long *)newstring)[next_bit / in cmos_read() 120 result = (unsigned long)newstring; in cmos_read()
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_format.py | 474 newstring = 'added line 1\n\n\n\n' 475 newlines = newstring.split('\n') 478 eq(text.get('sel.first', 'sel.last'), newstring) 480 eq(text.get('7.0', '11.0'), newstring)
|
/aosp_15_r20/external/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 148 newstring (Dwelf_Strtab *st, const char *str, size_t len) in newstring() function 219 Dwelf_Strent *newstr = newstring (st, str, len); in strtab_add()
|
H A D | ChangeLog | 34 * dwelf_strtab.c (newstring): Likewise.
|