HomeSort by: relevance | last modified time | path
    Searched defs:eol (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /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/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)
m-regex.c 314 char eol = cregex->eolbyte; local
348 end = memchr (beg, eol, buflim - beg);
357 while (beg > buf && beg[-1] != eol)
372 end = memchr (beg, eol, buflim - beg);
377 while (beg > buf && 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;
perform.c 280 char *iter, *eol, *next; local
291 eol = iter + strcspn(iter, "\n");
292 if (*eol == '\n')
293 next = eol + 1;
295 next = eol;
296 if (iter == eol)
299 if (strlen(lpp->lp_name) + iter != eol)
301 if (memcmp(lpp->lp_name, iter, eol - iter) == 0)
306 *eol = '\0';
308 if (next != eol)
    [all...]
  /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;
plist.c 305 const char *eol, *next; local
313 if ((eol = strchr(buf, '\n')) != NULL) {
314 next = eol + 1;
315 len = eol - buf;
  /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/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');
  /src/external/bsd/pkg_install/dist/admin/
audit.c 137 char buf[4096], *line, *eol; local
150 eol = line + strlen(line);
151 if (eol == line)
153 --eol;
154 if (*eol == '\n') {
155 if (eol == line)
157 *eol = '\0';
490 if (strcmp("eol", pv->classification[i]) == 0)
  /src/external/bsd/pkg_install/dist/delete/
pkg_delete.c 166 char line[MaxPathSize], *eol, *fname; local
188 if ((eol = strrchr(line, '\n')) != NULL)
189 *eol = '\0';
451 char line[MaxPathSize], *eol; local
465 if ((eol = strrchr(line, '\n')) != NULL)
466 *eol = '\0';
  /src/external/gpl2/grep/dist/src/
search.c 341 char eol = eolbyte; local
370 end = memchr(beg, eol, buflim - beg);
376 while (beg > buf && beg[-1] != eol)
391 end = memchr (beg, eol, buflim - beg);
393 while (beg > buf && beg[-1] != eol)
508 char eol = eolbyte; local
531 if (beg > buf && beg[-1] != eol)
533 if (beg + len < buf + size && beg[len] != eol)
576 end = memchr (beg + len, eol, (buf + size) - (beg + len));
578 while (buf < beg && beg[-1] != eol)
    [all...]
  /src/usr.bin/mkdep/
mkdep.c 217 char *buf, *lim, *ptr, *line, *suf, *colon, *eol; local
364 for (line = eol = buf; eol <= lim;) {
365 while (eol <= lim && *eol++ != '\n')
368 if (line == eol - 1) {
370 line = eol;
373 if (eol[-2] == '\\')
377 if (colon >= eol) {
384 if (write(dependfile, line, eol - line) < 0
    [all...]

Completed in 64 milliseconds

1 2 3