HomeSort by relevance Sort by last modified time
    Searched defs:Msg (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/include/
sgsmsg.h 37 * for strings, and Msg is an integer offset into that table.
39 typedef int Msg;
44 * When __lint is defined, Msg is a char *. This allows lint to
47 typedef char *Msg;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
Msg.pm 1 # IPC::Msg.pm
7 package IPC::Msg;
18 package IPC::Msg::stat;
22 struct 'IPC::Msg::stat' => [
39 @_ == 3 || croak 'new IPC::Msg ( KEY , FLAGS )';
59 IPC::Msg::stat->new->unpack($data);
88 @_ <= 5 && @_ >= 3 or croak '$msg->rcv( BUF, LEN, TYPE, FLAGS )';
99 @_ <= 4 && @_ >= 3 or croak '$msg->snd( TYPE, BUF, FLAGS )';
111 IPC::Msg - SysV Msg IPC object clas
    [all...]

Completed in 1019 milliseconds