HomeSort by relevance Sort by last modified time
    Searched refs:later (Results 1 - 25 of 54) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
rstatus.c 127 static int later ( RSTATUS * , RSTATUS * );
134 * will be the request with the LATER date. In case of a tie,
140 if (later(*p1, *p2))
158 if (!later(*p1, *p2))
169 later(RSTATUS *prs1, RSTATUS *prs2) function
schedule.c 39 typedef struct later { struct
40 struct later * next;
48 } LATER;
50 static LATER LaterHead = { 0 },
83 LATER * plprev;
84 LATER * pl;
85 LATER * plnext = 0;
105 * anything! Schedule it for one tick later. While we're starting
109 * for later.
227 pl = (LATER *)Malloc(sizeof (LATER))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ldap/common/
ldapdelete.c 37 #ifdef later
88 #ifdef later
178 #ifdef later
  /onnv/onnv-gate/usr/src/common/mpi/
THIRDPARTYLICENSE 25 * either the GNU General Public License Version 2 or later (the "GPL"), or
26 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
63 * either the GNU General Public License Version 2 or later (the "GPL"), or
64 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
100 * either the GNU General Public License Version 2 or later (the "GPL"), or
101 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
137 * either the GNU General Public License Version 2 or later (the "GPL"), or
138 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
175 * either the GNU General Public License Version 2 or later (the "GPL"), or
176 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
vars.pm 61 in Perl v5.6.0 or later. See L<perlfunc/our>.
78 later-loaded routines.
sort.pm 105 the worst case of quicksort is O(N**2). In Perl 5.8 and later,
120 In Perl 5.8 and later, quicksort can be stabilized, but doing so will
135 change in later versions. If stability is important, be sure to
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
_mul64.s 54 movl %eax,%esi / Save A.lo for later
strncmp.s 38 incl %ecx / will later predecrement this uint
wsncmp.s 48 incl %ecx / will later predecrement this uint
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
wsncmp.s 43 incq %rdx / will later predecrement this uint
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/
ResourceBundle.properties 29 lock_error=The lock file, {1},\nhas been detected on server, {0}.\nThis indicates that another export or import is already running.\nPlease try again later.
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
README 44 executed later. This behavior is no longer supported; for altering the
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
README 47 http://docs.sun.com/db/doc/816-7125, or any later version
  /onnv/onnv-gate/usr/src/lib/libshell/misc/
buildksh93.readme 35 64bit S390x }) which are moved later to their matching OS/Net build
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
encoding.pm 155 the encoding specified to utf8. In Perl 5.8.1 and later, literals in
228 or later fixes this problem.
270 details (perl 5.8.1 and later).
433 Porters so it has been fixed in Perl 5.8.1 or later.
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
README.caching 138 unused records are cached for later use.
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
kdb_ldap.h 54 # error This code triggers bugs in old OpenLDAP implementations. Please update to 2.2.24 or later.
183 /* To be used later */
  /onnv/onnv-gate/usr/src/uts/sun4u/ml/
cpr_resume_setup.s 159 ! copy select data to registers for later use
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/
README 76 and later:
220 this is fine for initial delivery it creates difficulties later with
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
SelfStubber.pm 137 will be called sooner or later - at latest when the first sub
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/pr/md/unix/
os_SunOS_amd64.s 32 / terms of the GNU General Public License Version 2 or later (the
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
fasttrap.c 276 int i, later; local
287 later = 0;
341 later += fp->ftp_marked;
366 if (later > 0 && fasttrap_timeout != (timeout_id_t)1)
368 else if (later > 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Cookie.pm 357 MS Internet Explorer 6 Service Pack 1 and later.
  /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/
_rtboot.s 151 mov %o0, %l0 ! and save &eb[0] for later
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
Storable.pm 152 # The stored object tree may later be retrieved to memory via retrieve.
411 conveniently stored to disk and retrieved at a later time.
464 later retrieve them. This is mainly used to freeze a complex structure in
467 effect). Later on, and maybe somewhere else, you can thaw the Perl scalar
782 implementation of the C<file> utility, version 3.38 or later,
837 references used as hash table keys. If you later wish to access the
    [all...]

Completed in 3059 milliseconds

1 2 3