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