Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1207 char *tmpbuf; in ReadLongProcessName() local
1210 if (ReadFileToBuffer("/proc/self/cmdline", &tmpbuf, &tmpsize, &tmplen, in ReadLongProcessName()
1212 internal_strncpy(buf, tmpbuf, buf_len); in ReadLongProcessName()
1213 UnmapOrDie(tmpbuf, tmpsize); in ReadLongProcessName()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3656 char tmpbuf[128]; in developer_mode_enabled()
3657 if (CFStringGetCString (item, tmpbuf, sizeof(tmpbuf), CFStringGetSystemEncoding())) { in developer_mode_enabled()
3658 tmpbuf[sizeof (tmpbuf) - 1] = '\0'; in developer_mode_enabled()
3659 if (strcmp (tmpbuf, "rule") != 0) { in developer_mode_enabled()