Searched refs:variable_length_args_present (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/usr.bin/migcom/ |
| HD | server.c | 2435 int variable_length_args_present = (rt->rtMaxRequestPos > 0); in WriteStringTerminatorCheck() local 2480 …fprintf(file, "In%dP->%s), %d);" "\n", (variable_length_args_present ? argPtr->argRequestPos : 0)… in WriteStringTerminatorCheck() 2482 …fprintf(file, "( strnlen(In%dP->%s, strnlen_limit) >= %d + 1 )", (variable_length_args_present ? a… in WriteStringTerminatorCheck() 2488 …t" "memchr_limit = min((msg_limit - In%dP->%s), %d);" "\n", (variable_length_args_present ? argPt… in WriteStringTerminatorCheck() 2490 …(file, "( memchr(In%dP->%s, '\\0', memchr_limit) == NULL )", (variable_length_args_present ? argPt… in WriteStringTerminatorCheck()
|