end 483 mod_freetdm/mod_freetdm.c goto end; end 526 mod_freetdm/mod_freetdm.c end: end 3624 mod_freetdm/mod_freetdm.c goto end; end 3630 mod_freetdm/mod_freetdm.c goto end; end 3783 mod_freetdm/mod_freetdm.c goto end; end 3794 mod_freetdm/mod_freetdm.c goto end; end 3805 mod_freetdm/mod_freetdm.c goto end; end 3810 mod_freetdm/mod_freetdm.c goto end; end 3829 mod_freetdm/mod_freetdm.c goto end; end 3836 mod_freetdm/mod_freetdm.c goto end; end 3842 mod_freetdm/mod_freetdm.c goto end; end 3854 mod_freetdm/mod_freetdm.c goto end; end 3866 mod_freetdm/mod_freetdm.c goto end; end 3873 mod_freetdm/mod_freetdm.c goto end; end 3898 mod_freetdm/mod_freetdm.c goto end; end 3903 mod_freetdm/mod_freetdm.c goto end; end 3910 mod_freetdm/mod_freetdm.c goto end; end 3938 mod_freetdm/mod_freetdm.c goto end; end 3943 mod_freetdm/mod_freetdm.c goto end; end 3950 mod_freetdm/mod_freetdm.c goto end; end 3973 mod_freetdm/mod_freetdm.c goto end; end 3978 mod_freetdm/mod_freetdm.c goto end; end 3984 mod_freetdm/mod_freetdm.c goto end; end 3991 mod_freetdm/mod_freetdm.c goto end; end 4020 mod_freetdm/mod_freetdm.c end: end 133 src/ftdm_config.c char *p, *end; end 150 src/ftdm_config.c if (**var == '[' && (end = strchr(*var, ']')) != 0) { end 151 src/ftdm_config.c *end = '\0'; end 184 src/ftdm_config.c if ((end = strchr(*var, ';')) && *(end+1) == *end) { end 185 src/ftdm_config.c *end = '\0'; end 186 src/ftdm_config.c end--; end 187 src/ftdm_config.c } else if ((end = strchr(*var, '\n')) != 0) { end 188 src/ftdm_config.c if (*(end - 1) == '\r') { end 189 src/ftdm_config.c end--; end 191 src/ftdm_config.c *end = '\0'; end 195 src/ftdm_config.c while ((*p == ' ' || *p == '\t') && p != end) { end 221 src/ftdm_config.c while ((*p == ' ' || *p == '\t') && p != end) { end 1131 src/ftdm_io.c FT_DECLARE(ftdm_status_t) ftdm_channel_add_token(ftdm_channel_t *ftdmchan, char *token, int end) end 1137 src/ftdm_io.c if (end) { end 1207 src/ftdm_io.c goto end; end 1211 src/ftdm_io.c end: end 1242 src/ftdm_io.c goto end; end 1323 src/ftdm_io.c end: end 5242 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 5243 src/ftdm_io.c *(uint8_t *)handle->end = '\0'; end 5288 src/ftdm_io.c char *end = handle->end; end 5314 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 5315 src/ftdm_io.c end = handle->end; end 5327 src/ftdm_io.c snprintf(end, remaining, "%s", data); end 5329 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 308 src/ftdm_m3ua.c goto end; end 328 src/ftdm_m3ua.c goto end; end 388 src/ftdm_m3ua.c end: end 578 src/ftdm_m3ua.c goto end; end 587 src/ftdm_m3ua.c goto end; end 663 src/ftdm_m3ua.c goto end; end 668 src/ftdm_m3ua.c end: end 862 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 944 src/ftmod/ftmod_analog/ftmod_analog.c end: end 982 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 992 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 1002 src/ftmod/ftmod_analog/ftmod_analog.c end: end 671 src/ftmod/ftmod_analog_em/ftmod_analog_em.c goto end; end 687 src/ftmod/ftmod_analog_em/ftmod_analog_em.c end: end 319 src/ftmod/ftmod_pika/ftmod_pika.c static unsigned pika_open_range(ftdm_span_t *span, unsigned boardno, unsigned spanno, unsigned start, unsigned end, end 372 src/ftmod/ftmod_pika/ftmod_pika.c end--; end 375 src/ftmod/ftmod_pika/ftmod_pika.c for(x = start; x < end; x++) { end 1235 src/ftmod/ftmod_pika/ftmod_pika.c goto end; end 1263 src/ftmod/ftmod_pika/ftmod_pika.c end: end 1922 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c goto end; end 1965 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c end: end 212 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c static unsigned wp_open_range(ftdm_span_t *span, unsigned spanno, unsigned start, unsigned end, ftdm_chan_type_t type, char *name, char *number, unsigned char cas_bits) end 223 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c for(x = start; x < end; x++) { end 250 src/ftmod/ftmod_zt/ftmod_zt.c static unsigned zt_open_range(ftdm_span_t *span, unsigned start, unsigned end, ftdm_chan_type_t type, char *name, char *number, unsigned char cas_bits) end 260 src/ftmod/ftmod_zt/ftmod_zt.c for(x = start; x < end; x++) { end 718 src/include/freetdm.h FT_DECLARE(ftdm_status_t) ftdm_channel_add_token(ftdm_channel_t *ftdmchan, char *token, int end); end 237 src/include/private/ftdm_core.h void *end; end 251 src/include/private/ftdm_core.h s.end = s.data; \ end 275 src/libteletone_generate.c char *data = NULL, *cur = NULL, *end = NULL; end 296 src/libteletone_generate.c if ((end = strchr(cur, ';')) != 0) { end 297 src/libteletone_generate.c *end++ = '\0'; end 425 src/libteletone_generate.c if (end) { end 426 src/libteletone_generate.c cur = end; end 31 src/testpri.c goto end; end 53 src/testpri.c end: