Searched refs:crlf (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cfgable.h119 bool crlf; member in struct:OperationConfig
H A Dtool_getparam.c106 {"*u", "crlf", FALSE},
673 case 'u': /* --crlf */
675 config->crlf = toggle;
H A Dtool_operate.c1062 my_setopt(curl, CURLOPT_CRLF, config->crlf?1L:0L);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_put.c162 char inbuf[256], crlf[4]; local
566 crlf[0] = '\r';
567 crlf[1] = '\n';
568 crlf[2] = '\0';
569 cp = crlf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c475 char crlf[] = "\r\n"; local
491 (ret = ffurl_write(s->hd, crlf, sizeof(crlf) - 1)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c1267 static const char crlf[] = "\r\n"; local
1284 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1310 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c213 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n");
268 int crlf=0; local
375 else if (strcmp(*argv,"-crlf") == 0)
376 crlf=1;
1099 if (crlf)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dlp.c800 const char *crlf = "\r\n"; local
807 written = parport_write (port, crlf, i);
809 i -= written, crlf += written;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c985 char crlf[] = "\r\n"; local
1001 (ret = ffurl_write(s->hd, crlf, sizeof(crlf) - 1)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtransfer.c181 (data->set.crlf)) {
909 (data->set.crlf))) {
926 if(!data->set.crlf) {
H A Durldata.h1470 bool crlf; /* convert crlf on ftp upload(?) */ member in struct:UserDefined
H A Dftp.c3370 !data->set.crlf &&
H A Durl.c1865 data->set.crlf = (0 != va_arg(param, long))?TRUE:FALSE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfork.c753 static int crlf(struct ofork *of) function
883 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
1219 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c355 " -crlf - convert LF from terminal into CRLF\n");
686 int crlf = 0; local
859 else if (strcmp(*argv, "-crlf") == 0)
860 crlf = 1;
1994 if (crlf) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c355 " -crlf - convert LF from terminal into CRLF\n");
686 int crlf = 0; local
859 else if (strcmp(*argv, "-crlf") == 0)
860 crlf = 1;
1994 if (crlf) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c1467 static const char crlf[] = "\r\n"; local
1492 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);

Completed in 373 milliseconds