| /osnet-11/usr/src/lib/libxcurses2/src/libc/wide/ |
| H A D | wio_put.c | 54 * 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 D | Mod_EUCJP.pm | 20 sub put { print shift->{str}; } subroutine
|
| /osnet-11/usr/src/lib/libxcurses/h/ |
| H A D | m_wio.h | 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon2732
|
| /osnet-11/usr/src/lib/libxcurses2/h/ |
| H A D | m_wio.h | 49 int (*put)(int, void *); /* Put byte to output object. */ member in struct:__anon2746
|
| /osnet-11/usr/src/lib/libxcurses/src/libc/wide/ |
| H A D | wio_put.c | 51 * 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 D | wrap.t | 21 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 D | console.c | 43 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 D | alloca.s | 37 pushl %ecx / put back return address
|
| /osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
| H A D | Defaults.java | 179 props.put(DATable.SA_ONLY_SCOPES_PROP, localHostName); 180 props.put(DATable.DA_TABLE_CLASS_PROP, SUN_DATABLE);
|
| H A D | ClientMsgManager.java | 72 classTable.put(headerClass, key);
|
| H A D | PermSARegTable.java | 85 htRegs.put(URL, rec);
|
| H A D | StreamListener.java | 107 listeners.put(interfac, this);
|
| H A D | ServiceStoreInMemory.java | 107 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 D | SAttrMsg.java | 155 auth.put(spi, selectedAuth);
|
| H A D | SunServerDATable.java | 223 daSPIsHash.put(inetAddr, spiList); 437 retRec.put(DATable.MULTICAST_KEY, multiScopes); 442 retRec.put(DATable.UNICAST_KEY, ret); 465 // put into URL.
|
| H A D | CSrvMsg.java | 192 URLSignatures.put(URL, sig);
|
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | serial.h | 37 void (*put) (struct grub_serial_port *port, const int c); member in struct:grub_serial_driver 116 port->driver->put (port, c);
|
| H A D | terminfo.h | 57 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 D | ofconsole.c | 57 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 D | db.c | 98 dbp->put = (int (*)())__dberr;
|
| /osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hsearch.c | 84 status = (dbp->put)(dbp, &key, &val, R_NOOVERWRITE);
|
| /osnet-11/usr/src/lib/libc/i386/sys/ |
| H A D | gettimeofday.s | 50 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 D | Aggregation.java | 151 map.put(record.getTuple(), record); 224 if (map.put(key, record) != null) {
|
| /osnet-11/usr/src/cmd/sendmail/db/hsearch/ |
| H A D | hsearch.c | 108 dbp->put(dbp, NULL, &key, &val, DB_NOOVERWRITE)) == 0)
|
| /osnet-11/usr/src/grub/grub2/grub-core/term/ |
| H A D | terminfo.c | 218 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);
|