Searched refs:startp (Results 1 – 2 of 2) sorted by relevance
675 cp = startp; in ____STRTOF_INTERNAL()771 startp = cp; in ____STRTOF_INTERNAL()822 if (tp < startp) in ____STRTOF_INTERNAL()1053 ++startp; in ____STRTOF_INTERNAL()1065 ++startp; in ____STRTOF_INTERNAL()1090 ++startp; in ____STRTOF_INTERNAL()1092 ++startp; in ____STRTOF_INTERNAL()1094 val = *startp++ - L_('0'); in ____STRTOF_INTERNAL()1127 if (ISDIGIT (*startp)) in ____STRTOF_INTERNAL()1151 startp++; in ____STRTOF_INTERNAL()[all …]
129 char *startp; in __vstrfmon_l_internal() local485 startp = dest; /* Remember start so we can compute length. */ in __vstrfmon_l_internal()598 if (dest - startp < width) in __vstrfmon_l_internal()604 while (dest - startp < width); in __vstrfmon_l_internal()607 long int dist = width - (dest - startp); in __vstrfmon_l_internal()608 for (char *cp = dest - 1; cp >= startp; --cp) in __vstrfmon_l_internal()614 startp[--dist] = ' '; in __vstrfmon_l_internal()
Completed in 9 milliseconds