Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/efcode/engine/
H A Dinteractive.c484 #define MAX_LINE_SIZE 256 macro
489 n = max(0, min(n, MAX_LINE_SIZE)); in do_save_buf()
499 char buf[MAX_LINE_SIZE+1], save_buf[MAX_LINE_SIZE+1]; in read_line()
500 char save_line[MAX_LINE_SIZE+1]; in read_line()
528 if ((cursor - buf) < MAX_LINE_SIZE) { in read_line()
583 if ((cursor - buf) < MAX_LINE_SIZE) { in read_line()
662 len = min(len, MAX_LINE_SIZE - (eol - buf)); in read_line()
697 MAX_LINE_SIZE - (eol - buf)); in read_line()
/titanic_50/usr/src/cmd/kbd/
H A Dkbd.c69 #define MAX_LINE_SIZE 256 macro
822 char buffer[MAX_LINE_SIZE]; in get_layouts()
832 while ((fgets(buffer, MAX_LINE_SIZE, stream) != NULL) && in get_layouts()
/titanic_50/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c173 MP_WCHAR fullline[MAX_LINE_SIZE]; /* line read in from mpapi.conf */ in InitLibrary()
214 (charPtr = fgetws(fullline, MAX_LINE_SIZE, mpconf))) { in InitLibrary()
3456 MP_CHAR fullline[MAX_LINE_SIZE]; /* Full line to add to mpapi.conf */ in MP_RegisterPlugin()
3479 strncat(fullline, "\t", MAX_LINE_SIZE - strlen(pluginid)); in MP_RegisterPlugin()
3480 strncat(fullline, pFileName, MAX_LINE_SIZE - strlen(pluginid) - 1); in MP_RegisterPlugin()
3483 MAX_LINE_SIZE - strlen(pluginid) - strlen(pFileName) -1); in MP_RegisterPlugin()
H A Dmpapi.h99 #define MAX_LINE_SIZE 515 macro
/titanic_50/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 + 1);
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c85 #define MAX_LINE_SIZE 1024 macro
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c140 #define MAX_LINE_SIZE 1024 macro
2360 char buf[MAX_LINE_SIZE]; in frumemcfg_evhandler()