Searched refs:writep (Results 1 – 2 of 2) sorted by relevance
158 wchar_t *key, *writep; in prepkey() local169 writep = key; in prepkey()176 *writep++ = ch; in prepkey()179 *writep = L'\0'; in prepkey()180 if (termchar != L'\0' && (writep = wcschr(key, termchar)) != NULL) in prepkey()181 *++writep = L'\0'; in prepkey()
165 void *writep; in bhnd_nvram_ioptr_read_ptr() local171 error = bhnd_nvram_ioptr_ptr(ioptr, offset, &writep, nbytes, navail); in bhnd_nvram_ioptr_read_ptr()175 *ptr = writep; in bhnd_nvram_ioptr_read_ptr()