strchrnul          56 include/portability.h char *strchrnul(const char *s, int c_in);
strchrnul         571 lib/common/logging.c                 next = strchrnul(offset, ',');
strchrnul        1245 lib/common/logging.c         next = strchrnul(offset, '\n');