Home
last modified time | relevance | path

Searched refs:string (Results 1 – 9 of 9) sorted by relevance

/DragonStub/apps/lib/libfdt/
H A Dlibfdt_env.h89 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 Dfdt_ro.c749 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 Dlibfdt.h1147 const char *string);
/DragonStub/inc/dragonstub/
H A Dcompiler_types.h269 #define __diag(string) argument
273 #define __diag_GCC(version, severity, string) argument
/DragonStub/apps/
H A DMakefile85 DRAGON_STUB_FILES += lib/vsprintf.c lib/hexdump.c lib/ctype.c lib/cmdline.c lib/string.c
/DragonStub/docs/
H A DREADME.gnuefi42 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 Dvsprintf.c526 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 Defidebug.h99 CONST CHAR8 *string
/DragonStub/
H A DChangeLog56 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.