Searched refs:eom (Results 1 – 5 of 5) sorted by relevance
/openbsd/bin/ed/ |
H A D | sub.c | 188 char *eot, *eom; in substitute_matching_text() local 190 if ((eom = txt = get_sbuf_line(lp)) == NULL) in substitute_matching_text() 205 i = rm[0].rm_so - (eom - txt); in substitute_matching_text() 208 NEWLINE_TO_NUL(eom, in substitute_matching_text() 209 rm[0].rm_eo - (eom - txt)); in substitute_matching_text() 210 memcpy(rbuf + off, eom, i); in substitute_matching_text() 215 eom = txt + rm[0].rm_eo; in substitute_matching_text() 226 i = eot - eom; in substitute_matching_text() 229 NEWLINE_TO_NUL(eom, i); in substitute_matching_text() 230 memcpy(rbuf + off, eom, i); in substitute_matching_text()
|
/openbsd/lib/libc/net/ |
H A D | res_comp.c | 82 char *eom; in dn_expand() local 92 eom = exp_dn + length; in dn_expand() 106 if (dn >= eom) in dn_expand() 110 if (dn+n >= eom) in dn_expand() 115 if (dn + n + 2 >= eom) in dn_expand() 243 __dn_skipname(const u_char *comp_dn, const u_char *eom) in __dn_skipname() argument 249 while (cp < eom && (n = *cp++)) { in __dn_skipname() 265 if (cp > eom) in __dn_skipname()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 980701-1.c | 9 int dn_skipname(unsigned char *ptr, unsigned char *eom) { in dn_skipname() argument 12 if (ns_name_skip(&ptr, eom) == -1) in dn_skipname()
|
/openbsd/usr.sbin/smtpd/ |
H A D | smtp_session.c | 1096 int eom; in smtp_io() local 1139 eom = 0; in smtp_io() 1146 eom = (s->tx->filter == NULL) ? in smtp_io() 1149 if (eom == 0) in smtp_io() 1164 if (eom) { in smtp_io() 1808 char *eom, *method; in smtp_proceed_auth() local 1813 eom = strchr(tmp, ' '); in smtp_proceed_auth() 1814 if (eom == NULL) in smtp_proceed_auth() 1815 eom = strchr(tmp, '\t'); in smtp_proceed_auth() 1816 if (eom != NULL) in smtp_proceed_auth() [all …]
|
/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | scsireg.h | 239 eom: 1, member
|