| /src/usr.sbin/eeprom/ |
| prephandlers.c | 50 static char err_str[BUFSIZE]; variable 72 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 74 return (err_str); \ 157 (void) snprintf(err_str, sizeof err_str, 159 return (err_str);
|
| ofhandlers.c | 49 static char err_str[BUFSIZE]; variable 76 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 78 return (err_str); \ 168 (void)snprintf(err_str, sizeof err_str, 170 return (err_str);
|
| ophandlers.c | 50 static char err_str[BUFSIZE]; variable 66 snprintf(err_str, sizeof err_str, "%s: %s", (str1), (str2)); \ 68 return (err_str); \ 174 (void)snprintf(err_str, sizeof err_str, 176 return (err_str);
|
| eehandlers.c | 57 static char err_str[BUFSIZE]; variable 110 warnx("%s", err_str); \ 117 warnx("%s", err_str); \ 533 strncpy(err_str, "memory allocation failed", sizeof err_str); 539 (void)snprintf(err_str, sizeof err_str, "open: %s: %s", path_eeprom, 546 (void)snprintf(err_str, sizeof err_str, "lseek: %s: %s", 553 (void)snprintf(err_str, sizeof err_str, "read: %s: %s" [all...] |
| /src/libexec/ld.elf_so/ |
| xmalloc.c | 320 static const char *err_str = local 324 write(STDERR_FILENO, err_str, strlen(err_str));
|