| /src/sbin/veriexecctl/ |
| veriexecctl_parse.y | 61 %token EOL TOKEN_COMMA 66 | statement path type fingerprint flags eol { 109 | statement eol 110 | statement error eol { 191 eol : EOL label
|
| /src/external/mpl/bind/dist/fuzz/ |
| isc_lex_getmastertoken.c | 52 bool eol; local 54 if (size < sizeof(expect) + sizeof(eol)) { 62 eol = *data != 0; 73 result = isc_lex_getmastertoken(lex, &token, expect, eol);
|
| /src/usr.sbin/installboot/arch/ |
| hppa.c | 79 int retval, eol; local 100 eol = HPPA_LABELOFFSET + HPPA_LABELSIZE; 101 memset(&bb[eol], 0, sizeof bb - eol);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| m-fgrep.c | 77 char eol = ckwset->eolbyte; local 114 if (beg > buf && beg[-1] != eol) 116 if (beg + len < buf + buf_size && beg[len] != eol) 154 end = memchr (beg + len, eol, (buf + buf_size) - (beg + len)); 156 while (buf < beg && beg[-1] != eol)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| config-parse.c | 77 // Find EOL or hunk 114 char *buf, *line, *eof, *eol, *nextCR, *nextNL; local 163 while (line < eof) { // < because NUL at eof could be last eol. 170 eol = nextCR; 172 eol = nextNL; 175 eol = nextCR; 177 eol = buf + flen; 181 if (eol - line != 1 && line[0] != '#') { 182 *eol = 0; 187 line = eol + 1 [all...] |
| /src/external/bsd/pkg_install/dist/info/ |
| show.c | 402 const char *eol; local 404 while ((eol = strchr(str, '\n')) != NULL) { 405 printf("%s=%.*s\n", var, (int)(eol - str), str); 406 str = eol + 1;
|
| /src/external/bsd/pkg_install/dist/lib/ |
| var.c | 68 const char *eol, *next; local 73 if ((eol = strchr(buf, '\n')) != NULL) { 74 next = eol + 1; 75 len = eol - buf; 148 const char *eol, *next, *data; local 160 if ((eol = strchr(buf, '\n')) != NULL) { 161 next = eol + 1; 162 len = eol - buf; 164 next = eol;
|
| /src/common/dist/zlib/ |
| gzread.c | 502 unsigned char *eol; local 538 eol = (unsigned char *)memchr(state->x.next, '\n', n); 539 if (eol != NULL) 540 n = (unsigned)(eol - state->x.next) + 1; 549 } while (left && eol == NULL);
|
| /src/lib/libresolv/ |
| hmac_link.c | 334 const char *p = buff, *eol; local 352 eol = strchr(p, '\n'); 353 if (eol == NULL) 355 len = (int)(eol - p);
|
| /src/usr.bin/lam/ |
| lam.c | 63 char eol; /* end of line character */ member in struct:openfile 122 if (!ip->eol) 123 ip->eol = (T ? (ip-1)->eol : '\n'); 138 ip->eol = *p; 202 if ((*p = c) == ip->eol)
|
| /src/external/bsd/libbind/dist/dst/ |
| hmac_link.c | 343 const char *p = buff, *eol; local 361 eol = strchr(p, '\n'); 362 if (eol == NULL) 364 len = eol - p;
|
| /src/external/bsd/nsd/dist/ |
| verify.c | 91 char *eol = NULL; local 103 if ((eol = strchr(stream->buf + stream->off, '\n'))) { 104 len = eol - (stream->buf + stream->off); 111 if (len < LOGLINELEN && !eol && !eof) 124 stream->off += len + (eol != NULL);
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| gzread.c | 537 unsigned char *eol; local 573 eol = (unsigned char *)memchr(state.state->x.next, '\n', n); 574 if (eol != NULL) 575 n = (unsigned)(eol - state.state->x.next) + 1; 584 } while (left && eol == NULL);
|
| /src/external/gpl3/binutils/dist/zlib/ |
| gzread.c | 502 unsigned char *eol; local 538 eol = (unsigned char *)memchr(state->x.next, '\n', n); 539 if (eol != NULL) 540 n = (unsigned)(eol - state->x.next) + 1; 549 } while (left && eol == NULL);
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| gzread.c | 548 unsigned char *eol; local 584 eol = (unsigned char *)memchr(state->x.next, '\n', n); 585 if (eol != NULL) 586 n = (unsigned)(eol - state->x.next) + 1; 595 } while (left && eol == NULL);
|
| /src/external/gpl3/gdb/dist/zlib/ |
| gzread.c | 548 unsigned char *eol; local 584 eol = (unsigned char *)memchr(state->x.next, '\n', n); 585 if (eol != NULL) 586 n = (unsigned)(eol - state->x.next) + 1; 595 } while (left && eol == NULL);
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| gzread.c | 548 unsigned char *eol; local 584 eol = (unsigned char *)memchr(state->x.next, '\n', n); 585 if (eol != NULL) 586 n = (unsigned)(eol - state->x.next) + 1; 595 } while (left && eol == NULL);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| base64.c | 182 bool eol; local 193 eol = false; 195 eol = true; 198 isc_tokentype_string, eol));
|
| hex.c | 141 bool eol; local 152 eol = false; 154 eol = true; 157 isc_tokentype_string, eol));
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| base64.c | 189 bool eol; local 200 eol = false; 202 eol = true; 205 isc_tokentype_string, eol));
|
| hex.c | 131 bool eol; local 142 eol = false; 144 eol = true; 147 isc_tokentype_string, eol));
|
| /src/sys/arch/powerpc/stand/mkbootimage/ |
| rs6000_bootrec.h | 62 uint16_t eol; /* defects before disk is done. */ member in struct:rs6000_config_record
|
| /src/usr.bin/grep/ |
| grep.h | 108 bool eol; member in struct:__anon8248
|
| /src/external/bsd/ipf/dist/tools/ |
| ippool_y.y | 106 line: table role ipftree eol { ip_pool_node_t *n; 117 | table role ipfhash eol { iphtent_t *h; 128 | groupmap role number ipfgroup eol 143 | poolline eol 146 eol: ';' label
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| ldif-filter.c | 170 int comment = 0, eof = 0, eol, prev_eol = 1; /* flags */ local 174 for ( ; !eof || ss.len || *sep; prev_eol = eol ) { 179 eol = (line_len == 0 || line[line_len - 1] == '\n');
|