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

/freebsd-9.3-release/contrib/bind9/lib/export/samples/
H A Dnsprobe.c70 lame, enumerator in enum:__anon221
118 unsigned long lame; member in struct:lcl_stat
362 case lame:
363 stattype = "lame";
364 increment_entry(&server_stat.lame);
365 increment_entry(&local_stat.lame);
429 if (local_stat.lame > 0U) {
431 printf("%s:lame\n", trans->domain);
432 increment_entry(&domain_stat.lame);
526 *resultp = lame;
[all...]
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c236 char lame[1024]; local
241 vsnprintf(lame, sizeof(lame), fmt, ap);
258 t->tm_hour, t->tm_min, t->tm_sec, lame);
516 static unsigned char* lame = 0; local
527 hexdump(&lame[0], lastlen);
538 if (lame)
539 free(lame);
541 lame = (unsigned char*) malloc(len);
542 if(!lame) {
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c248 SET_RESSTATDESC(lame, "lame delegations received", "Lame");

Completed in 59 milliseconds