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

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dsetenv.c105 __private_extern__ int _owned_ptr_search(struct owned_ptr * __restrict, const void * __restrict, int * __restrict);
112 if (_owned_ptr_search(owned, ptr, &index) == 0) return; /* already there */
174 _owned_ptr_search(struct owned_ptr * __restrict owned, const void * __restrict ptr, int * __restrict result) function
252 if (_owned_ptr_search(owned, e, &oindex) == 0) {
279 if (_owned_ptr_search(owned, *environp, &oindex) == 0) { /* just increase size */
337 if (_owned_ptr_search(owned, environ[offset], &oindex) == 0) {

Completed in 65 milliseconds