OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buff3
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp/
misc.c
637
char *
buff3
= buff4;
local
654
if (sscanf(buff2, "%128[^:]:%128s", buff1,
buff3
) != 2) {
655
buff3
= 0;
662
if (
buff3
) {
663
if (strcmp(
buff3
, "lowdelay") == 0)
665
else if (strcmp(
buff3
, "throughput") == 0)
/external/qemu/slirp-android/
misc.c
601
char *
buff3
= buff4;
local
618
if (sscanf(buff2, "%128[^:]:%128s", buff1,
buff3
) != 2) {
619
buff3
= 0;
626
if (
buff3
) {
627
if (strcmp(
buff3
, "lowdelay") == 0)
629
else if (strcmp(
buff3
, "throughput") == 0)
Completed in 163 milliseconds