Lines Matching full:strcmp
193 if (!lose && strcmp(ackdata, "SENT"))
198 if (!strcmp(z.class, "USER_LOCATE")) {
199 if (!strcmp(z.opcode, "USER_HIDE"))
201 else if (!strcmp(z.opcode, "USER_UNHIDE"))
208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
213 if (!strcmp(z.class, "ZEPHYR_CTL")) {
214 if (!strcmp(z.inst, "CLIENT")) {
215 if (!strcmp(z.opcode, "SUBSCRIBE") ||
216 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
217 !strcmp(z.opcode, "UNSUBSCRIBE")) {
219 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIBE") ? "un" : "",
220 strcmp(z.opcode, "SUBSCRIBE_NODEFS") ? "" :
233 if (!strcmp(z.opcode, "GIMME")) {
238 if (!strcmp(z.opcode, "GIMMEDEFS")) {
243 if (!strcmp(z.opcode, "CLEARSUB")) {
252 if (!strcmp(z.inst, "HM")) {
257 if (!strcmp(z.inst, "REALM")) {
258 if (!strcmp(z.opcode, "ADD_SUBSCRIBE"))
260 if (!strcmp(z.opcode, "REQ_SUBSCRIBE"))
262 if (!strcmp(z.opcode, "RLM_SUBSCRIBE"))
264 if (!strcmp(z.opcode, "RLM_UNSUBSCRIBE"))
270 if (!strcmp(z.class, "HM_CTL")) {
276 if (!strcmp(z.class, "HM_STAT")) {
277 if (!strcmp(z.inst, "HMST_CLIENT") && !strcmp(z.opcode, "GIMMESTATS")) {
283 if (!strcmp(z.class, "WG_CTL")) {
289 if (!strcmp(z.class, "LOGIN")) {
290 if (!strcmp(z.opcode, "USER_FLUSH")) {
295 if (!strcmp(z.opcode, "NONE") ||
296 !strcmp(z.opcode, "OPSTAFF") ||
297 !strcmp(z.opcode, "REALM-VISIBLE") ||
298 !strcmp(z.opcode, "REALM-ANNOUNCED") ||
299 !strcmp(z.opcode, "NET-VISIBLE") ||
300 !strcmp(z.opcode, "NET-ANNOUNCED")) {