HomeSort by: relevance | last modified time | path
    Searched defs:REPLY (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rpc.yppasswdd/
yppasswdd_mkpw.c 75 #define REPLY(val) do { \
82 REPLY((val)); \
89 REPLY(1);
166 REPLY(0);
  /src/bin/ksh/
c_sh.c 260 static char REPLY[] = "REPLY";
292 *--wp = REPLY;
  /src/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
56 REPLY=1
79 * Reply part of an rpc exchange
83 * Reply to an rpc request that was accepted by the server.
106 * Reply to an rpc request that was rejected by the server.
122 * Body of a reply to an rpc request.
180 * XDR routine to handle an rpc reply.
189 * XDR routine to handle a accepted rpc reply.
197 * XDR routine to handle a rejected rpc reply.
205 * Fills in the error part of a reply message
    [all...]

Completed in 13 milliseconds