end 489 mod_freetdm/mod_freetdm.c goto end; end 532 mod_freetdm/mod_freetdm.c end: end 3601 mod_freetdm/mod_freetdm.c goto end; end 3610 mod_freetdm/mod_freetdm.c goto end; end 3614 mod_freetdm/mod_freetdm.c goto end; end 3618 mod_freetdm/mod_freetdm.c goto end; end 3624 mod_freetdm/mod_freetdm.c goto end; end 3633 mod_freetdm/mod_freetdm.c goto end; end 3641 mod_freetdm/mod_freetdm.c goto end; end 3649 mod_freetdm/mod_freetdm.c goto end; end 3661 mod_freetdm/mod_freetdm.c goto end; end 3667 mod_freetdm/mod_freetdm.c goto end; end 3676 mod_freetdm/mod_freetdm.c goto end; end 3683 mod_freetdm/mod_freetdm.c goto end; end 3836 mod_freetdm/mod_freetdm.c goto end; end 3847 mod_freetdm/mod_freetdm.c goto end; end 3858 mod_freetdm/mod_freetdm.c goto end; end 3863 mod_freetdm/mod_freetdm.c goto end; end 3882 mod_freetdm/mod_freetdm.c goto end; end 3889 mod_freetdm/mod_freetdm.c goto end; end 3895 mod_freetdm/mod_freetdm.c goto end; end 3907 mod_freetdm/mod_freetdm.c goto end; end 3919 mod_freetdm/mod_freetdm.c goto end; end 3926 mod_freetdm/mod_freetdm.c goto end; end 3951 mod_freetdm/mod_freetdm.c goto end; end 3956 mod_freetdm/mod_freetdm.c goto end; end 3963 mod_freetdm/mod_freetdm.c goto end; end 3991 mod_freetdm/mod_freetdm.c goto end; end 3996 mod_freetdm/mod_freetdm.c goto end; end 4003 mod_freetdm/mod_freetdm.c goto end; end 4026 mod_freetdm/mod_freetdm.c goto end; end 4031 mod_freetdm/mod_freetdm.c goto end; end 4037 mod_freetdm/mod_freetdm.c goto end; end 4044 mod_freetdm/mod_freetdm.c goto end; end 4066 mod_freetdm/mod_freetdm.c goto end; end 4071 mod_freetdm/mod_freetdm.c goto end; end 4078 mod_freetdm/mod_freetdm.c goto end; end 4095 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 1356 src/ftdm_io.c FT_DECLARE(ftdm_status_t) ftdm_channel_add_token(ftdm_channel_t *ftdmchan, char *token, int end) end 1362 src/ftdm_io.c if (end) { end 5969 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 5970 src/ftdm_io.c *(uint8_t *)handle->end = '\0'; end 6015 src/ftdm_io.c char *end = handle->end; end 6041 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 6042 src/ftdm_io.c end = handle->end; end 6054 src/ftdm_io.c snprintf(end, remaining, "%s", data); end 6056 src/ftdm_io.c handle->end = (uint8_t *) (handle->data) + handle->data_len; end 164 src/ftdm_state.c goto end; end 168 src/ftdm_state.c end: end 265 src/ftdm_state.c goto end; end 346 src/ftdm_state.c end: end 1013 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 1148 src/ftmod/ftmod_analog/ftmod_analog.c end: end 1186 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 1196 src/ftmod/ftmod_analog/ftmod_analog.c goto end; end 1206 src/ftmod/ftmod_analog/ftmod_analog.c end: end 670 src/ftmod/ftmod_analog_em/ftmod_analog_em.c goto end; end 686 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 1841 src/ftmod/ftmod_r2/ftmod_r2.c struct timeval start, end; end 1873 src/ftmod/ftmod_r2/ftmod_r2.c memset(&end, 0, sizeof(end)); end 1875 src/ftmod/ftmod_r2/ftmod_r2.c res = gettimeofday(&end, NULL); end 1880 src/ftmod/ftmod_r2/ftmod_r2.c ms = ((end.tv_sec - start.tv_sec) * 1000) end 1881 src/ftmod/ftmod_r2/ftmod_r2.c + ((( 1000000 + end.tv_usec - start.tv_usec) / 1000) - 1000); end 1931 src/ftmod/ftmod_r2/ftmod_r2.c ms = ((start.tv_sec - end.tv_sec) * 1000) end 1932 src/ftmod/ftmod_r2/ftmod_r2.c + ((( 1000000 + start.tv_usec - end.tv_usec) / 1000) - 1000); end 1910 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c goto end; end 1953 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c end: end 218 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 229 src/ftmod/ftmod_wanpipe/ftmod_wanpipe.c for(x = start; x < end; x++) { end 261 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 271 src/ftmod/ftmod_zt/ftmod_zt.c for(x = start; x < end; x++) { end 1009 src/include/freetdm.h FT_DECLARE(ftdm_status_t) ftdm_channel_add_token(ftdm_channel_t *ftdmchan, char *token, int end); end 229 src/include/private/ftdm_core.h void *end; end 243 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: