OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netascii
(Results
1 - 5
of
5
) sorted by null
/external/dnsmasq/src/
tftp.c
161
transfer->
netascii
= transfer->carrylf = 0;
193
(strcasecmp(mode, "octet") != 0 && strcasecmp(mode, "
netascii
") != 0))
197
if (strcasecmp(mode, "
netascii
") == 0)
198
transfer->
netascii
= 1;
219
else if (strcasecmp(opt, "tsize") == 0 && next(&p, end) && !transfer->
netascii
)
568
/* Map '\n' to CR-LF in
netascii
mode */
569
if (transfer->
netascii
)
dnsmasq.h
591
char opt_blocksize, opt_transize,
netascii
, carrylf;
member in struct:tftp_transfer
/external/iputils/
tftpsubs.c
179
* Output a buffer to a file, converting from
netascii
if requested.
tftpd.c
212
{ "
netascii
", validate_access, sendfile, recvfile, 1 },
/external/dnsmasq/
CHANGELOG.archive
[
all
...]
Completed in 748 milliseconds