Searched refs:current (Results 51 - 75 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java486 float current = (float)0.0;
492 current = Float.valueOf(temversion).floatValue();
502 if (current > highest) {
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_str.c185 char *current; local
214 while ((current = strtok_r(NULL, a_separators, &lasts)) !=
216 if (strcmp(current, a_token) == 0) {
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h177 uchar_t *here; /* current dp */
186 variable_t num_base; /* current base */
187 token_t *current; /* current voc */ member in struct:FCODE_ENV
243 #define CURRENT (env->current)
285 #define EXPOSE_ACF *((acf_t)env->current) = \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm25 Returns an opaque value that represents the current position of the
56 POS is an offset from the current position. (Seek relative to current)
80 Returns the IO::File's current position, or -1 on error.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm8 I18N::Collate - compare 8-bit scalar data according to the current locale
23 according to the current locale
73 # Purpose: compare 8-bit scalar data according to the current locale
140 according to the current locale
164 # the current $LOCALE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm298 Net::Domain - Attempt to evaluate the current host's internet name and domain
307 of the current host. From this determine the host-name and the host-domain.
315 Identify and return the FQDN of the current host.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DTermcap.pm10 # output the right termcap escape sequences for formatted text on the current
149 text using the correct termcap escape sequences for the current terminal.
156 the current terminal, and falls back on the ECMA-48 (the same in this
165 The current version of this module is always available from its web site at
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc129 db_free_entry *current, *nextentry; local
132 for (current = head; current != NULL; ) {
133 nextentry = current->next;
134 delete current;
135 current = nextentry;
199 db_free_entry_p current = head; local
212 for (i = liststart+2; i < listend && current != NULL; i++) {
213 answer[i] = current->where;
214 current
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s231 std %d10, [%o0+56] ! store the current 8 bytes
234 std %d12, [%o0+48] ! store the current 8 bytes
236 std %d14, [%o0+40] ! store the current 8 bytes
238 std %d16, [%o0+32] ! store the current 8 bytes
240 std %d20, [%o0+24] ! store the current 8 bytes
242 std %d22, [%o0+16] ! store the current 8 bytes
244 std %d24, [%o0+8] ! store the current 8 bytes
247 std %d26, [%o0] ! store the current 8 bytes
262 std %d10, [%o0+24] ! store the current 8 bytes
265 std %d12, [%o0+16] ! store the current
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c144 int current; local
145 for (current = 0; current < 0x80; current++)
147 ascii_font_glyph[current] =
150 ascii_font_glyph[current]->width = 8;
151 ascii_font_glyph[current]->height = 16;
152 ascii_font_glyph[current]->offset_x = 0;
153 ascii_font_glyph[current]->offset_y = -2;
154 ascii_font_glyph[current]
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c110 struct AmigaIds *current, *next; local
112 for (current = ids; current != NULL; current = next) {
113 next = current->next;
114 free (current);
119 struct AmigaIds *current; local
121 for (current = ids; current != NULL; current
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgstr.c679 char *current; local
717 while ((current = strtok_r((char *)NULL, a_separators, &lasts)) !=
719 if (streq(current, a_token)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL51 Without arguments libnetcfg displays the current configuration.
79 C<-i oldfile>, and it is searched first from the current directory,
83 default it is written to the current directory, unless otherwise
370 C<-i oldfile>, and it is searched first from the current directory,
374 default it is written to the current directory, unless otherwise
611 print "Your current netmasks are :\n\n\t",
618 current list and an empty line to continue with Configure.
/osnet-11/usr/src/lib/libproject/common/
H A Dsetproject.c59 char *current; local
62 current = next = s;
67 *current++ = *next++;
69 *current = '\0';
236 * current value of global_flags. We obtain global_flags by
722 * current project, we are finished, since the current
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshlex.h38 struct argnod *arg; /* current word */
40 int token; /* current token number */
59 unsigned long current; /* current entity number */ member in struct:_shlex_
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm59 NOTE: For variables in the current package, the functionality provided
H A Dblib.pm16 I<dir> (or current directory) and working back up to five levels of '..'.
H A Dbytes.pm50 the effect of C<use bytes> within the current lexical scope.
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c115 /* Point the current LSN to the new file. */
177 * Flush the current buffer contents to disk.
265 int current, ret; local
284 "log_flush: LSN past current end-of-log");
298 * We may need to write the current buffer. We have to write the
299 * current buffer if the flush LSN is greater than or equal to the
302 current = 0;
308 current = 1;
327 * Set the last-synced LSN, using the LSN of the current buffer. If
328 * the current buffe
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm88 C<@DynaLoader::dl_resolve_using> array for the current architecture.
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_circular_progress.c217 int current, int end)
222 self->value = current;
216 circprog_set_state(void *vself, int visible, int start, int current, int end) argument
H A Dgui_label.c157 int current, int end __attribute__ ((unused)))
160 self->value = -current;
156 label_set_state(void *vself, int visible, int start __attribute__ ((unused)), int current, int end __attribute__ ((unused))) argument
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgui.h74 void (*set_state) (void *self, int visible, int start, int current, int end);
78 int current, int end);
223 /* Set a new viewport relative the the current one, saving the current
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL204 will contain terminal control sequences for your current terminal type.
242 If B<-t> is given, B<pod2text> will take the current width of your screen
250 current terminal device.
259 The current version of this script is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm64 given it restricts it to its current keyset. No more keys can be
66 the set of allowed keys. B<Note>: the current implementation prevents

Completed in 106 milliseconds

12345678910