Searched refs:crlf (Results 1 - 13 of 13) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c3244 !data->set.crlf &&
H A Dtransfer.c177 (data->set.crlf)) {
887 (data->set.crlf))) {
904 if(!data->set.crlf) {
H A Durl.c1956 data->set.crlf = (0 != va_arg(param, long))?TRUE:FALSE;
H A Durldata.h1419 bool crlf; /* convert crlf on ftp upload(?) */ member in struct:UserDefined
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cfgable.h115 bool crlf; member in struct:Configurable
H A Dtool_getparam.c105 {"*u", "crlf", FALSE},
553 case 'u': /* --crlf */
555 config->crlf = TRUE;
H A Dtool_operate.c986 my_setopt(curl, CURLOPT_CRLF, config->crlf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_client.c209 BIO_printf(bio_err," -crlf - convert LF from terminal into CRLF\n");
249 int crlf=0; local
341 else if (strcmp(*argv,"-crlf") == 0)
342 crlf=1;
873 if (crlf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dlp.c724 const char *crlf = "\r\n"; local
731 written = parport_write (port, crlf, i);
733 i -= written, crlf += written;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c1447 static const char crlf[] = "\r\n"; local
1472 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dfork.c752 static int crlf(struct ofork *of) function
882 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;
1216 xlate = (ofork->of_vol->v_flags & AFPVOL_CRLF) ? crlf(ofork) : 0;

Completed in 162 milliseconds