Home
last modified time | relevance | path

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

/freebsd/usr.bin/bluetooth/bthost/
H A Dbthost.c39 static int hostmode (char const *arg, int brief);
71 exit(proto? protomode(*argv, brief) : hostmode(*argv, brief)); in main()
75 hostmode(char const *arg, int brief) in hostmode() function