HomeSort by relevance Sort by last modified time
    Searched defs:get (Results 1 - 25 of 61) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/
directory_server_impl.h 68 directory_error_t (*get)( member in struct:directory_provider_static
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
timetype.sh 34 get() function
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
List.cxx 26 T List<T>::get() function in class:SP_NAMESPACE::List
28 ListItem<T> *p = list_.get();
IListBase.h 23 Link *get();
62 Link *IListBase::get() function in class:SP_NAMESPACE::IListBase
IList.h 29 T *get() { return (T *)IListBase::get(); } function in class:SP_NAMESPACE::IList
IQueue.h 20 Link *get() { function in class:SP_NAMESPACE::IQueueBase
52 T *get() { return (T *)IQueueBase::get(); } function in class:SP_NAMESPACE::IQueue
Options.cxx 31 bool Options<T>::get(T &c) function in class:SP_NAMESPACE::Options
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
attributes.pm 5 @EXPORT_OK = qw(get reftype);
72 sub get ($) { subroutine
74 croak 'Usage: '.__PACKAGE__.'::get $ref';
96 attributes - get/set subroutine or variable attributes
104 use attributes (); # optional, to get subroutine declarations
105 my @attrlist = attributes::get(\&foo);
107 use attributes 'get'; # import the attributes::get subroutine
108 my @attrlist = get \&foo;
145 However, C<my> variables get their attributes applied at run-time
    [all...]
Dumpvalue.pm 52 sub get { subroutine
570 Later in the life of the object the methods may be queries with get()
641 =item get
643 @values = $d->get('option1', 'option2');
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
NVGroup.java 47 public Object get(String key) { method in class:NVGroup
51 return super.get(key);
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
Monitor.java 89 public ResourceMonitor get(Resource res) throws StaleMonitorException; method in interface:Monitor
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
m_wio.h 48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4351
  /onnv/onnv-gate/usr/src/lib/libxcurses2/h/
m_wio.h 48 int (*get)(void *); /* Get byte from input object. */ member in struct:__anon4365
  /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/Include/
SPtr.h 62 _ptr = other_sptr_p.get();
72 _ptr = other_sptr_p.get();
115 _ptr = (T *)other_sptr_p.get();
139 _ptr = other_sptr_p.get();
159 // get - return inner pointer
160 T *get() const function in class:SPtr
186 return(x.get() == y.get());
192 return(x.get() != y.get());
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
OptionsTable.java 44 // Get the standard options we know about
80 public Option get(String opt) { method in class:OptionsTable
81 return (Option)options.get(opt);
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_dictlog.cc 158 j = get();
190 *db_dictlog::get() function in class:db_dictlog
194 READLOCK(this, NULL, "r db_dictlog::get");
196 READUNLOCK(this, NULL, "ru db_dictlog::get");
203 READUNLOCK(this, NULL, "ru db_dictlog::get");
209 READUNLOCK(this, NULL, "ru db_dictlog::get");
217 READUNLOCK(this, j, "ru db_dictlog::get");
db_log.cc 84 j = get();
127 j = get();
157 *db_log::get() function in class:db_log
161 READLOCK(this, NULL, "r db_log::get");
163 READUNLOCK(this, NULL, "ru db_log::get");
170 READUNLOCK(this, NULL, "ru db_log::get");
176 READUNLOCK(this, NULL, "ru db_log::get");
184 READUNLOCK(this, j, "ru db_log::get");
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
SwingWorker.java 43 * Compute the value to be returned by the <code>get</code> method.
69 public Object get() { method in class:SwingWorker
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
B.pm 249 sub get { subroutine
340 get an initial "handle" on an internal object.
367 way to get an initial "handle" on an internal perl data structure
651 It is the appropriate method to use if you need to get the name
833 Like C<ARRAY>, but takes an index as an argument to get only one element,
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
arp.c 67 static void get(char *);
120 * the easiest way to get the complete arp table
141 get(argv[optind]);
298 get(char *host) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
POP3.pm 204 sub get subroutine
206 @_ == 2 or @_ == 3 or croak 'usage: $pop3->get( MSGNUM [, FH ])';
379 my $msg = $pop->get($msgnum);
463 Get the header and the first C<NUMLINES> of the body for the message
476 =item get ( MSGNUM [, FH ] )
478 Get the message C<MSGNUM> from the remote mailbox. If C<FH> is not given
479 then get returns a reference to an array which contains the lines of
485 As per get(), but returns a tied filehandle. Reading from this
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bss_rtcp.c 80 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
126 static int get ( io_channel chan, char *buffer, int maxlen, int *length ) function
203 status = get ( b->num, (char *) &ctx->msg, sizeof(ctx->msg), &length );
239 status = get ( b->num, (char *) &ctx->msg, sizeof(ctx->msg), &length );
  /onnv/onnv-gate/usr/src/common/openssl/ssl/
ssl_task.c 90 * G - Get, requests that up to msg.length bytes of data be returned. The
95 * C - Confirms a get or put. Every get and put will get a confirm response,
101 * A, Get, 4092 ---->
102 * <---- R, get, 4092
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length ) function
223 * get the preferred cipher list and other initialization
301 status = get ( chan, (char *) &msg, sizeof(msg), &length )
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Tuple.java 222 get(int index) method in class:Tuple
224 return elements.get(index);
348 ValueRecord rec1 = t1.get(pos);
349 ValueRecord rec2 = t2.get(pos);
  /onnv/onnv-gate/usr/src/cmd/tzreload/
tzreload.c 50 static void doit(const char *zname, const char *zroot, int get);
53 static void walk_zones(int get);
66 int all = 0, get = 0, init = 0; local
77 get = 1;
95 walk_zones(get);
97 doit(NULL, "", get);
183 * Open the /var/run/tzsync, then set or get the semaphore.
187 * get get/set semaphore
190 doit(const char *zname, const char *zroot, int get)
    [all...]

Completed in 9038 milliseconds

1 2 3