Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c51 static const char dots[] = "..."; in iso_print_data() local
53 strcat(&data_str[str_len], dots); in iso_print_data()
54 str_len += strlen(dots); in iso_print_data()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c81 static const char dots[] = "..."; in iso_print_data() local
83 strcat(&data_str[str_len], dots); in iso_print_data()
84 str_len += strlen(dots); in iso_print_data()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c59 static const char dots[] = "..."; in iso_log_data() local
61 strcat(&data_str[str_len], dots); in iso_log_data()
62 str_len += strlen(dots); in iso_log_data()
/Zephyr-latest/lib/posix/options/
Dnet.c24 int dots = 0; in inet_addr() local
42 ++dots; in inet_addr()
56 if (dots != 3 || digits < 4) { in inet_addr()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c255 static const char dots[] = "..."; in iso_print_data() local
257 strcat(&data_str[str_len], dots); in iso_print_data()
258 str_len += strlen(dots); in iso_print_data()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c563 static const char dots[] = "..."; in iso_print_data() local
565 strcat(&data_str[str_len], dots); in iso_print_data()
566 str_len += strlen(dots); in iso_print_data()
/Zephyr-latest/samples/net/dns_resolve/
DREADME.rst125 query. Note that the hostname should not have any dots in it.
/Zephyr-latest/doc/develop/test/
Dtwister.rst978 By default, the executable file name is (with dots and slashes
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb222 "# Plot our data. The 'b.' argument tells the library to print blue dots.\n",