HomeSort by relevance Sort by last modified time
    Searched defs:lose (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
linux-proc-maps.c 221 bool lose = report (); local
223 return result != 0 ? result : lose ? -1 : 0;
  /external/tcpdump/
print-zephyr.c 141 int lose = 0; local
145 if (!s) lose = 1;
149 if (!lose) field = strtol(s, 0, 16);
153 if (!lose) field = s;
156 if (lose) return;
177 if (lose) {
193 if (!lose && strcmp(ackdata, "SENT"))
228 if (!lose) printf(" %s", z_triple(c, i, r));

Completed in 37 milliseconds