Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/edify/
Dexpr.c43 char** strings = malloc(argc * sizeof(char*)); in ConcatFn() local
46 strings[i] = NULL; in ConcatFn()
51 strings[i] = Evaluate(state, argv[i]); in ConcatFn()
52 if (strings[i] == NULL) { in ConcatFn()
55 length += strlen(strings[i]); in ConcatFn()
61 strcpy(result+p, strings[i]); in ConcatFn()
62 p += strlen(strings[i]); in ConcatFn()
68 free(strings[i]); in ConcatFn()
DREADME23 strings are "true".
43 - There's no distinction between quoted and unquoted strings; the
56 As shown in the last example, function names are just strings,
/bootable/bootloader/legacy/
Dfastboot_protocol.txt102 * Commands are ascii strings and sent without the quotes (which are