Home
last modified time | relevance | path

Searched refs:CHARS_PER_LINE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0006-do-not-export-the-CHARS_PER_LINE-variable.patch4 Subject: [PATCH] do not export the CHARS_PER_LINE variable
6 The library exports a variable named "CHARS_PER_LINE". This is a generic name that could conflict w…
23 -const int CHARS_PER_LINE = 72;
24 +static const int CHARS_PER_LINE = 72;
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprocarg.c1087 #define CHARS_PER_LINE 60 in winLogCommandLine() macro
1097 if ((strlen(argv[i]) < CHARS_PER_LINE in winLogCommandLine()
1098 && iCurrLen + strlen(argv[i]) > CHARS_PER_LINE) in winLogCommandLine()
1099 || strlen(argv[i]) > CHARS_PER_LINE) { in winLogCommandLine()
1123 if ((strlen(argv[i]) < CHARS_PER_LINE in winLogCommandLine()
1124 && iCurrLen + strlen(argv[i]) > CHARS_PER_LINE) in winLogCommandLine()
1125 || strlen(argv[i]) > CHARS_PER_LINE) { in winLogCommandLine()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/
H A Dlibb64_1.2.1.bb15 file://0006-do-not-export-the-CHARS_PER_LINE-variable.patch \