HomeSort by: relevance | last modified time | path
    Searched defs:lcl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
lcl.c 1 /* $NetBSD: lcl.c,v 1.1.1.2 2012/09/09 16:07:56 christos Exp $ */
21 static const char rcsid[] = "Id: lcl.c,v 1.4 2005/04/27 04:56:30 sra Exp ";
58 struct lcl_p *lcl; local
67 if (!(lcl = memget(sizeof *lcl))) {
72 memset(lcl, 0x5e, sizeof *lcl);
73 lcl->res = NULL;
74 lcl->free_res = NULL;
75 acc->private = lcl;
100 struct lcl_p *lcl = (struct lcl_p *)this->private; local
121 struct lcl_p *lcl = (struct lcl_p *)this->private; local
134 struct lcl_p *lcl = (struct lcl_p *)this->private; local
    [all...]
  /src/external/bsd/libbind/dist/isc/
logging.c 179 log_channel_list lcl; local
183 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl->next)
184 if (lcl->channel->type == log_file &&
185 lcl->channel->out.file.stream != NULL &&
186 lcl->channel->flags & LOG_REQUIRE_DEBUG)
187 (void)log_close_stream(lcl->channel);
243 log_channel_list lcl; local
274 log_channel_list lcl; local
471 log_channel_list lcl, lcl_next; local
491 log_channel_list lcl; local
512 log_channel_list lcl, prev_lcl, next_lcl; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem_dbg.c 462 struct tm *lcl = NULL; local
474 lcl = localtime(&m->time);
476 lcl->tm_hour, lcl->tm_min, lcl->tm_sec);

Completed in 16 milliseconds