/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 in function:hppa_clearboot 100 eol = HPPA_LABELOFFSET + HPPA_LABELSIZE; 101 memset(&bb[eol], 0, sizeof bb - eol);
|
/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/common/dist/zlib/ |
gzread.c | 502 unsigned char *eol; local in function:gzgets 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 in function:dst_hmac_md5_key_from_file_format 352 eol = strchr(p, '\n'); 353 if (eol == NULL) 355 len = (int)(eol - p);
|
/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:__anon99a81e7e0108
|
/src/usr.bin/mkdep/ |
mkdep.c | 217 char *buf, *lim, *ptr, *line, *suf, *colon, *eol; local in function:main 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...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
mach64_dma.c | 1248 u32 bytes, remaining, head, eol; local in function:mach64_do_dispatch_pseudo_dma 1255 eol = le32_to_cpu(ring_read[head]) & MACH64_DMA_EOL; 1285 head, ring->tail, buf_addr, (eol ? "eol" : ""));
|
/src/sys/dev/pci/ |
if_ixl.c | 5392 uint32_t eol = 0x7ff; local in function:ixl_clear_hw 5430 val = eol << I40E_PFINT_LNKLST0_FIRSTQ_INDX_SHIFT; 5434 val = eol << I40E_VPINT_LNKLST0_FIRSTQ_INDX_SHIFT;
|