Lines Matching defs:reply
73 char reply[1024 * 2];
82 memset(reply, 0, sizeof(reply));
130 if (callmount(fd, mpoint, mfs, reply) == 0)
132 printmtmsg(reply);
137 printf("ERROR: %s", reply);
167 if (callmount(fd, mpoint, mfs, reply) == 0)
169 printmtmsg(reply);
177 int callmount(fd, mpoint, mfs, reply)
181 char* reply;
191 if (vcs_write(buf) <= 0 || vcs_read(reply, 1024) <= 0)
193 if (strstr(reply, "ok ") != NULL)