Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c171 FILE *mpconf; in InitLibrary() local
205 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()
284 fclose(mpconf); in InitLibrary()
289 fclose(mpconf); in InitLibrary()
3454 int mpconf, bytes_left, write_offset; in MP_RegisterPlugin() local
3492 if ((mpconf = open(mpConfFilePath, O_RDWR | O_CREAT)) == -1) { in MP_RegisterPlugin()
3496 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_RegisterPlugin()
3497 close(mpconf); in MP_RegisterPlugin()
[all …]