Searched refs:buf (Results 1 - 5 of 5) sorted by relevance
| /solaris-desktop/patches/ |
| H A D | xscreensaver-07-allow-root.diff | 49 + 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 D | xscreensaver-19-bug-6859039.diff | 51 char *buf = (char *) malloc(1024 + strlen(name));
|
| H A D | xscreensaver-10-trusted.diff | 347 + char buf [255]; 348 + snprintf (buf, sizeof(buf), "%s: couldn't fork", blurb()); 349 + perror (buf);
|
| H A D | xscreensaver-06-gtk-lock.diff | 714 + 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 D | xscreensaver-04-solaris-paths.diff | 151 perror (buf);
|
Completed in 56 milliseconds