Searched defs:put (Results 1 - 11 of 11) sorted by relevance

/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/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/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/grub/grub2/include/grub/
H A Dterminfo.h57 void (*put) (struct grub_term_output *term, const int c); member in struct:grub_terminfo_output_state
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);
/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/gss_mechs/mech_krb5/include/
H A Ddb.h54 #define R_CURSOR 1 /* del, put, seq */
57 #define R_IAFTER 4 /* put (RECNO) */
58 #define R_IBEFORE 5 /* put (RECNO) */
61 #define R_NOOVERWRITE 8 /* put */
63 #define R_SETCURSOR 10 /* put (RECNO) */
107 int (*put) __P((const struct __db *, DBT *, const DBT *, u_int)); member in struct:__db
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm680 sub put { shift->_store_cmd("stor",@_) } subroutine
1263 means that transferring remote file C</path/to/file> will try to put
1460 =item put ( LOCAL_FILE [, REMOTE_FILE ] )
1476 Same as put but uses the C<STOU> command.
1482 Same as put but appends to the file on the remote server.
1565 can return a data connection. They have no effect on methods C<get>, C<put>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm252 remote_user user_name header redirect import_names put
758 sub put { subroutine
821 # put a filehandle into binary mode (DOS)
5426 will put a <?xml> declaration at the top of the HTML header. The sole
5563 place to put HTML extensions, such as colors and wallpaper patterns.
5816 I suggest you put the code in a block as shown here. Otherwise the
6042 can put up an alert box or maybe fix things up yourself. You can
6800 The optional fourth parameter (-linebreak) can be set to 'true' to put
7716 running under IIS and put itself into this mode. You do not need to
7755 You are also advised to put th
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h121 u_int32_t dlen; /* RO: get/put record length. */
122 u_int32_t doff; /* RO: get/put record offset. */
126 #define DB_DBT_PARTIAL 0x04 /* Partial put/get. */
350 #define DB_APPEND 2 /* put() */
365 #define DB_NOOVERWRITE 17 /* put() */
455 int (*put) __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t)); member in struct:__db

Completed in 57 milliseconds