Searched refs:sep2 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/libfdt/ |
| H A D | fdt_ro.c | 151 const void *sep2 = memchr(path, ':', len); in fdt_path_next_separator() local 153 if (sep1 && sep2) in fdt_path_next_separator() 154 return (sep1 < sep2) ? sep1 : sep2; in fdt_path_next_separator() 158 return sep2; in fdt_path_next_separator()
|
| /OK3568_Linux_fs/kernel/samples/pktgen/ |
| H A D | functions.sh | 179 local sep=: sep2=:: 199 echo "${addr/$sep2/$(printf ':0%.s' $(seq $[8-sep_cnt])):}"
|
| /OK3568_Linux_fs/kernel/sound/drivers/ |
| H A D | aloop.c | 1091 char *sep2, save2 = '\0'; in loopback_parse_timer_id() local 1093 sep2 = strpbrk(sep + 1, sep_dev); in loopback_parse_timer_id() 1094 if (sep2) { in loopback_parse_timer_id() 1095 save2 = *sep2; in loopback_parse_timer_id() 1096 *sep2 = '\0'; in loopback_parse_timer_id() 1099 if (sep2) { in loopback_parse_timer_id() 1100 *sep2 = save2; in loopback_parse_timer_id() 1102 err = kstrtoint(sep2 + 1, 0, &subdev); in loopback_parse_timer_id()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | remix.c | 62 char sep1, sep2; in parse() local 77 PARSE(sep2, "%lf", multiplier, -HUGE_VAL, separators + 4); in parse()
|