Searched refs:MAX_LINE_SIZE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c484 #define MAX_LINE_SIZE 256 macro
489 n = max(0, min(n, MAX_LINE_SIZE));
499 char buf[MAX_LINE_SIZE+1], save_buf[MAX_LINE_SIZE+1];
500 char save_line[MAX_LINE_SIZE+1];
528 if ((cursor - buf) < MAX_LINE_SIZE) {
583 if ((cursor - buf) < MAX_LINE_SIZE) {
662 len = min(len, MAX_LINE_SIZE - (eol - buf));
697 MAX_LINE_SIZE - (eol - buf));
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_subr.c39 #define MAX_LINE_SIZE 1024 macro
373 char line[MAX_LINE_SIZE];
519 char name[MAX_LINE_SIZE], addr[MAX_LINE_SIZE];
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c69 #define MAX_LINE_SIZE 256 macro
822 char buffer[MAX_LINE_SIZE];
832 while ((fgets(buffer, MAX_LINE_SIZE, stream) != NULL) &&
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c173 MP_WCHAR fullline[MAX_LINE_SIZE]; /* line read in from mpapi.conf */
214 (charPtr = fgetws(fullline, MAX_LINE_SIZE, mpconf))) {
3456 MP_CHAR fullline[MAX_LINE_SIZE]; /* Full line to add to mpapi.conf */
3479 strncat(fullline, "\t", MAX_LINE_SIZE - strlen(pluginid));
3480 strncat(fullline, pFileName, MAX_LINE_SIZE - strlen(pluginid) - 1);
3483 MAX_LINE_SIZE - strlen(pluginid) - strlen(pFileName) -1);
H A Dmpapi.h99 #define MAX_LINE_SIZE 515 macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c85 #define MAX_LINE_SIZE 1024 macro
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c97 #define MAX_LINE_SIZE 256 /* maximum characters per line in config file */ macro
1647 static char yeschr[MAX_LINE_SIZE + 2];
1648 static char nochr[MAX_LINE_SIZE + 2];
1654 char ans[MAX_LINE_SIZE + 1];
1659 if (i < MAX_LINE_SIZE)
1663 if (i < MAX_LINE_SIZE)
1666 if (i >= MAX_LINE_SIZE) {
1667 i = MAX_LINE_SIZE;
1668 ans[MAX_LINE_SIZE] = 0;
1712 (void) strncpy(yeschr, nl_langinfo(YESSTR), MAX_LINE_SIZE
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c140 #define MAX_LINE_SIZE 1024 macro
2360 char buf[MAX_LINE_SIZE];
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c182 #define MAX_LINE_SIZE 1024 macro

Completed in 101 milliseconds