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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-stringtable.c553 char *last_colon; local
558 && (last_colon = strrchr (line + 6, ':')) != NULL
559 && *(last_colon + 1) != '\0'
560 && (number = strtoul (last_colon + 1, &endp, 10), *endp == '\0'))
563 *last_colon = '\0';

Completed in 118 milliseconds