| /src/usr.bin/finger/ |
| net.c | 75 const char *emsg = NULL; local 95 emsg = "socket"; 102 emsg = "connect"; 109 if (emsg != NULL) 110 warn("%s", emsg);
|
| /src/usr.sbin/rdate/ |
| rdate.c | 79 const char *emsg = NULL; local 130 emsg = "socket"; 137 emsg = "connect"; 144 err(1, "%s", emsg);
|
| /src/tests/lib/libc/stdlib/ |
| t_strtoi.c | 69 char *emsg; local 72 emsg = strerror(rstatus); 73 if (emsg != NULL) { 74 emsg = strdup(emsg); 75 if (emsg == NULL) { 81 emsg = NULL; 86 emsg != NULL ? emsg : "", rstatus ? "') " : "", t->rstatus, 90 free(emsg); [all...] |
| /src/sbin/dump/ |
| dumprmt.c | 300 char code[30], emsg[BUFSIZ]; local 304 rmtgets(emsg, sizeof (emsg)); 306 msg("%s: %s", cmd, emsg);
|
| /src/usr.bin/audio/common/ |
| wav.c | 111 const char *emsg = ""; local 118 emsg = " (odd length, adjusted)"; 125 part.name, len, emsg); 131 part.name, len, emsg);
|
| /src/bin/ksh/ |
| c_sh.c | 256 const char *emsg; local 266 if ((fd = coproc_getfd(R_OK, &emsg)) < 0) { 267 bi_errorf("-p: %s", emsg); 281 else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { 282 bi_errorf("-u: %s: %s", cp, emsg);
|
| c_ksh.c | 231 const char *emsg; local 284 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) { 285 bi_errorf("-p: %s", emsg); 299 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { 300 bi_errorf("-u: %s: %s", s, emsg);
|
| exec.c | 1170 const char *emsg; local 1178 &emsg)) < 0) 1181 snptreef((char *) 0, 32, "%R", &iotmp), emsg);
|
| /src/libexec/rexecd/ |
| rexecd.c | 394 getstr(char *buf, int cnt, const char *emsg) 403 rexecd_errx(EXIT_FAILURE, "%s too long", emsg);
|
| /src/bin/csh/ |
| dir.c | 77 static const char emsg[] = "csh: Trying to start from \"%s\"\n"; local 93 (void)fprintf(csherr, emsg, vis_str(hp)); 98 (void)fprintf(csherr, emsg, "/");
|
| /src/bin/sh/ |
| exec.c | 407 int errs=1, emsg=DO_ERR; local 416 case 'q': emsg = 0; break; 424 emsg ^= DO_ERR; 492 find_command(name, &entry, emsg, pathval());
|