HomeSort by: relevance | last modified time | path
    Searched defs:emsg (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/finger/
net.c 75 const char *emsg = NULL; local in function:netfinger
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 in function:main
130 emsg = "socket";
137 emsg = "connect";
144 err(1, "%s", emsg);
  /src/tests/lib/libc/stdlib/
t_strtoi.c 69 char *emsg; local in function:check
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 in function:rmtreply
304 rmtgets(emsg, sizeof (emsg));
306 msg("%s: %s", cmd, emsg);
  /src/usr.bin/audio/common/
wav.c 111 const char *emsg = ""; local in function:find_riff_chunk
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 in function:c_read
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 in function:c_print
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 in function:iosetup
1178 &emsg)) < 0)
1181 snptreef((char *) 0, 32, "%R", &iotmp), emsg);
  /src/bin/csh/
dir.c 77 static const char emsg[] = "csh: Trying to start from \"%s\"\n"; local in function:dinit
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 in function:hashcmd
416 case 'q': emsg = 0; break;
424 emsg ^= DO_ERR;
492 find_command(name, &entry, emsg, pathval());

Completed in 17 milliseconds