Searched refs:end_ptr (Results 1 – 9 of 9) sorted by relevance
35 const char *char_ptr, *end_ptr = str + maxlen; in __strnlen() local42 if (__glibc_unlikely (end_ptr < str)) in __strnlen()43 end_ptr = (const char *) ~0UL; in __strnlen()52 if (char_ptr > end_ptr) in __strnlen()53 char_ptr = end_ptr; in __strnlen()86 while (longword_ptr < (unsigned long int *) end_ptr) in __strnlen()154 char_ptr = end_ptr; in __strnlen()157 if (char_ptr > end_ptr) in __strnlen()158 char_ptr = end_ptr; in __strnlen()
124 char *end_ptr; in get_mnt_entry() local129 end_ptr = strchr (buffer, '\n'); in get_mnt_entry()130 if (end_ptr != NULL) /* chop newline */ in get_mnt_entry()133 while (end_ptr != buffer in get_mnt_entry()134 && (end_ptr[-1] == ' ' || end_ptr[-1] == '\t')) in get_mnt_entry()135 end_ptr--; in get_mnt_entry()136 *end_ptr = '\0'; in get_mnt_entry()
267 buf->end_ptr = &state[degree]; in weak_alias()330 buf->end_ptr = &new_state[degree]; in weak_alias()372 int32_t *end_ptr = buf->end_ptr; in weak_alias() local379 if (fptr >= end_ptr) in weak_alias()387 if (rptr >= end_ptr) in weak_alias()
205 char *const end_ptr = &base_ptr[size * (total_elems - 1)]; in _quicksort() local207 char *thresh = min(end_ptr, base_ptr + max_thresh); in _quicksort()224 while ((run_ptr += size) <= end_ptr) in _quicksort()
191 .end_ptr = &randtbl[sizeof (randtbl) / sizeof (randtbl[0])]
432 int32_t *end_ptr; /* Pointer behind state table. */ member
43 struct netlink_res *end_ptr; /* For faster append of new entries. */ member
228 h->end_ptr->next = nlm_next; in __netlink_request()229 h->end_ptr = nlm_next; in __netlink_request()
4191 * stdlib/random_r.c (__setstate_r): Also compute end_ptr