Searched defs:sep (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtext.c42 atf_text_for_each_word(const char *instr, const char *sep, argument
56 str2 = strtok_r(str, sep, &last);
59 str2 = strtok_r(NULL, sep, &last);
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.c120 const char *sep = ""; local
142 n = snprintf(txt, sizeof(txt), "%s%s%u:", sep,
170 sep = " ";
/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c266 const char *viewname = "", *sep = ""; local
276 sep = ": view ";
290 sep, viewname, namebuf, typebuf, databuf);
295 "in hints", sep, viewname, namebuf, typebuf,
427 const char *viewname = "", *sep = ""; local
441 sep = ": view ";
455 "from hints: %s", sep, viewname,
466 "from cache: %s", sep, viewname,
487 "NS '%s' in hints", sep, viewname,
514 sep, viewnam
[all...]
H A Dzt.c297 const char *sep; local
329 sep = "";
332 sep = " ";
341 zonename, classstr, sep, vname,
/bind-9.6-ESV-R11/lib/isc/
H A Dlog.c1151 char sep = '/'; local
1162 basename = strrchr(FILE_NAME(channel), sep);
1168 sep = '\\';
1187 *(basename - 1) = sep;
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c2650 const char *sep = ""; local
2657 sep = ": view ";
2661 "client %s%s%s: %s", peerbuf, sep, name, msgbuf);
2734 const char *sep; local
2746 sep = ": view ";
2749 sep = "";
2753 peerbuf, sep, name, namebuf, client->requesttime);
H A Dserver.c1155 const char *sep = ": view "; local
1288 sep = "";
1294 sep, viewname, namebuf);
1354 const char *sep = ": view "; local
1386 sep = "";
2274 sep, viewname);
5241 const char *sep; local
5270 sep = (args == NULL) ? "" : ": ";
5273 "dumpdb started%s%s", sep, (args != NULL) ? args : "");
5855 const char *vname, *sep; local
[all...]

Completed in 4073 milliseconds