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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dm-fgrep.c76 char eol = ckwset->eolbyte; local
113 if (beg > buf && beg[-1] != eol)
115 if (beg + len < buf + buf_size && beg[len] != eol)
153 end = (const char *) memchr (beg + len, eol, (buf + buf_size) - (beg + len));
155 while (buf < beg && beg[-1] != eol)
H A Dm-regex.c315 char eol = cregex->eolbyte; local
349 end = (const char *) memchr (beg, eol, buflim - beg);
358 while (beg > buf && beg[-1] != eol)
373 end = (const char *) memchr (beg, eol, buflim - beg);
378 while (beg > buf && beg[-1] != eol)
H A Ddfa.c270 dfasyntax (reg_syntax_t bits, int fold, unsigned char eol) argument
275 eolbyte = eol;
2738 register unsigned char eol = eolbyte; /* Likewise for eolbyte. */ local
2749 sbit[eol] = 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Ddma.h19 unsigned eol : 1; member in struct:dma_descr_group
39 unsigned eol : 1; member in struct:dma_descr_context
60 unsigned eol : 1; member in struct:dma_descr_data
H A Ddma_defs.h104 unsigned int eol : 1; member in struct:__anon8147
156 unsigned int eol : 1; member in struct:__anon8151
254 unsigned int eol : 1; member in struct:__anon8155
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/easy_tls/
H A Dtest.c227 const char *eol; local
230 while ((eol = strchr(info, '\n')) != NULL) {
231 fprintf(stderr, "+++ `%.*s'\n", eol - info, info);
232 info = eol+1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Dtest.c227 const char *eol; local
230 while ((eol = strchr(info, '\n')) != NULL) {
231 fprintf(stderr, "+++ `%.*s'\n", eol - info, info);
232 info = eol+1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Ddirectories.pm167 'eol' => "\r\n",
176 'eol' => "\r\n",
184 'eol' => "\r\n",
193 $eol = $$list{'eol'};
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
232 push(@contentlist, "$time $size_or_dir $file{'name'}$eol");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dkxgettext.c17 int eol = 0; local
21 eol = 1;
51 if (multiline && eol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dkxgettext.c17 int eol = 0; local
21 eol = 1;
51 if (multiline && eol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c558 char *p, *eol; local
575 eol = strchr(buf, '\n');
577 l = (eol == NULL)? n: eol - buf;
583 if (eol == NULL)
585 p = eol + 1;
586 eol = strchr(p, '\n');
593 while (eol != NULL) {
594 *eol = 0;
596 p = eol
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c1194 char *sv, *eol; local
1198 eol = strchr(cmdstr, '\n');
1200 if (eol) {
1203 char *sl = eol;
1209 strcpy(eol-1, eol);
1210 eol = strchr(eol, '\n');
1213 *eol = '\0';
1216 cmdstr = eol
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_mime.c325 char eol; local
335 eol = strip_eol(linebuf, &len);
338 if(eol) BIO_write(out, "\r\n", 2);
380 int eol = 0, next_eol = 0; local
407 } else if (eol)
409 eol = next_eol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c383 char eol; local
394 eol = strip_eol(linebuf, &len);
397 if(eol) BIO_write(out, "\r\n", 2);
439 int eol = 0, next_eol = 0; local
466 } else if (eol)
468 eol = next_eol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c113 unsigned char eol; /* end-of-line character */ member in struct:chardata
124 13, /* default eol char */
461 /* get_logname - get user name, establish parity, speed, erase, kill, eol */
499 cp->eol = '\0';
500 while (cp->eol == '\0') {
532 cp->eol = ascval; /* set end-of-line char */
597 if (cp->eol == CR) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c759 char *id, *runlev, *action, *command, *eol; local
795 eol = strrchr(id, '\n');
796 if (eol != NULL)
797 *eol = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Duser.c141 int eol = 0, ast_type; local
193 eol = 1;
197 eol = 1;
198 if (eol) {
218 if (eol) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c1316 int eol; local
1318 eol = test_and_clear_bit(tty->read_tail,
1325 if (eol) {
1335 if (!eol || (c != __DISABLED_CHAR)) {
1343 if (eol)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c259 port->prev_rx_desc->eol = 1;
1062 port->out_descr.eol = port->out_descr.intr = 1;
1093 port->in_descr[i-1].eol = regk_sser_yes;
1188 port->next_rx_desc->eol = 0;
1189 port->prev_rx_desc->eol = 1;
H A Dcryptocop.c328 cdesc->dma_descr->eol = 0;
1291 current_in_cdesc->dma_descr->eol = 1;
1292 current_out_cdesc->dma_descr->eol = 1;
1296 (*int_op)->ctx_out.eol = 1;
1310 (*int_op)->ctx_in.eol = 1;
2277 (*pj)->iop->ctx_out.eol = 1;
2282 (*pj)->iop->ctx_in.eol = 1;
3185 td->eol,
3213 td->eol,
3396 dd->eol,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c1186 int eol; local
1196 eol = 0;
1197 while( !eol ){
1209 eol = 1;
1217 eol = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_options.c287 goto eol;
471 eol:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_res.c465 u8 eol = 0; /* end of list indicator */ local
491 eol = 1;
496 if (!eol) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c1534 char *eol = strchr(logline, '\n'); local
1538 if (eol) {
1539 if (eol[-1] == '\r')
1540 eol--;
1541 http_log("%.*s\n", (int) (eol - logline), logline);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/cris/
H A Dide-cris.c226 d->eol = last;

Completed in 358 milliseconds

12