Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/
Dloclibrary.c180 #define TMP_BUF_SIZE MAX_PATH macro
184 char tmpBuffer[TMP_BUF_SIZE]; in PathForResourceWithPathA()
197 snprintf(tmpBuffer, TMP_BUF_SIZE, in PathForResourceWithPathA()
201 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s\\%s", tmpBuffer, nm); in PathForResourceWithPathA()
210 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s.Resources\\%s.lproj\\%s", in PathForResourceWithPathA()
226 wchar_t tmpBuffer[TMP_BUF_SIZE]; in PathForResourceWithPathW()
230 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%ls", path, nm); in PathForResourceWithPathW()
238 swprintf(tmpBuffer, TMP_BUF_SIZE, in PathForResourceWithPathW()
242 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls\\%ls", tmpBuffer, nm); in PathForResourceWithPathW()
251 swprintf(tmpBuffer, TMP_BUF_SIZE, L"%ls.Resources\\%S.lproj\\%ls", in PathForResourceWithPathW()