Searched refs:put (Results 1 - 25 of 103) sorted by relevance

12345

/osnet-11/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c54 * The function referenced by "put" is passed a byte value and the
64 if (wio == NULL || wio->put == (int (*)(int, void *)) NULL) {
88 if ((*wio->put)(*ptr, wio->object) == EOF)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A DMod_EUCJP.pm20 sub put { print shift->{str}; } subroutine
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wio.h49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon2732
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dm_wio.h49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon2746
/osnet-11/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_put.c51 * The function referenced by "put" is passed a byte value and the
63 if (wio == (t_wide_io *) 0 || wio->put == (int (*)(int, void *)) 0) {
86 if ((*wio->put)(*ptr, wio->object) == EOF)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dwrap.t21 This is a test of a very long line. It should be broken up and put onto multiple lines.
22 This is a test of a very long line. It should be broken up and put onto multiple lines.
24 This is a test of a very long line. It should be broken up and put onto multiple lines.
26 This is a test of a very long line. It should be broken up and put onto
28 This is a test of a very long line. It should be broken up and put onto
31 This is a test of a very long line. It should be broken up and put onto
35 This is a test of a very long line. It should be broken up and put onto multiple lines.
37 This is a test of a very long line. It should be broken up and put onto
41 This is a test of a very long line. It should be broken up and put onto multiple lines.
44 This is a test of a very long line. It should be broken up and put ont
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/arc/
H A Dconsole.c43 put (struct grub_term_output *term __attribute__ ((unused)), const int c) function
79 .put = put,
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dalloca.s37 pushl %ecx / put back return address
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java179 props.put(DATable.SA_ONLY_SCOPES_PROP, localHostName);
180 props.put(DATable.DA_TABLE_CLASS_PROP, SUN_DATABLE);
H A DClientMsgManager.java72 classTable.put(headerClass, key);
H A DPermSARegTable.java85 htRegs.put(URL, rec);
H A DStreamListener.java107 listeners.put(interfac, this);
H A DServiceStoreInMemory.java107 services.put(surl, s);
112 signatures.put(url, sig);
146 alreadySeen.put(rec, rec);
186 alreadySeen.put(rec, rec);
1313 // values equal to the value in the RegRecord are put into a list
1816 ht.put(rec, rec);
2055 ht.put(ServiceStore.FS_SERVICES, services);
2060 ht.put(ServiceStore.FS_SIGTABLE, signatures);
2182 ht.put(ServiceStore.FA_ATTRIBUTES, ret);
2187 ht.put(ServiceStor
[all...]
H A DSAttrMsg.java155 auth.put(spi, selectedAuth);
H A DSunServerDATable.java223 daSPIsHash.put(inetAddr, spiList);
437 retRec.put(DATable.MULTICAST_KEY, multiScopes);
442 retRec.put(DATable.UNICAST_KEY, ret);
465 // put into URL.
H A DCSrvMsg.java192 URLSignatures.put(URL, sig);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dserial.h37 void (*put) (struct grub_serial_port *port, const int c); member in struct:grub_serial_driver
116 port->driver->put (port, c);
H A Dterminfo.h57 void (*put) (struct grub_term_output *term, const int c); member in struct:grub_terminfo_output_state
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c57 put (struct grub_term_output *term __attribute__ ((unused)), const int c) function
188 .put = put,
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/
H A Ddb.c98 dbp->put = (int (*)())__dberr;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c84 status = (dbp->put)(dbp, &key, &val, R_NOOVERWRITE);
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s50 movl 4(%esp), %ecx / put ptr to timeval in %ecx
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java151 map.put(record.getTuple(), record);
224 if (map.put(key, record) != null) {
/osnet-11/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c108 dbp->put(dbp, NULL, &key, &val, DB_NOOVERWRITE)) == 0)
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dterminfo.c218 data->put (term, *str++);
248 data->put (term, '\b');
371 data->put (term, '\r');
372 data->put (term, '\n');
378 data->put (term, c->base);

Completed in 86 milliseconds

12345