Home
last modified time | relevance | path

Searched refs:sep_str (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/lsb/
Dseq.c48 char *sep_str = "\n", *fmt_str = "%g"; in seq_main() local
80 if (toys.optflags & FLAG_s) sep_str = TT.sep; in seq_main()
88 if (i++) printf("%s", sep_str); in seq_main()
/external/libusb/libusb/os/
Dwindows_winusb.c562 const char sep_str[2] = {LIST_SEPARATOR, 0}; in get_sub_api() local
573 tok = strtok(tmp_str, sep_str); in get_sub_api()
581 tok = strtok(NULL, sep_str); in get_sub_api()