Home
last modified time | relevance | path

Searched refs:nullp (Results 1 – 1 of 1) sorted by relevance

/external/kmod/libkmod/
Dlibkmod-builtin.c122 char *nullp = NULL; in get_string() local
125 while (!nullp) { in get_string()
139 nullp = memchr(buf, '\0', (size_t) sz); in get_string()
140 partsz = (size_t)((nullp) ? (nullp - buf) + 1 : sz); in get_string()