Searched refs:alloc_string (Results 1 – 3 of 3) sorted by relevance
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | zconf.l | 63 static void alloc_string(const char *str, int size) in alloc_string() function 111 alloc_string(yytext, yyleng); 146 alloc_string(yytext, yyleng);
|
/third_party/e2fsprogs/e2fsck/ |
D | logfile.c | 31 static void alloc_string(struct string *s, int len) in alloc_string() function 168 alloc_string(s, 100); in expand_logfn() 314 alloc_string(&s1, strlen(log_dir) + strlen(s.s) + 2); in set_up_log_file() 324 alloc_string(&s2, strlen(log_dir) + strlen(s.s) + 2); in set_up_log_file()
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 810 void alloc_string(const char *str, int size) 1052 alloc_string(zconftext, zconfleng); 1124 alloc_string(zconftext, zconfleng);
|