Home
last modified time | relevance | path

Searched refs:S_START (Results 1 – 10 of 10) sorted by relevance

/freebsd/tools/tools/net80211/w00t/prga/
H A Dprga.c45 S_START = 0, enumerator
351 p->state = S_START; in wait_ack()
419 p->state = S_START; in wait_relay()
474 p->state = S_START; in wait_relay()
481 case S_START: in get_more_prga()
578 p->state = S_START; in wait_tap_ack()
585 case S_START: in transmit()
610 p.state = S_START; in main()
657 p.state = S_START; in main()
/freebsd/crypto/heimdal/lib/roken/
H A Dunvis.c73 #define S_START 1 /* start decoding special sequence */ macro
111 *astate = S_START; in rk_unvis()
117 case S_START: in rk_unvis()
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c45 S_START = 0, enumerator
361 if (p->state == S_START) in read_wifi()
389 p->state = S_START; in own()
461 p.state = S_START; in main()
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.c45 S_START = 0, enumerator
417 if (p->state == S_START) in read_wifi()
553 p->state = S_START; in read_buddy_data()
588 p->state = S_START; in own()
702 p.state = S_START; in main()
/freebsd/contrib/libc-vis/
H A Dunvis.c68 #define S_START 1 /* start decoding special sequence */ macro
237 *astate = SS(0, S_START); in unvis()
255 case S_START: in unvis()
/freebsd/usr.bin/gzip/
H A Dzuncompress.c89 S_START, S_MIDDLE, S_EOF enumerator
180 zs->zs_state = S_START; in zdopen()
226 case S_START: in zread()
/freebsd/tools/tools/net80211/w00t/assoc/
H A Dassoc.c38 S_START = 0, enumerator
641 p->state = S_START; in read_wifi()
719 p.state = S_START; in main()
835 case S_START: in main()
/freebsd/usr.bin/compress/
H A Dzopen.c98 S_START, S_MIDDLE, S_EOF enumerator
466 case S_START: in zread()
714 state = S_START; in zopen()
/freebsd/lib/libc/stdio/
H A Dvfscanf.c995 S_START, S_GOTSIGN, S_INF, S_NAN, S_DONE, S_MAYBEHEX, in parsefloat() enumerator
997 } state = S_START; in parsefloat()
1016 case S_START: in parsefloat()
H A Dvfwscanf.c861 S_START, S_GOTSIGN, S_INF, S_NAN, S_DONE, S_MAYBEHEX, in parsefloat() enumerator
863 } state = S_START; in parsefloat()
889 case S_START: in parsefloat()