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

/freebsd-9.3-release/contrib/bind9/bin/nsupdate/
H A Dnsupdate.c376 nsu_strsep(char **stringp, const char *delim) { function
1135 word = nsu_strsep(cmdlinep, " \t\r\n");
1238 word = nsu_strsep(&cmdline, " \t\r\n");
1254 word = nsu_strsep(&cmdline, " \t\r\n");
1328 word = nsu_strsep(&cmdline, " \t\r\n");
1362 word = nsu_strsep(&cmdline, " \t\r\n");
1369 word = nsu_strsep(&cmdline, " \t\r\n");
1403 word = nsu_strsep(&cmdline, " \t\r\n");
1410 word = nsu_strsep(&cmdline, " \t\r\n");
1459 namestr = nsu_strsep(
[all...]
/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dsample-update.c318 nsu_strsep(char **stringp, const char *delim) { function
374 word = nsu_strsep(cmdlinep, " \t\r\n");
468 word = nsu_strsep(&cmdline, " \t\r\n");
505 word = nsu_strsep(&cmdline, " \t\r\n");
525 word = nsu_strsep(&cmdline, " \t\r\n");
618 word = nsu_strsep(&cmdline, " \t\r\n");
630 word = nsu_strsep(&cmdline, " \t\r\n");
703 word = nsu_strsep(&cmdline, " \t\r\n");

Completed in 109 milliseconds