xref: /btstack/tool/metrics/goto.sh (revision c9921182ab4b1f83e3e5c671446dca5ffdf45b90)
1#!/bin/sh
2grep goto -n -r ../../src
3
4# For 9d49ac0b2
5
6# ../../src/classic/rfcomm.c:2351:            goto fail;
7# ../../src/classic/rfcomm.c:2363:        goto fail;
8# ../../src/classic/rfcomm.c:2370:        goto fail;
9# ../../src/classic/rfcomm.c:2406:        if (status) goto fail;
10
11# rfcomm.c : 4 gotos in rfcomm_channel_create_internal
12