Searched refs:alloc_string (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | lexer.l | 70 static void alloc_string(const char *str, int size) in alloc_string() function 142 alloc_string(yytext, yyleng); 157 alloc_string(yytext, yyleng);
|
H A D | lexer.lex.c_shipped | 2289 static void alloc_string(const char *str, int size) 2744 alloc_string(yytext, yyleng); 2767 alloc_string(yytext, yyleng);
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | logfile.c | 31 static void alloc_string(struct string *s, int len) in alloc_string() function 171 alloc_string(s, 100); in expand_logfn() 317 alloc_string(&s1, strlen(log_dir) + strlen(s.s) + 2); in set_up_log_file() 327 alloc_string(&s2, strlen(log_dir) + strlen(s.s) + 2); in set_up_log_file()
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | lex.zconf.c_shipped | 810 void alloc_string(const char *str, int size) 1052 alloc_string(zconftext, zconfleng); 1124 alloc_string(zconftext, zconfleng);
|
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 313 static char* alloc_string(const char* in) { in alloc_string() function 2915 info->text_keys[info->text_num - 1] = alloc_string(key); in lodepng_add_text_sized() 2988 info->itext_keys[info->itext_num - 1] = alloc_string(key); in lodepng_add_itext_sized() 2989 info->itext_langtags[info->itext_num - 1] = alloc_string(langtag); in lodepng_add_itext_sized() 2990 info->itext_transkeys[info->itext_num - 1] = alloc_string(transkey); in lodepng_add_itext_sized() 3005 info->iccp_name = alloc_string(name); in lodepng_assign_icc()
|