HomeSort by: relevance | last modified time | path
    Searched defs:js (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/libjsmn/example/
jsondump.c 14 static int dump(const char *js, jsmntok_t *t, size_t count, int indent) {
20 printf("%.*s", t->end - t->start, js+t->start);
23 printf("'%.*s'", t->end - t->start, js+t->start);
30 j += dump(js, t+1+j, count-j, indent+1);
32 j += dump(js, t+1+j, count-j, indent+1);
42 j += dump(js, t+1+j, count-j, indent+1);
53 char *js = NULL; local
87 js = realloc(js, jslen + r + 1);
88 if (js == NULL)
    [all...]
  /src/tests/include/
t_bitstring.c 49 int jc, js; local
52 bit_ffs(b, n, &js);
54 (void) fprintf(file, "%3d %3d ", jc, js);
  /src/external/bsd/ntp/dist/libjsmn/
jsmn_test.c 35 #define TOKEN_STRING(js, t, s) \
36 (strncmp(js+(t).start, s, (t).end - (t).start) == 0 \
47 const char *js; local
52 js = "{}";
54 r = jsmn_parse(&p, js, strlen(js), t, 10);
59 js = "[]";
61 r = jsmn_parse(&p, js, strlen(js), t, 10);
66 js = "{\"a\":[]}"
85 const char *js; local
121 const char *js; local
169 const char *js; local
202 const char *js; local
252 const char *js; local
273 const char *js; local
312 const char *js; local
338 const char *js; local
367 const char *js; local
399 const char *js; local
441 const char *js; local
460 const char *js; local
506 const char *js; local
571 const char *js; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
koenig.cc 274 J::S js; local
282 foo (js);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
koenig.cc 274 J::S js; local
282 foo (js);

Completed in 67 milliseconds