Searched refs:nul_terminator (Results 1 – 1 of 1) sorted by relevance
1449 const char *nul_terminator; in populate_table() local1463 nul_terminator = memchr(target_params, 0, (size_t)(end - target_params)); in populate_table()1464 if (nul_terminator == NULL) { in populate_table()1470 min_size = (size_t)(nul_terminator - (const char *)spec) + 1; in populate_table()