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

1 2 3

  /src/usr.bin/make/unit-tests/
cmd-errors.mk 11 # expect: : undefined--eol
12 : $@-${UNDEFINED}-eol
26 # expect-not: : unknown-modifier--eol
27 : $@-${UNKNOWN:Z}-eol
30 # expect: : end-eol
31 : $@-eol
cmd-errors.mk 11 # expect: : undefined--eol
12 : $@-${UNDEFINED}-eol
26 # expect-not: : unknown-modifier--eol
27 : $@-${UNKNOWN:Z}-eol
30 # expect: : end-eol
31 : $@-eol
cmd-errors.mk 11 # expect: : undefined--eol
12 : $@-${UNDEFINED}-eol
26 # expect-not: : unknown-modifier--eol
27 : $@-${UNKNOWN:Z}-eol
30 # expect: : end-eol
31 : $@-eol
cmd-errors.exp 1 : undefined--eol
11 in command ": $@-${UNKNOWN:Z}-eol"
13 : end-eol
cmd-errors.exp 1 : undefined--eol
11 in command ": $@-${UNKNOWN:Z}-eol"
13 : end-eol
cmd-errors.exp 1 : undefined--eol
11 in command ": $@-${UNKNOWN:Z}-eol"
13 : end-eol
cmd-errors-jobs.mk 27 # expect: : undefined-direct--eol
29 # expect: : undefined-direct--eol
33 : $@-${UNDEFINED}-eol
48 : unexpected $@-${UNKNOWN:Z}-eol
cmd-errors-jobs.mk 27 # expect: : undefined-direct--eol
29 # expect: : undefined-direct--eol
33 : $@-${UNDEFINED}-eol
48 : unexpected $@-${UNKNOWN:Z}-eol
cmd-errors-jobs.mk 27 # expect: : undefined-direct--eol
29 # expect: : undefined-direct--eol
33 : $@-${UNDEFINED}-eol
48 : unexpected $@-${UNKNOWN:Z}-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)
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)
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/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...]
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...]
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/usr.bin/grep/
fastgrep.c 92 fg->eol = false;
116 fg->eol = false;
122 fg->eol = true;
176 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
238 if (fg->bol || fg->eol) {
243 j = fg->eol ? len - fg->len : 0;
244 if (!((fg->bol && fg->eol) && (len != fg->len)))
fastgrep.c 92 fg->eol = false;
116 fg->eol = false;
122 fg->eol = true;
176 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
238 if (fg->bol || fg->eol) {
243 j = fg->eol ? len - fg->len : 0;
244 if (!((fg->bol && fg->eol) && (len != fg->len)))
fastgrep.c 92 fg->eol = false;
116 fg->eol = false;
122 fg->eol = true;
176 if ((!(lflag || cflag)) && ((!(fg->bol || fg->eol)) &&
238 if (fg->bol || fg->eol) {
243 j = fg->eol ? len - fg->len : 0;
244 if (!((fg->bol && fg->eol) && (len != fg->len)))
  /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
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
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);
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);
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/sys/arch/powerpc/stand/mkbootimage/
rs6000_bootrec.h 62 uint16_t eol; /* defects before disk is done. */ member in struct:rs6000_config_record

Completed in 36 milliseconds

1 2 3