• Home
  • Raw
  • Download

Lines Matching refs:gint64

237     g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.pid);  in g_credentials_to_string()
239 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.uid); in g_credentials_to_string()
241 g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.gid); in g_credentials_to_string()
248 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cr_uid); in g_credentials_to_string()
250 …g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cr_groups[i… in g_credentials_to_string()
256 …g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_pid); in g_credentials_to_string()
258 …g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_euid… in g_credentials_to_string()
260 …g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.cmcred_gid); in g_credentials_to_string()
264 g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.unp_pid); in g_credentials_to_string()
266 … g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.unp_euid); in g_credentials_to_string()
268 … g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.unp_egid); in g_credentials_to_string()
273 g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.pid); in g_credentials_to_string()
275 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.uid); in g_credentials_to_string()
277 g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) credentials->native.gid); in g_credentials_to_string()
285 g_string_append_printf (ret, "pid=%" G_GINT64_FORMAT ",", (gint64) id); in g_credentials_to_string()
287 g_string_append_printf (ret, "uid=%" G_GINT64_FORMAT ",", (gint64) id); in g_credentials_to_string()
289 g_string_append_printf (ret, "gid=%" G_GINT64_FORMAT ",", (gint64) id); in g_credentials_to_string()