Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgwin32-private.c37 #define STR_BUFFER_SIZE 30 in _g_win32_subst_pid_and_event() macro
38 char pid_str[STR_BUFFER_SIZE] = {0}; in _g_win32_subst_pid_and_event()
40 char event_str[STR_BUFFER_SIZE] = {0}; in _g_win32_subst_pid_and_event()
43 _snprintf_s (pid_str, STR_BUFFER_SIZE, G_N_ELEMENTS (pid_str), "%lu", pid); in _g_win32_subst_pid_and_event()
46 _snprintf_s (event_str, STR_BUFFER_SIZE, G_N_ELEMENTS (pid_str), "%Iu", event); in _g_win32_subst_pid_and_event()
49 #undef STR_BUFFER_SIZE in _g_win32_subst_pid_and_event()