Lines Matching defs:protof
53 static FILE *protof = NULL;
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);
272 protof = NULL;