namebuf 467 ext/com_dotnet/com_wrapper.c char namebuf[32]; namebuf 469 ext/com_dotnet/com_wrapper.c snprintf(namebuf, sizeof(namebuf), ZEND_ULONG_FMT, pid); namebuf 470 ext/com_dotnet/com_wrapper.c name = zend_string_init(namebuf, strlen(namebuf), 0); namebuf 502 ext/com_dotnet/com_wrapper.c char namebuf[32]; namebuf 504 ext/com_dotnet/com_wrapper.c snprintf(namebuf, sizeof(namebuf), "%d", pid); namebuf 505 ext/com_dotnet/com_wrapper.c name = zend_string_init(namebuf, strlen(namebuf), 0);