Searched refs:emsg (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/awk/ |
| HD | main.c | 65 static const char *emsg[] = { in fpecatch() local 79 ": %s", (size_t)si->si_code < sizeof(emsg) / sizeof(emsg[0]) && in fpecatch() 80 emsg[si->si_code] ? emsg[si->si_code] : emsg[0] in fpecatch()
|
| /dragonfly/sbin/dump/ |
| HD | dumprmt.c | 287 char code[30], emsg[BUFSIZ]; in rmtreply() local 291 rmtgets(emsg, sizeof (emsg)); in rmtreply() 292 msg("%s: %s", cmd, emsg); in rmtreply()
|
| /dragonfly/contrib/gdb-7/readline/ |
| HD | histexpand.c | 374 const char *emsg; local 382 emsg = "event not found"; 386 emsg = "bad word specifier"; 390 emsg = "substitution failed"; 394 emsg = "unrecognized history modifier"; 398 emsg = "no previous substitution"; 402 emsg = "unknown expansion error"; 411 strcpy (temp + ll + 2, emsg);
|
| /dragonfly/crypto/openssh/ |
| HD | auth.c | 735 const char *emsg = NULL; in auth_activate_options() local 738 if ((auth_opts = sshauthopt_merge(old, opts, &emsg)) == NULL) { in auth_activate_options() 739 error("Inconsistent authentication options: %s", emsg); in auth_activate_options()
|
| HD | scp.c | 2158 static char *emsg; local 2163 if (emsg == NULL) 2165 run_err("%s", emsg); 2166 free(emsg); 2167 emsg = NULL; 2173 if (emsg != NULL) 2177 vasnmprintf(&emsg, INT_MAX, NULL, fmt, ap);
|
| HD | sftp-server.c | 477 handle_log_close(int handle, char *emsg) in handle_log_close() argument 481 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close() 487 emsg == NULL ? "" : emsg, emsg == NULL ? "" : " ", in handle_log_close()
|
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | as.c | 1122 macro_expr (const char *emsg, size_t idx, sb *in, offsetT *val) in macro_expr() argument 1134 as_bad ("%s", emsg); in macro_expr()
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | as.c | 1083 macro_expr (const char *emsg, size_t idx, sb *in, offsetT *val) in macro_expr() argument 1097 as_bad ("%s", emsg); in macro_expr()
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-tic54x.texi | 415 @cindex @code{emsg} directive, TIC54X 418 @item .emsg @var{string}
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | animation | 152 >8 string emsg \b, Event message box present
|