Home
last modified time | relevance | path

Searched refs:ARGUMENT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/tools/buryarg/
Dburyarg.c86 #define ARGUMENT_BUF_SIZE 0x10000 macro
87 char gArgString[ARGUMENT_BUF_SIZE];
351 if (gArgStringIndex >= ARGUMENT_BUF_SIZE) in checkOverBuffer()
680 for (n = 0; n < ARGUMENT_BUF_SIZE; n++) in openFiles()
687 while (n < ARGUMENT_BUF_SIZE && (c = fgetc(gReplacementFile)) != EOF) in openFiles()
896 if (gArgStringSize < 0 || gArgStringSize > ARGUMENT_BUF_SIZE) in replaceToSpecifiedString()
/TwlSDK-5.1.0/build/tools/buryarg.TWL/
Dburyarg.c83 #define ARGUMENT_BUF_SIZE 0x10000 macro
84 char gArgString[ARGUMENT_BUF_SIZE];
348 if (gArgStringIndex >= ARGUMENT_BUF_SIZE) in checkOverBuffer()
678 for (n = 0; n < ARGUMENT_BUF_SIZE; n++) in openFiles()
685 while (n < ARGUMENT_BUF_SIZE && (c = fgetc(gReplacementFile)) != EOF) in openFiles()