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

  /external/dtc/tests/
extra-terminating-null.c 33 char checkbuf[len+numnulls]; local
35 memset(checkbuf, 0, sizeof(checkbuf));
36 memcpy(checkbuf, TEST_STRING_1, len);
38 check_getprop(fdt, 0, prop, len+numnulls, checkbuf);
  /external/ltp/testcases/misc/math/atof/
atof01.c 67 static int checkbuf(char *, int, int);
85 if (checkbuf(buf, i, j)) {
312 static int checkbuf(char *str, int n1, int n2) function

Completed in 92 milliseconds