Search | Google it | Results 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/isc/ev_timers.c (0.00 seconds) |
300: 301: if (strcmp(param, "rate") == 0) 302: timer->mode |= EV_TMR_RATE; 303: else if (strcmp(param, "interval") == 0) 304: timer->mode &= ~EV_TMR_RATE;