Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c71 #define MAX_LINE_SIZE 256 macro
881 char buffer[MAX_LINE_SIZE]; in get_layouts()
891 while ((fgets(buffer, MAX_LINE_SIZE, stream) != NULL) && in get_layouts()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgennames.c85 #define MAX_LINE_SIZE 1000 macro
562 char line_in[MAX_LINE_SIZE]; in ParseDefinitionsAndWriteOutput()
/illumos-gate/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()
3455 MP_CHAR fullline[MAX_LINE_SIZE]; /* Full line to add to mpapi.conf */ in MP_RegisterPlugin()
3478 strncat(fullline, "\t", MAX_LINE_SIZE - strlen(pluginid)); in MP_RegisterPlugin()
3479 strncat(fullline, pFileName, MAX_LINE_SIZE - strlen(pluginid) - 1); in MP_RegisterPlugin()
3482 MAX_LINE_SIZE - strlen(pluginid) - strlen(pFileName) -1); in MP_RegisterPlugin()
H A Dmpapi.h99 #define MAX_LINE_SIZE 515 macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c83 #define MAX_LINE_SIZE 1024 macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c138 #define MAX_LINE_SIZE 1024 macro
2358 char buf[MAX_LINE_SIZE]; in frumemcfg_evhandler()