Lines Matching defs:string
9 #include <string.h>
114 static void unsigned_num_print(uint64_t unum, unsigned int radix, char *string)
133 *string++ = num_buf[i];
135 *string = 0;
170 NOTICE("BL2: Cannot add FCNL compat string %s (ret=%i)\n",
178 NOTICE("BL2: Cannot append FCNL compat string %s (ret=%i)\n",
436 /* Populate compatible string */
456 NOTICE("BL2: Cannot set compatible string, board unsupported\n");
462 NOTICE("BL2: Cannot set compatible string (ret=%i)\n", ret);
485 NOTICE("BL2: Cannot set compatible string, SoC unsupported\n");
491 NOTICE("BL2: Cannot set compatible string (ret=%i)\n", ret);
887 /* Add platform compatible string */