Home
last modified time | relevance | path

Searched refs:tmpPtr (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dlib.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
207 tmpPtr = path + strlen(path); in test_ENAMETOOLONG_path()
209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
216 tmpPtr = path + pathLength; in test_ENAMETOOLONG_path()
217 *tmpPtr++ = '/'; in test_ENAMETOOLONG_path()
220 *tmpPtr++ = 'z'; in test_ENAMETOOLONG_path()
223 *tmpPtr = '\0'; in test_ENAMETOOLONG_path()
Dlib64.c179 char *path, *tmpPtr; in test_ENAMETOOLONG_path() local
207 tmpPtr = path + strlen(path); in test_ENAMETOOLONG_path()
209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
216 tmpPtr = path + pathLength; in test_ENAMETOOLONG_path()
217 *tmpPtr++ = '/'; in test_ENAMETOOLONG_path()
220 *tmpPtr++ = 'z'; in test_ENAMETOOLONG_path()
223 *tmpPtr = '\0'; in test_ENAMETOOLONG_path()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1296 uint32_t *tmpPtr; in r600_set_constant_buffer() local
1299 if (!(tmpPtr = malloc(size))) { in r600_set_constant_buffer()
1305 tmpPtr[i] = util_cpu_to_le32(((uint32_t *)ptr)[i]); in r600_set_constant_buffer()
1309 tmpPtr, &cb->buffer_offset, &cb->buffer); in r600_set_constant_buffer()
1310 free(tmpPtr); in r600_set_constant_buffer()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp915 const Formattable* tmpPtr = source.getArray(cnt); in format() local
916 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()
/third_party/node/deps/icu-small/source/i18n/
Dmsgfmt.cpp920 const Formattable* tmpPtr = source.getArray(cnt); in format() local
921 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success); in format()