OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:protof
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libbluetooth/
bluetooth.c
53
static FILE *
protof
= NULL;
variable in typeref:typename:FILE *
215
if (
protof
== NULL)
216
protof
= fopen(_PATH_BT_PROTOCOLS, "r");
218
if (
protof
== NULL)
221
if ((p = fgets(buf, sizeof(buf),
protof
)) == NULL)
259
if (
protof
== NULL)
260
protof
= fopen(_PATH_BT_PROTOCOLS, "r");
262
rewind(
protof
);
270
if (
protof
!= NULL) {
271
(void) fclose(
protof
);
[
all
...]
bluetooth.c
53
static FILE *
protof
= NULL;
variable in typeref:typename:FILE *
215
if (
protof
== NULL)
216
protof
= fopen(_PATH_BT_PROTOCOLS, "r");
218
if (
protof
== NULL)
221
if ((p = fgets(buf, sizeof(buf),
protof
)) == NULL)
259
if (
protof
== NULL)
260
protof
= fopen(_PATH_BT_PROTOCOLS, "r");
262
rewind(
protof
);
270
if (
protof
!= NULL) {
271
(void) fclose(
protof
);
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025