Searched refs:string (Results 1 – 9 of 9) sorted by relevance
/DragonStub/apps/lib/libfdt/ |
H A D | libfdt_env.h | 89 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument 91 const char *p = memchr(string, 0, max_count); in fdt_strnlen() 92 return p ? p - string : max_count; in fdt_strnlen()
|
H A D | fdt_ro.c | 749 const char *string) in fdt_stringlist_search() argument 758 len = strlen(string) + 1; in fdt_stringlist_search() 768 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
|
H A D | libfdt.h | 1147 const char *string);
|
/DragonStub/inc/dragonstub/ |
H A D | compiler_types.h | 269 #define __diag(string) argument 273 #define __diag_GCC(version, severity, string) argument
|
/DragonStub/apps/ |
H A D | Makefile | 85 DRAGON_STUB_FILES += lib/vsprintf.c lib/hexdump.c lib/ctype.c lib/cmdline.c lib/string.c
|
/DragonStub/docs/ |
H A D | README.gnuefi | 42 Verify that the line "supported targets" contains the string 63 Verify that the line "supported targets" contains the string 143 - UNICODE string literals must be written as W2U(L"Sample String") 146 which allows to convert a wide string into a UNICODE string and 249 Collects read-only and read-write data, literal string data, 277 directory gnuefi for the string "@gprel".
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 526 static noinline_for_stack char *string(char *buf, char *end, const char *s, in string() function 883 return string(buf, end, ptr, spec); in pointer() 1201 str = string(str, end, va_arg(args, char *), spec); in vsnprintf()
|
/DragonStub/inc/ |
H A D | efidebug.h | 99 CONST CHAR8 *string
|
/DragonStub/ |
H A D | ChangeLog | 56 maxlen is the maximum string length not the buffer size. 173 an empty string. This is caused by the macros trying to generate 319 In addition, it includes the relocation bits, some string functions that GCC 718 Implement VSPrint function, prints a formatted unicode string to a buffer.
|