Searched refs:used (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libxcurses/src/tabs/
H A DMakefile71 @echo this tabs is not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses/src/terminfo/
H A DMakefile32 @echo these terminfo entries are not currently used by Solaris
/osnet-11/usr/src/lib/libxcurses/src/tput/
H A DMakefile70 @echo this tput is not currently used by Solaris
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.h3 size_t used; member in struct:ctl_buf
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
H A Dctl_clnt.c263 tran->outbuf.used = len;
264 for (pc = tran->outbuf.text, n = 0; n < tran->outbuf.used; pc++, n++)
320 *iovp++ = evConsIovec(tran->outbuf.text, tran->outbuf.used);
507 n = read(ctx->sock, ctx->inbuf.text + ctx->inbuf.used,
508 MAX_LINELEN - ctx->inbuf.used);
517 ctx->inbuf.used += n;
518 (*ctx->logger)(ctl_debug, "%s: read %d, used %d", me,
519 n, ctx->inbuf.used);
521 eos = memchr(ctx->inbuf.text, '\n', ctx->inbuf.used);
546 ctx->inbuf.used
[all...]
H A Dctl_p.c62 * is used. this pollutes stderr with all kinds of trash so it will
63 * probably never be used in real applications.
81 REQUIRE(!allocated_p(*buf) && buf->used == 0U);
87 buf->used = 0;
97 buf->used = 0;
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A DMakefile77 @echo this tic and untic is not currently used by Solaris
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DConfig.pm163 Encode::Config -- internally used by Encode
H A DCJKConstants.pm29 UNDEF_JIS => "\xa2\xf7", # �� -- used in unicode
30 UNDEF_UNICODE => "\x20\x20", # �� -- used in unicode
64 Encode::CJKConstants.pm -- Internally used by Encode::??::ISO_2022_*
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.t13 # catch "used once" warnings
24 my $e = !(grep /^Name "X::x" used only once: possible typo/, @warns) && 'not ';
26 $e = !(grep /^Name "main::x" used only once: possible typo/, @warns) && 'not ';
28 $e = !(grep /^Name "main::y" used only once: possible typo/, @warns) && 'not ';
30 $e = !(grep /^Name "main::z" used only once: possible typo/, @warns) && 'not ';
36 # to avoid "used once" warnings
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c54 grub_size_t used; member in struct:grub_priority_queue
106 if (!pq->used)
135 ret->used = 0;
146 if (pq->used == pq->allocated)
155 pq->used++;
156 grub_memcpy (element (pq, pq->used - 1), el, pq->elsize);
157 for (p = pq->used - 1; p; p = parent (p))
172 swap (pq, 0, pq->used - 1);
173 pq->used--;
174 for (p = 0; left_child (p) < pq->used; )
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c78 * ht_type and ht_ip are only used for hostname lookup caching.
483 size_t used, remaining; local
628 used = snprintf(bp, remaining, "%hu",
631 used = strlcpy(bp, event->ae_desc, remaining);
632 bp += used;
633 remaining -= used;
637 used = strlcpy(bp, " failed", remaining);
639 used = strlcpy(bp, " ok", remaining);
640 bp += used;
641 remaining -= used;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Dparser.t19 like( $@, qr/syntax error/, 'syntax error, used to dump core' );
24 'syntax error in string, used to dump core' );
47 # This used to dump core (bug #17920)
51 # bug #18573, used to corrupt memory
59 # (used to dump core or produce strange results)
147 # this used to segfault (because $[=1 is optimized away to a null block)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.t32 is( $$scalar, undef, 'used TIESCALAR, default value is still undef' );
36 is( $$scalar, undef, 'used new(), default value is still undef' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm16 Time::tm - internal object used by Time::gmtime and Time::localtime
24 This module is used internally as a base class by Time::localtime And
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm79 # This AUTOLOAD is used to 'autoload' constants from the constant()
117 used to localize output and user interfaces. The langinfo() requires
119 if no argument is supplied, C<$_> is used. The numeric constants
120 appropriate to be used as arguments are exportable from I18N::Langinfo.
123 three constants to be used as arguments to langinfo(): a constant for
156 for the date-time, date, and time formats used by the strftime() function
166 for the character code set being used (such as "ISO8859-1", "cp850",
168 radix character used between the integer and the fractional part
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c74 boolean_t used; local
98 &name, &used) == 0 && used) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dint32.pm38 This DBM filter is used when interoperating with a C/C++ application
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm35 to a test program the intermediate directories used by C<make> are
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DShowlex.pm12 # to see the names of lexical variables used by &foo
15 # to see the names of file scope lexicals used by bar.pl
84 B::Showlex - Show lexical variables used in functions or files
93 variables used in that subroutine. Otherwise, prints the file-scope
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm15 script. This information can be used to determine which subroutines are
17 information can also be used to create an execution graph of the script,
22 F<test.pl> the following command should be used:
28 F<tmon.out>. A tool like I<dprofpp> can be used to interpret the
30 print the top 15 subroutines which used the most time:
76 With newer perls another format is used, which may look like this:
111 calls to the profiler These values are used by the profiler to
120 The I<old-style> C<+>- and C<->-lines are used to mark the overhead
134 a replacement for times() is used. Defaults to the value of C<HZ> macro.
172 A pattern like this is used b
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c52 int used; member in struct:__anon2735
61 if (sp->max <= sp->used)
64 sp->mbs[sp->used++] = byte;
92 last = string.used;
95 string.used = last;
112 string.mbs[string.used] = '\0';
114 return string.used;
122 * This routinue should be used when sizeof (wchar_t) < sizeof (wint_t).
193 * returning either -1 on error or the number of bytes used to convert the
204 * will instead by the number of bytes used t
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddl.h31 * Macros GRUB_MOD_INIT and GRUB_MOD_FINI are also used by build rules
39 static void grub_mod_init (grub_dl_t mod __attribute__ ((unused))) __attribute__ ((used)); \
49 static void grub_mod_fini (void) __attribute__ ((used)); \
92 static char grub_module_license[] __attribute__ ((section (GRUB_MOD_SECTION (module_license)), used)) = "LICENSE=" license;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t93 # or setgid, or the -T switch was used), this
100 qq{Name "main::x" used only once: possible typo at -e line 1.\nUse of uninitialized value in print at -e line 1.\n});
118 Name "main::x" used only once: possible typo at -e line 1.
127 Name "main::x" used only once: possible typo at -e line 1.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv103 when omitted, the current locale will be used
105 when omitted, the current locale will be used
150 this option can be omitted. In such cases, the current locale is used.
155 this option can be omitted. In such cases, the current locale is used.
196 Selects which scheme is to be used for conversion. Available schemes
212 The new perlIO layer is used. NI-S' favorite.

Completed in 85 milliseconds

1234567891011>>