Searched refs:lcl (Results 1 - 4 of 4) sorted by relevance

/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_ssn.c252 struct nb_name lcl, srv; local
269 (void) snprintf(lcl.nn_name, NB_NAMELEN, "%-15.15s", ucwks);
270 lcl.nn_type = NBT_WKSTA;
271 lcl.nn_scope = ctx->ct_nb->nb_scope;
283 if ((err = smbfs_nb_name_encode(&req, &lcl)) != 0)
/osnet-11/usr/src/lib/libresolv2/
H A DMakefile.com46 irs_data.o lcl.o lcl_ho.o lcl_ng.o \

Completed in 23 milliseconds