Searched refs:eol (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/tools/regression/environ/
H A Denvctl.c92 * Also, use the eol string based upon whether running in test mode or not.
95 print_rtrn_errno(int rtrnVal, const char *eol) argument
97 printf("%d %d%s", rtrnVal, rtrnVal != 0 ? errno : 0, eol);
129 const char *eol = "\n"; local
173 printf("%s%s", value == NULL ? "*NULL*" : value, eol);
177 print_rtrn_errno(putenv(optarg), eol); local
186 atoi(argv[optind])), eol); local
192 atoi(argv[optind + 1])), eol); local
197 eol = " ";
203 eol); local
[all...]
/freebsd-9.3-release/sys/tools/fdt/
H A Dembed_dtb.sh37 eol=`strings -at d $1 | grep "Device Tree Blob STOPS here" | awk '{print $1}'`
38 sz=$((eol - obs));
/freebsd-9.3-release/usr.bin/lam/
H A Dlam.c62 char eol; /* end of line character */ member in struct:openfile
124 if (!ip->eol)
125 ip->eol = (T ? (ip-1)->eol : '\n');
140 ip->eol = *p;
202 if ((*p = c) == ip->eol)
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhex.c133 isc_boolean_t eol; local
141 eol = ISC_FALSE;
143 eol = ISC_TRUE;
145 isc_tokentype_string, eol));
H A Dbase64.c184 isc_boolean_t eol; local
192 eol = ISC_FALSE;
194 eol = ISC_TRUE;
196 isc_tokentype_string, eol));
H A Dbase32.c261 isc_boolean_t eol; local
269 eol = ISC_FALSE;
271 eol = ISC_TRUE;
273 isc_tokentype_string, eol));
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhex.c133 isc_boolean_t eol; local
141 eol = ISC_FALSE;
143 eol = ISC_TRUE;
145 isc_tokentype_string, eol));
H A Dbase64.c184 isc_boolean_t eol; local
192 eol = ISC_FALSE;
194 eol = ISC_TRUE;
196 isc_tokentype_string, eol));
H A Dbase32.c261 isc_boolean_t eol; local
269 eol = ISC_FALSE;
271 eol = ISC_TRUE;
273 isc_tokentype_string, eol));
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_right.c43 goto eol;
49 eol: v_eol(sp, NULL);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dlex.h310 isc_tokentype_t expect, isc_boolean_t eol);
328 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol);
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dlex.h310 isc_tokentype_t expect, isc_boolean_t eol);
328 isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, isc_boolean_t eol);
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Dtest.c231 const char *eol; local
234 while ((eol = strchr(info, '\n')) != NULL) {
235 fprintf(stderr, "+++ `%.*s'\n", eol - info, info);
236 info = eol + 1;
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsearch.c328 char eol = eolbyte; local
417 end = memchr(beg, eol, buflim - beg);
423 while (beg > buf && beg[-1] != eol)
477 end = memchr (beg, eol, buflim - beg);
483 while (beg > buf && beg[-1] != eol)
893 char eol = eolbyte; local
955 if (beg > buf && beg[-1] != eol)
957 if (beg + len < buf + size && beg[len] != eol)
1139 if (mlen == 1 && *end == eol)
1147 end = memchr (beg + len, eol, (bu
[all...]
H A Dgrep.c688 char eol = eolbyte; local
705 while (p[-1] != eol);
714 char const *nl = memchr (p, eol, beg - p);
726 char const *nl = memchr (p, eol, lim - p);
809 char eol = eolbyte; local
852 && memchr (bufbeg, eol ? '\0' : '\200', buflim - bufbeg));
873 beg[-1] = eol;
874 for (lim = buflim; lim[-1] != eol; lim--)
902 while (beg[-1] != eol);
924 *buflim++ = eol;
[all...]
/freebsd-9.3-release/lib/libz/
H A Dgzread.c493 unsigned char *eol; local
529 eol = (unsigned char *)memchr(state->x.next, '\n', n);
530 if (eol != NULL)
531 n = (unsigned)(eol - state->x.next) + 1;
540 } while (left && eol == NULL);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpex-win32.c639 char *eol; local
641 eol = strchr (buf, '\n');
642 if (eol && strncmp (buf, "#!", 2) == 0)
647 *eol = '\0';
648 while (*--eol == '\r' || *eol == ' ' || *eol == '\t');
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn_mime.c459 char eol; local
477 eol = strip_eol(linebuf, &len);
480 if (eol)
530 int eol = 0, next_eol = 0; local
558 } else if (eol)
560 eol = next_eol;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dippool_y.y96 line: table role ipftree eol { iplo.ipo_unit = $2;
101 | table role ipfhash eol { ipht.iph_unit = $2;
106 | groupmap role number ipfgroup eol
117 eol: ';' label
/freebsd-9.3-release/usr.bin/grep/regex/
H A Dfastmatch.h28 bool eol; member in struct:__anon10766
H A Dtre-fastmatch.c486 fg->eol = true; \
656 fg->eol = true;
751 DPRINT(("tre_compile_fast: pattern: %s, len %zu, bol %c, eol %c, "
753 fg->bol ? 'y' : 'n', fg->eol ? 'y' : 'n',
873 if (fg->bol && fg->eol)
904 if (fg->eol && (eflags & REG_NOTEOL))
912 if ((fg->bol || fg->eol) && !fg->newline && !(eflags & REG_NOTBOL) &&
916 if (!((fg->bol && fg->eol) &&
920 j = fg->eol ? len - (type == STR_WIDE ? fg->wlen : fg->len) : 0;
949 if (fg->eol)
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dsave.c313 char const * eol = strchr(l_arg, NL); local
319 if (eol == NULL)
325 (void)fwrite(l_arg, (size_t)(eol - l_arg), (size_t)1, fp);
326 l_arg = eol+1; /* advance the Last Arg pointer */
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjcopy.c694 char * eol;
699 for (eol = line;; eol ++)
701 switch (* eol)
704 * eol = '\0';
706 if (eol[1] == '\r')
707 ++ eol;
712 * eol = '\0';
714 if (eol[1] == '\n')
715 ++ eol;
692 char * eol; local
[all...]
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readword.c54 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) argument
91 if (eol && ch != '\n') {
95 if (!eol && ch == '\n') {
116 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/);
129 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
142 ret = orw_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/, 0 /*eol*/);
155 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
168 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
181 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
194 ret = orw_expect(tf, NULL, 0 /*lines*/, 0 /*eof*/, 1 /*eol*/);
[all...]
/freebsd-9.3-release/usr.sbin/burncd/
H A Dburncd.c291 char file_buf[MAXPATHLEN + 1], *eol; local
300 if ((eol = strchr(file_buf, '\n')))
301 *eol = '\0';

Completed in 246 milliseconds

12