Searched defs:lcl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl.c19 static const char rcsid[] = "$Id: lcl.c,v 1.4 2005/04/27 04:56:30 sra Exp $";
56 struct lcl_p *lcl; local
65 if (!(lcl = memget(sizeof *lcl))) {
70 memset(lcl, 0x5e, sizeof *lcl);
71 lcl->res = NULL;
72 lcl->free_res = NULL;
73 acc->private = lcl;
98 struct lcl_p *lcl local
119 struct lcl_p *lcl = (struct lcl_p *)this->private; local
132 struct lcl_p *lcl = (struct lcl_p *)this->private; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c276 struct nb_name lcl, srv; local
293 snprintf(lcl.nn_name, NB_NAMELEN, "%-15.15s", ucwks);
294 lcl.nn_type = NBT_WKSTA;
295 lcl.nn_scope = ctx->ct_nb->nb_scope;
307 if ((err = nb_name_encode(&req, &lcl)) != 0)
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c177 log_channel_list lcl; local
181 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl->next)
182 if (lcl->channel->type == log_file &&
183 lcl->channel->out.file.stream != NULL &&
184 lcl->channel->flags & LOG_REQUIRE_DEBUG)
185 (void)log_close_stream(lcl->channel);
241 log_channel_list lcl; local
272 log_channel_list lcl; local
469 log_channel_list lcl, lcl_next; local
489 log_channel_list lcl; local
510 log_channel_list lcl, prev_lcl, next_lcl; local
[all...]

Completed in 60 milliseconds