Searched refs:e_code (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/indent/ |
H A D | indent.c | 56 char *codebuf, *s_code, *e_code, *l_code; variable 148 s_code = e_code = codebuf + 1; in main() 403 e_code != s_code && e_code[-1] == '}') in main() 498 if (s_lab != e_lab || s_code != e_code in main() 536 *e_code++ = ' '; in main() 537 memcpy(e_code, s_com, len); in main() 538 e_code += len; in main() 539 *e_code++ = ' '; in main() 540 *e_code = '\0'; /* null terminate code sect */ in main() 597 *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/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()
|