Searched refs:buf (Results 1 - 5 of 5) sorted by relevance

/solaris-desktop/patches/
H A Dxscreensaver-07-allow-root.diff49 + char buf [255];
50 + strlcpy (buf, _("Can not run hacks if logged in as root!"), sizeof(buf));
51 + warning_dialog (s->toplevel_widget, buf, False, 100);
64 + char buf [255];
65 + strlcpy (buf, _("Can not run hacks if logged in as root!"), sizeof(buf));
66 + warning_dialog (s->toplevel_widget, buf, False, 100);
164 si->nolock_reason = buf;
H A Dxscreensaver-19-bug-6859039.diff51 char *buf = (char *) malloc(1024 + strlen(name));
H A Dxscreensaver-10-trusted.diff347 + char buf [255];
348 + snprintf (buf, sizeof(buf), "%s: couldn't fork", blurb());
349 + perror (buf);
H A Dxscreensaver-06-gtk-lock.diff714 + char buf[256];
892 + memset (buf, 0, sizeof (buf));
896 + strftime (buf, sizeof (buf) - 1, format_string_locale, tm);
899 + utf8_format = g_locale_to_utf8 (buf, -1, NULL, NULL, NULL);
3430 char buf [100];
3444 memset (buf, 0, sizeof(buf));
3475 buf [
[all...]
H A Dxscreensaver-04-solaris-paths.diff151 perror (buf);

Completed in 56 milliseconds