Searched refs:e_code (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.bin/indent/ |
| H A D | indent.c | 56 char *codebuf, *s_code, *e_code, *l_code; variable 147 s_code = e_code = codebuf + 1; in main() 402 e_code != s_code && e_code[-1] == '}') in main() 497 if (s_lab != e_lab || s_code != e_code in main() 535 *e_code++ = ' '; in main() 536 memcpy(e_code, s_com, len); in main() 537 e_code += len; in main() 538 *e_code++ = ' '; in main() 539 *e_code = '\0'; /* null terminate code sect */ in main() 596 *e_code++ = ' '; in main() [all …]
|
| H A D | indent_globs.h | 53 if (e_code + (desired_size) >= l_code) { \ 55 int code_len = e_code-s_code; \ 59 e_code = codebuf + code_len + 1; \ 111 extern char *e_code; /* .. and end of stored code */
|
| H A D | io.c | 75 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line() 104 if (e_lab != s_lab || e_code != s_code) in dump_line() 137 if (s_code != e_code) { /* print code section, if any */ in dump_line() 153 for (p = s_code; p < e_code; p++) in dump_line() 214 *(e_code = s_code) = '\0'; in dump_line() 344 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
|
| H A D | pr_comment.c | 117 if ( /* ps.bl_line && */ (s_lab == e_lab) && (s_code == e_code)) { in pr_comment() 131 if (s_code != e_code) in pr_comment()
|
| H A D | parse.c | 118 if (s_code == e_code) { in parse()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_parse_host_string.c | 40 krb5_error_code e_code, const char *e_host, in call_k5_parse_host_string() argument 49 assert_int_equal(code, e_code); in call_k5_parse_host_string() 52 if (!e_code) in call_k5_parse_host_string() 56 if (e_code != 0 || e_host == NULL) in call_k5_parse_host_string()
|
| /freebsd/libexec/tftpd/ |
| H A D | tftp-io.c | 57 int e_code; member 93 for (pe = errmsgs; pe->e_code >= 0; pe++) in errtomsg() 94 if (pe->e_code == error) in errtomsg() 152 for (pe = errmsgs; pe->e_code >= 0; pe++) in send_error() 153 if (pe->e_code == error) in send_error() 155 if (pe->e_code < 0) { in send_error()
|
| /freebsd/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_os.c | 538 qlnxr_affiliated_event(void *context, u8 e_code, void *fw_handle) in qlnxr_affiliated_event() argument 557 context, e_code, fw_handle); in qlnxr_affiliated_event() 560 switch (e_code) { in qlnxr_affiliated_event() 569 e_code, roceHandle64); in qlnxr_affiliated_event() 573 switch (e_code) { in qlnxr_affiliated_event() 611 e_code, fw_handle); in qlnxr_affiliated_event() 632 "CQ event 0x%x on handle = %p\n", e_code, cq); in qlnxr_affiliated_event() 648 e_code, roceHandle64); in qlnxr_affiliated_event() 651 e_code, qp); in qlnxr_affiliated_event() 667 qlnxr_unaffiliated_event(void *context, u8 e_code) in qlnxr_unaffiliated_event() argument
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.os.c | 1444 error_$string_t e_sub, e_mod, e_code; in apperr() local 1446 error_$get_text(*st, e_sub, &e_subl, e_mod, &e_modl, e_code, &e_codel); in apperr() 1448 e_code[e_codel] = '\0'; in apperr() 1451 buf = xasprintf("%s (%s/%s)", e_code, e_sub, e_mod); in apperr()
|