Home
last modified time | relevance | path

Searched refs:lcl (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl.c50 struct lcl_p *lcl; in irs_lcl_acc() local
59 if (!(lcl = memget(sizeof *lcl))) { in irs_lcl_acc()
64 memset(lcl, 0x5e, sizeof *lcl); in irs_lcl_acc()
65 lcl->res = NULL; in irs_lcl_acc()
66 lcl->free_res = NULL; in irs_lcl_acc()
67 acc->private = lcl; in irs_lcl_acc()
92 struct lcl_p *lcl = (struct lcl_p *)this->private; in lcl_res_get() local
94 if (lcl->res == NULL) { in lcl_res_get()
103 if ((lcl->res->options & RES_INIT) == 0U && in lcl_res_get()
104 res_ninit(lcl->res) < 0) in lcl_res_get()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c173 log_channel_list lcl; in log_close_debug_channels() local
177 for (lcl = lc->categories[i]; lcl != NULL; lcl = lcl->next) in log_close_debug_channels()
178 if (lcl->channel->type == log_file && in log_close_debug_channels()
179 lcl->channel->out.file.stream != NULL && in log_close_debug_channels()
180 lcl->channel->flags & LOG_REQUIRE_DEBUG) in log_close_debug_channels()
181 (void)log_close_stream(lcl->channel); in log_close_debug_channels()
237 log_channel_list lcl; in log_check() local
252 lcl = lc->categories[category]; in log_check()
253 if (lcl == NULL) { in log_check()
255 lcl = lc->categories[0]; in log_check()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh6044 lcl|tgz)tgz=$2
7004 lcl=$name.$base.$suffix
7005 if test -f $lcl
7007 :*|*:-) size=`wc -c < $lcl | sed 's, ,,g'` sum=$base_sum ;;
7008 *) size=$base_size sum=`$checksum < $lcl | sed -e 's,^[ ][ ]*,,' -e 's,[ ].*,,'` ;;
7017 *) lcl=$name.$base.$sync.$suffix
7018 if test -f $lcl
7020 get $host $dir $lcl $sync_size $sync_sum
7028 '') lcl=$name.$base.$suffix
7029 get $host $dir $lcl $base_size $base_sum
[all …]
H A Diffe.sh158 lcl) mm="a native header" ;;
3360 hdr|lcl)m=HAVE${u}_H ;;
3789 hdr|lcl|nxt|sys)
3791 lcl|nxt)case $M in
3845 lcl) echo "#if defined(__STDPP__directive)"
3863 lcl) echo "#include <$i> /* the native <$f.h> */"
3879 lcl) case $all$config$undef in
H A DMakefile240 if T == "*.lcl"
H A DRELEASE167 07-08-01 package.sh: handle 'package read lcl|tgz'
436 package.mk: add Mamfile to lcl manifest
461 03-04-15 package.mk: don't generate incremental archives for lcl
553 iffe.sh: lcl,nxt: drop default sys/ check
592 iffe.sh: lcl,nxt now generate <...> headers instead of "..."
606 iffe.sh: add nxt, similar to lcl but defines _nxt_foo for #include
689 iffe: fix lcl bug for cc -E that doesn't emit line syncs
781 00-03-06 makefile: install optional make probe override script C+make+probe.lcl
861 iffe: fix lcl by dropping sort -u -- we need the real first
874 iffe: fix lcl bug that botched pathnames with embedded spaces
[all …]
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
1213 .binary.lcl :
1425 .runtime.cyg .runtime.exp .runtime.lcl .runtime.pkg .runtime.rpm : .MAKE
H A Dmake.probe2128 if test -f "$dir/probe.lcl"
2129 then . "$dir/probe.lcl"
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfs6 lcl xstat -D_LARGEFILE64_SOURCE link{
32 lcl xstat64 -D_LARGEFILE64_SOURCE link{
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com55 lcl.o lcl_ho.o lcl_ng.o lcl_nw.o \
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk9 * nmake -f name [closure] [cyg|exp|lcl|pkg|rpm|tgz] [base|delta] type
1213 .binary.lcl :
1425 .runtime.cyg .runtime.exp .runtime.lcl .runtime.pkg .runtime.rpm : .MAKE
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1020 features/iffeio: explicitly generate stdio.lcl
1470 features/mode.c: include "limits.h" instead of "FEATURE/limits.lcl"