Searched refs:bigbuf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c150 static char bigbuf[4096]; local
160 (void) strcat(bigbuf, buffer);
164 syslog(LOG_DAEMON|LOG_NOTICE, bigbuf);
165 bigbuf[0] = 0;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ntfs/
H A Dntfs.c47 static char bigbuf[128*1024]; /* for command output storage */ variable
164 * Saves the output from cmd in bigbuf for later display.
179 strcpy(bigbuf, "");
180 szbigbuf = sizeof(bigbuf) -1;
184 strncat(bigbuf, buf, szbigbuf);
424 printf("ntfsresize had this message:\n%s\n", bigbuf);
434 printf("ntfsresize had this message:\n%s\n", bigbuf);
464 * Saves the output from cmd in bigbuf for later display.
481 strcpy(bigbuf, "");
482 szbigbuf = sizeof(bigbuf)
[all...]

Completed in 16 milliseconds