Searched refs:fullline (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c173 MP_WCHAR fullline[MAX_LINE_SIZE]; /* line read in from mpapi.conf */ local
214 (charPtr = fgetws(fullline, MAX_LINE_SIZE, mpconf))) {
217 if ((charPtr = wcschr(fullline, L'\n')) != NULL)
220 charPtr = fullline;
222 while ((fullline[0] == L' ') || (fullline[0] == L'\t'))
230 if ((charPtr = wcschr(fullline, L'\t')) == NULL)
231 charPtr = wcschr(fullline, L' ');
3456 MP_CHAR fullline[MAX_LINE_SIZE]; /* Full line to add to mpapi.conf */ local
3476 *fullline
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c528 bool fullline = TRUE; /* current line is terminated */ local
578 prevfl = fullline; /* preserve state of previous line */
594 fullline = FALSE;
606 fullline = TRUE;
615 fullline = TRUE;
622 fullline = TRUE;
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c391 char fullline[512]; /* Full line read in from IMA.conf */ local
433 (fgets(fullline, sizeof (fullline), imaconf))) {
434 if ((fullline[0] != '#') && (fullline[0] != '\n')) {
436 if ((charPtr = (char *)strchr(fullline, '\n')) != NULL)
440 if ((charPtr = (char *)strchr(fullline, '\t')) == NULL)
441 charPtr = (char *)strchr(fullline, ' ');
457 strcpy(pluginname, fullline);
1024 char fullline[51 local
[all...]
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c669 char fullline[512]; /* line read from HBA.conf */
691 while ((hbaconf != NULL) && (fgets(fullline, sizeof(fullline), hbaconf))) {
693 if ((fullline[0] == '#') || (fullline[0] == '\n')) {
698 if((libraryname = strtok(fullline, " \t\n")) != NULL) {
667 char fullline[512]; /* line read from HBA.conf */ local
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c872 char fullline[512]; /* line read from HBA.conf */ local
898 (fgets(fullline, sizeof (fullline), hbaconf))) {
900 if ((fullline[0] == '#') || (fullline[0] == '\n')) {
905 if ((libraryname = strtok(fullline, " \t\n")) != NULL) {

Completed in 105 milliseconds