/src/lib/libc/stdlib/ |
strsuftoll.c | 123 char errbuf[100]; local in function:__weak_alias 125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); 126 if (*errbuf != '\0') 127 errx(EXIT_FAILURE, "%s", errbuf);
|
strsuftoll.c | 123 char errbuf[100]; local in function:__weak_alias 125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); 126 if (*errbuf != '\0') 127 errx(EXIT_FAILURE, "%s", errbuf);
|
strsuftoll.c | 123 char errbuf[100]; local in function:__weak_alias 125 result = strsuftollx(desc, val, min, max, errbuf, sizeof(errbuf)); 126 if (*errbuf != '\0') 127 errx(EXIT_FAILURE, "%s", errbuf);
|
/src/lib/libutil/ |
ttymsg.c | 66 static char errbuf[1024]; local in function:ttymsg 80 (void)snprintf(errbuf, sizeof(errbuf), 82 return errbuf; 86 (void)snprintf(errbuf, sizeof(errbuf), 89 return errbuf; 95 (void)snprintf(errbuf, sizeof(errbuf), 97 return errbuf; [all...] |
ttymsg.c | 66 static char errbuf[1024]; local in function:ttymsg 80 (void)snprintf(errbuf, sizeof(errbuf), 82 return errbuf; 86 (void)snprintf(errbuf, sizeof(errbuf), 89 return errbuf; 95 (void)snprintf(errbuf, sizeof(errbuf), 97 return errbuf; [all...] |
ttymsg.c | 66 static char errbuf[1024]; local in function:ttymsg 80 (void)snprintf(errbuf, sizeof(errbuf), 82 return errbuf; 86 (void)snprintf(errbuf, sizeof(errbuf), 89 return errbuf; 95 (void)snprintf(errbuf, sizeof(errbuf), 97 return errbuf; [all...] |
passwd.c | 342 char errbuf[200]; local in function:pw_copy 345 rv = pw_copyx(ffd, tfd, pw, old_pw, errbuf, sizeof(errbuf)); 347 warnx("%s", errbuf); 364 char *errbuf, size_t errbufsz) 372 _DIAGASSERT(errbuf != NULL); 376 snprintf(errbuf, errbufsz, "%s: %s", pw_prefix, 382 snprintf(errbuf, errbufsz, "%s: %s", pw_prefix, 389 snprintf(errbuf, errbufsz, "%s: %s", mpwd, strerror(errno)); 393 snprintf(errbuf, errbufsz, "%s: %s", mpwdl, strerror(errno)) [all...] |
passwd.c | 342 char errbuf[200]; local in function:pw_copy 345 rv = pw_copyx(ffd, tfd, pw, old_pw, errbuf, sizeof(errbuf)); 347 warnx("%s", errbuf); 364 char *errbuf, size_t errbufsz) 372 _DIAGASSERT(errbuf != NULL); 376 snprintf(errbuf, errbufsz, "%s: %s", pw_prefix, 382 snprintf(errbuf, errbufsz, "%s: %s", pw_prefix, 389 snprintf(errbuf, errbufsz, "%s: %s", mpwd, strerror(errno)); 393 snprintf(errbuf, errbufsz, "%s: %s", mpwdl, strerror(errno)) [all...] |
/src/usr.sbin/rbootd/ |
bpf.c | 224 static char errbuf[128] = "No Error!"; local in function:BpfGetIntfName 227 *errmsg = errbuf; 230 (void) strlcpy(errbuf, "bpf: getifaddrs: %m", sizeof(errbuf)); 258 (void) strlcpy(errbuf, "bpf: no interfaces found", 259 sizeof(errbuf));
|
bpf.c | 224 static char errbuf[128] = "No Error!"; local in function:BpfGetIntfName 227 *errmsg = errbuf; 230 (void) strlcpy(errbuf, "bpf: getifaddrs: %m", sizeof(errbuf)); 258 (void) strlcpy(errbuf, "bpf: no interfaces found", 259 sizeof(errbuf));
|
bpf.c | 224 static char errbuf[128] = "No Error!"; local in function:BpfGetIntfName 227 *errmsg = errbuf; 230 (void) strlcpy(errbuf, "bpf: getifaddrs: %m", sizeof(errbuf)); 258 (void) strlcpy(errbuf, "bpf: no interfaces found", 259 sizeof(errbuf));
|
/src/lib/libkvm/ |
kvm_private.h | 42 * if this value is null, errors are saved in errbuf[] 46 char errbuf[_POSIX2_LINE_MAX]; member in struct:__kvm
|
kvm_private.h | 42 * if this value is null, errors are saved in errbuf[] 46 char errbuf[_POSIX2_LINE_MAX]; member in struct:__kvm
|
/src/lib/libtelnet/ |
kerberos5.c | 320 char *errbuf; local in function:kerberos5_is 322 asprintf(&errbuf, 325 Data(ap, KRB_REJECT, errbuf, -1); 327 printf("%s\r\n", errbuf); 328 free(errbuf); 340 char *errbuf; local in function:kerberos5_is 341 asprintf(&errbuf, "Bad checksum: %s", 343 Data(ap, KRB_REJECT, errbuf, -1); 345 printf("%s\r\n", errbuf); 346 free(errbuf); 477 char *errbuf; local in function:kerberos5_is [all...] |
kerberos5.c | 320 char *errbuf; local in function:kerberos5_is 322 asprintf(&errbuf, 325 Data(ap, KRB_REJECT, errbuf, -1); 327 printf("%s\r\n", errbuf); 328 free(errbuf); 340 char *errbuf; local in function:kerberos5_is 341 asprintf(&errbuf, "Bad checksum: %s", 343 Data(ap, KRB_REJECT, errbuf, -1); 345 printf("%s\r\n", errbuf); 346 free(errbuf); 477 char *errbuf; local in function:kerberos5_is [all...] |
/src/sys/arch/atari/stand/installboot/ |
installboot.c | 200 char errbuf[_POSIX2_LINE_MAX]; local in function:oscheck 209 kd_kern = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); 211 errx(EXIT_FAILURE, "kvm_openfiles: %s", errbuf);
|
installboot.c | 200 char errbuf[_POSIX2_LINE_MAX]; local in function:oscheck 209 kd_kern = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); 211 errx(EXIT_FAILURE, "kvm_openfiles: %s", errbuf);
|
/src/usr.bin/nfsstat/ |
nfsstat.c | 117 char errbuf[_POSIX2_LINE_MAX]; local in function:main 160 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf)) 162 errx(1, "kvm_openfiles: %s", errbuf);
|
nfsstat.c | 117 char errbuf[_POSIX2_LINE_MAX]; local in function:main 160 if ((kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf)) 162 errx(1, "kvm_openfiles: %s", errbuf);
|
/src/usr.sbin/npf/npfd/ |
npfd_log.c | 247 char errbuf[PCAP_ERRBUF_SIZE]; local in function:npfd_log_pcap_reopen 256 ctx->pcap = pcap_create(ctx->ifname, errbuf); 258 errx(EXIT_FAILURE, "pcap_create failed: %s", errbuf); 260 if (pcap_setnonblock(ctx->pcap, 1, errbuf) == -1) 261 errx(EXIT_FAILURE, "pcap_setnonblock failed: %s", errbuf);
|
/src/usr.sbin/trpt/ |
trpt.c | 156 char *kernel, *core, *cp, errbuf[_POSIX2_LINE_MAX]; local in function:main 222 kd = kvm_openfiles(kernel, core, NULL, O_RDONLY, errbuf); 224 errx(1, "can't open kmem: %s", errbuf);
|
/src/lib/libpam/modules/pam_unix/ |
pam_unix.c | 359 char errbuf[200]; local in function:local_set_password 381 if (pw_copyx(pfd, tfd, pwd, opwd, errbuf, sizeof(errbuf)) == 0) { 383 errbuf);
|
/src/usr.bin/systat/ |
main.c | 99 char errbuf[_POSIX2_LINE_MAX]; local in function:main 182 kd = kvm_openfiles(nlistf, memf, NULL, O_RDONLY, errbuf); 184 errx(EXIT_FAILURE, "%s", errbuf);
|
/src/sys/kern/ |
subr_tftproot.c | 396 char errbuf[SEGSIZE + 1]; local in function:tftproot_recv 402 errbuf[i] = '\0'; 405 errbuf[i] = tftp->th_data[i]; 407 errbuf[SEGSIZE] = '\0'; 410 ntohs(tftp->th_code), errbuf);
|
/src/usr.sbin/kgmon/ |
kgmon.c | 203 char errbuf[_POSIX2_LINE_MAX]; local in function:openfiles 223 kvp->kd = kvm_openfiles(sys, kmemf, NULL, openmode, errbuf); 228 errbuf); 231 errx(EXIT_FAILURE, "kvm_openfiles: %s", errbuf);
|