HomeSort by: relevance | last modified time | path
    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