Searched refs:whitespace (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/
H A Drbt_test.c250 const char *whitespace; local
303 whitespace = " \t";
316 command = buffer + strspn(buffer, whitespace);
321 arg = strpbrk(command, whitespace);
324 arg += strspn(arg, whitespace);

Completed in 282 milliseconds