Searched refs:end_tmp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c364 char *end_tmp = NULL; local
416 if (end_tmp == NULL)
432 end_tmp = cp;
433 lenth = end_tmp+ 1- start_tmp;
446 if (end_tmp == NULL)
462 end_tmp = cp;
463 lenth = end_tmp+ 1- start_tmp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_main.c116 const char *end, *end_tmp, *start; local
130 end_tmp = strchr(start, '\n');
131 if (end_tmp != NULL)
132 end = end_tmp;

Completed in 157 milliseconds