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

/external/netperf/
H A Dnetlib.c1232 struct ring_elt *temp_link = NULL;
1267 temp_link = (struct ring_elt *)malloc(sizeof(struct ring_elt));
1268 if (temp_link == NULL) {
1274 first_link = temp_link;
1276 temp_link->buffer_base = (char *)malloc(malloc_size);
1277 if (temp_link == NULL) {
1283 temp_link->buffer_ptr = (char *)(( (long)(temp_link->buffer_base) +
1287 temp_link->buffer_ptr = (char *)(( (ULONG_PTR)(temp_link
1219 struct ring_elt *temp_link = NULL; local
1380 struct ring_elt *temp_link; local
1522 struct sendfile_ring_elt *temp_link = NULL; local
[all...]
/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh217 local symlink_dir temp_link_dir temp_link
223 temp_link="${temp_link_dir}/$(basename "${symlink}")"
225 (ln -fhs "${target}" "${temp_link}" && \
226 chmod -h 755 "${temp_link}" && \
227 mv -f "${temp_link}" "${symlink_dir}/") || true

Completed in 509 milliseconds