Home
last modified time | relevance | path

Searched refs:sep2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/libfdt/
H A Dfdt_ro.c151 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 Dfunctions.sh179 local sep=: sep2=::
199 echo "${addr/$sep2/$(printf ':0%.s' $(seq $[8-sep_cnt])):}"
/OK3568_Linux_fs/kernel/sound/drivers/
H A Daloop.c1091 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 Dremix.c62 char sep1, sep2; in parse() local
77 PARSE(sep2, "%lf", multiplier, -HUGE_VAL, separators + 4); in parse()