mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
12 lines
338 B
Bash
Executable File
12 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
grep goto -n -r ../../src
|
|
|
|
# For 9d49ac0b2
|
|
|
|
# ../../src/classic/rfcomm.c:2351: goto fail;
|
|
# ../../src/classic/rfcomm.c:2363: goto fail;
|
|
# ../../src/classic/rfcomm.c:2370: goto fail;
|
|
# ../../src/classic/rfcomm.c:2406: if (status) goto fail;
|
|
|
|
# rfcomm.c : 4 gotos in rfcomm_channel_create_internal
|