Searched refs:delim (Results 1 – 5 of 5) sorted by relevance
/u-boot/env/ |
A D | attr.c | 283 const char *delim; in env_attr_lookup() local 293 delim = strpbrk(entry, delims); in env_attr_lookup() 294 if (delim == NULL) in env_attr_lookup() 297 len = delim - entry; in env_attr_lookup()
|
/u-boot/board/friendlyarm/nanopi2/ |
A D | lcds.c | 637 char *delim; in bd_setup_lcd_by_name() local 640 delim = strchr(str, ','); in bd_setup_lcd_by_name() 641 if (delim) in bd_setup_lcd_by_name() 642 *delim++ = '\0'; in bd_setup_lcd_by_name()
|
/u-boot/common/ |
A D | xyzModem.c | 129 parse_num (char *s, unsigned long *val, char **es, char *delim) in parse_num() argument 155 if (delim != (char *) 0) in parse_num() 158 char *dp = delim; in parse_num()
|
A D | bootm_os.c | 48 static void copy_args(char *dest, int argc, char *const argv[], char delim) in copy_args() argument 54 *dest++ = delim; in copy_args()
|
/u-boot/cmd/ |
A D | pxe_utils.c | 765 static char *get_string(char **p, struct token *t, char delim, int lower) in get_string() argument 780 if ((delim == ' ' && isspace(*e)) || delim == *e) in get_string()
|
Completed in 9 milliseconds