HelenOS sources

gnu_strchrnul      61 uspace/lib/posix/include/posix/string.h extern char *gnu_strchrnul(const char *s, int c);
gnu_strchrnul     556 uspace/lib/posix/src/fnmatch.c 			end = gnu_strchrnul(string, pathname ? '/' : '\0');
HelenOS homepage, sources at GitHub