Home
last modified time | relevance | path

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

/common/
A Dedid.c544 static char *snip(char *string) in snip() argument
552 string[12] = '\0'; in snip()
553 s = &string[strlen(string) - 1]; in snip()
555 while (s >= string && (isspace(*s) || *s == '\n' || *s == '\r' || in snip()
559 return string; in snip()
578 snip(monitor->data.string)); in edid_print_dtd()
581 snip(monitor->data.string)); in edid_print_dtd()
584 snip(monitor->data.string)); in edid_print_dtd()
A Dcli_hush.c748 char string[BUFSIZ]; in builtin_read() local
751 string[0] = 0; /* In case stdin has only EOF */ in builtin_read()
753 fgets(string, sizeof(string), stdin); in builtin_read()
754 chomp(string); in builtin_read()
755 var = malloc(strlen(child->argv[1])+strlen(string)+2); in builtin_read()
757 sprintf(var, "%s=%s", child->argv[1], string); in builtin_read()
A DKconfig84 string "Board specific string to be added to uboot version string"
817 ASCII literal string.
A Ddlmalloc.src213 Prefix all public routines with the string 'dl'. Useful to
782 USE_DL_PREFIX will prefix all public routines with the string 'dl'.
/common/spl/
A DKconfig250 string "Linker script for the SPL stage"
383 string "i.MX8 Container config file"
787 string "File to load for U-Boot from the filesystem"
797 string "File to load for the OS kernel from the filesystem"
805 string "File to load for the OS kernel argument parameters from the filesystem"
1111 string "volume name of U-Boot volume"
1160 string "BOOTP Vendor Class Identifier string sent by SPL"
1264 string "SPL payload"
1609 string "Addtional build targets for 'make'"
A DKconfig.vpl13 string "Linker script for the VPL stage"
A DKconfig.tpl97 string "Linker script for the TPL stage"

Completed in 31 milliseconds