Searched refs:mpconf (Results 1 – 1 of 1) sorted by relevance
171 FILE *mpconf; in InitLibrary() local205 if ((mpconf = fdopen(fd_mpconf, "r")) == NULL) { in InitLibrary()213 while ((mpconf != NULL) && in InitLibrary()214 (charPtr = fgetws(fullline, MAX_LINE_SIZE, mpconf))) { in InitLibrary()285 fclose(mpconf); in InitLibrary()290 fclose(mpconf); in InitLibrary()3455 int mpconf, bytes_left, write_offset; in MP_RegisterPlugin() local3493 if ((mpconf = open(mpConfFilePath, O_RDWR | O_CREAT)) == -1) { in MP_RegisterPlugin()3497 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_RegisterPlugin()3498 close(mpconf); in MP_RegisterPlugin()[all …]