/src/usr.sbin/eeprom/ |
prephandlers.c | 50 static char err_str[BUFSIZE]; variable in typeref:typename:char[] 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 in typeref:typename:char[] 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 in typeref:typename:char[] 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 in typeref:typename:char[] 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 | 344 static const char *err_str = local in function:irealloc 348 write(STDERR_FILENO, err_str, strlen(err_str));
|