Searched refs:p_last (Results 1 – 3 of 3) sorted by relevance
69 char *p = &buf[0], *p_last = &buf[ndigit]; in cvt() local128 p_last += *decpt; in cvt()129 if (p_last >= buf) { in cvt()130 if (p_last > &buf[NDIG - 2]) in cvt()131 p_last = &buf[NDIG - 2]; in cvt()140 if (p >= p_last) { in cvt()141 p = p_last; in cvt()151 ++p_last; in cvt()156 *p_last = '\0'; in cvt()
429 LibHalProperty *p_last; in libhal_device_get_all_properties() local495 p_last = NULL; in libhal_device_get_all_properties()516 if (p_last != NULL) in libhal_device_get_all_properties()517 p_last->next = p; in libhal_device_get_all_properties()519 p_last = p; in libhal_device_get_all_properties()
3528 char *p, *p_last; local3531 p_last = p;3536 *p_last = *p;3537 p_last++;3541 *p_last = tolower(*p);3542 p_last++;3546 if (*p_last != '\0')3547 *p_last = '\0';